Overview of Crestron SIMPL+ modules

Requirements

Name

Function

TwinCAT 3 Communication

This SIMPL+ macro is the basis for communication between the Crestron controller and the TwinCAT 3 controller.

TwinCAT 3 Read Bool

This SIMPL+ macro reads a 1-bit variable from an ADS device.

TwinCAT 3 Read Byte

This SIMPL+ macro reads an 8-bit variable from an ADS device.

TwinCAT 3 Read UInt

This SIMPL+ macro reads a 16-bit variable from an ADS device.

TwinCAT 3 Write Bool

This SIMPL+ macro writes the value of a digital signal to a 1-bit variable of an ADS device.

TwinCAT 3 Write Byte

This SIMPL+ macro writes the value of an analog signal to an 8-bit variable of an ADS device.

TwinCAT 3 Write UInt

This SIMPL+ macro writes the value of an analog signal to a 16-bit variable of an ADS device.

TwinCAT 3 Push Bool

This SIMPL+ macro writes the value of a digital signal to a 1-bit variable of an ADS device.
The push macros do not receive any confirmation from the TwinCAT controller.

TwinCAT 3 Push Byte

This SIMPL+ macro writes the value of an analog signal to an 8-bit variable of an ADS device.
The push macros do not receive any confirmation from the TwinCAT controller.

TwinCAT 3 Push UInt

This SIMPL+ macro writes the value of an analog signal to a 16-bit variable of an ADS device.
The push macros do not receive any confirmation from the TwinCAT controller.