What is the proper channel name parameter for TS_OpenChannel()

2018-09-11T16:29:13+00:00

The channel name parameter depends on the interface that is used to communicate with the drive. Below are presented the constant values according to the supported communication interfaces: The following constants are declared in TML_LIB.h: - public const Byte CHANNEL_RS232 = 0; - public const Byte CHANNEL_RS485 = 1; - public const Byte CHANNEL_IXXAT_CAN = 2; - [...]