IEDDevice Properties |
The IEDDevice type exposes the following members.
Name | Description | |
---|---|---|
AInputs | The devices analog input lines (if it has any) indexed by IOLineNumber e.g. AIN0, AIN1, AIN2 | |
AOutputs | The device analog output lines (if it has any) indexed by IOLineNumber e.g AOUT0, AOUT1, AOUT2 | |
Connection |
The connection to this device
(Inherited from IDeviceC, P) | |
Inputs | The devices input Lines (if it has any) indexed by IOLineNumber e.g. DIN0, DIN1, DIN2 | |
IOLines | IOLines indexed by their logical line number as described on the brainboxes product label | |
IsAvailable |
Whether the connection to this Brainboxes Device is available, e.g. online or offline.
In case of network TCP connection: this is if the device is pingable on the network.
In case of serial connection: this is if the device COM port is listed on the system and not open by another process.
(Inherited from IDeviceC, P) | |
IsConnected |
Whether the Brainboxes Device has an active connection from this connection instance
(Inherited from IDeviceC, P) | |
Outputs | The devices output Lines (if it has any) indexed by IOLineNumber e.g. DOUT0, DOUT1, DOUT2 | |
Protocol |
The protocol used to communicate which this device
(Inherited from IDeviceC, P) |