Interface IControlFCT
Interface for controling a FCT from outside
Namespace: Elatec.FCT.Client.Hardware
Assembly: ElatecFCT.dll
Syntax
public interface IControlFCT
Properties
View SourceComm
Serial port of the hardware
Declaration
SerialPort Comm { get; set; }
Property Value
Type | Description |
---|---|
System.IO.Ports.SerialPort |
IsBusy
Show that FCT is currently testing
Declaration
bool IsBusy { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsError
Status of the last test was error
Declaration
bool IsError { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsOK
Status of the last test was ok
Declaration
bool IsOK { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsReady
Show that FCT is ready to start a test
Declaration
bool IsReady { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsTestStart
Start the FCT test
Declaration
bool IsTestStart { get; }
Property Value
Type | Description |
---|---|
System.Boolean |