1
Support Questions / Re: Using the control messagelistbybit as an alarm display.
« on: January 28, 2022, 02:23:45 AM »
USAGE TIP: When Using Different Drivers
EthernetSLCMicro... driver will only read the PLCAddress eg N7:0 so only use PLCElementBitWidth = Integer_16bit.
EthernetCLX driver: works best if you create an array of INT (16bit) eg MyIntArray[3] then set PLCAddress = eg: MyIntArray[0]
EthernetSLCMicro... driver will only read the PLCAddress eg N7:0 so only use PLCElementBitWidth = Integer_16bit.
EthernetCLX driver: works best if you create an array of INT (16bit) eg MyIntArray[3] then set PLCAddress = eg: MyIntArray[0]