Optimal Num of Devices CompactLogix

Hi,

I am trying to determine what is the best way (optimal/performance) to design the application where we have one CompactLogix Controller running multiple machines Ex 8 machines and we are using SQLBridge with transaction we have 3 transactions per machine. Should I create 8 devices one per machine or just one device ? Tags are organized in udt using arrays where the array index is the machine.

Thanks

If by device you mean a configured CompactLogix device on the gateway device list, I would make one device.
On the designer, you can separate your machines into different folders and point to your udt tags by using the OPC path. You should look into creating a udt in the Ignition designer to match your controller’s udt since you have designed the tags on the PLC that way.

1 Like