Description:
The I/O support in the MPX has been changed to be compatible with the MPI. There are now consistent names and type conventions between different MPX objects.
Axis.DigitalIn has been replaced by Axis.DedicatedInBit and Axis.GeneralIoBit
Axis.DigitalOut rhas been eplaced by Axis.DedicatedOutBit and Axis.GeneralIoBit
Axis.DigitalInAvail has been replaced by Axis.DedicatedInAvail
Axis.DigitalOutAvail has been replaced by Axis.DedicatedOutAvail
Axis.IoName has been replaced by Axis.GeneralIoName
Axis.IoAvail has been replaced by Axis.GeneralIoAvail
Axis.IoConfig has been replaced by by Axis.GeneralIoConfig
Axis.IoConfigAvail has been replaced by Axis.GeneralIoConfigAvail
Added Axis.GeneralIoBitFromName property
Added Axis.GeneralIo property
Types of SqNode.DigitalIn and SqNodeDigitalOut changed from Long data type to an array of Booleans.
Types of CanNode.AnalogIn and CanNode.AnalogOut changed from Double data type to Long data type.
CanNode.DigitalIn has been replaced by CanNode.DigialInBit
CanNode.DigitalOut has been replaced by CanNode.DigialOutBit
Added new CanNode.DigitalIn and CanNode.DigitalOut properties. Not to be confused with old CanNode.DigitalIn.
CanNode.Digital out properties; they have different meanings |