Peripheral Devices
9836 3521 01 553
8.14.4.6 GetPLCIntEx
Description: This method reads an Integer value from the PLC output data area for ExtCom_API.
Return type: A RetCodeEnum value.
Syntax: object.GetPLCIntEx(Station, Address, Value)
The Api object to operate on.
Specifies which stations PLC to access. Range 0 – 15 where 0
correspond to the station connected to the API device.
Specifies the offset in the PLC area of the first byte of the
Integer to read. Range 0 – 999.
The read data interpreted as an Integer. Range –32768 to
32767.
8.14.4.7 SetPLCIntEx
Description: This method writes an Integer value to the PLC input data area for ExtCom_API.
Return type: A RetCodeEnum value.
Syntax: object.SetPLCIntEx(Station, Address, Value)
The Api object to operate on.
Specifies which stations PLC to access. Range 0 – 15 where
0 correspond to the station connected to the API device.
Specifies the offset in the PLC area of the first byte of the
Integer to write. Range 0 – 999.
The data to write. Range –32768 to 32767.