How Can We Help?
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;
– public const Byte CHANNEL_SYS_TEC_USBCAN = 3;
– public const Byte CHANNEL_PEAK_SYS_PCAN_PCI = 4;
– public const Byte CHANNEL_ESD_CAN = 5;
– public const Byte CHANNEL_PEAK_SYS_PCAN_ISA = 6;
– public const Byte CHANNEL_PEAK_SYS_PCAN_PC104 = CHANNEL_PEAK_SYS_PCAN_ISA; //Same with PCAN_ISA
– public const Byte CHANNEL_PEAK_SYS_PCAN_USB = 7;
– public const Byte CHANNEL_PEAK_SYS_PCAN_DONGLE = 8;
– public const Byte CHANNEL_VIRTUAL_SERIAL = 15;
– public const Byte CHANNEL_XPORT_IP = 16;