OmronCIP Communications Driver Device Address

I have a Omron NX series plc. I can create points to boolean variables within the plc and can read and write these variables from Factory Studio 9.2. I have a plc variable, Fault_Bit, which is an array 0 to 255 of booleans. How do I create device point to this PLC variable? What would the address format be in the Device, Points, Tag Properties, Address entry pane?
Thanks,
Stuart

Hi Stuart,

Thanks for the question;
When you are configuring a Point in OMRON you can use the following sintax for array:
BOOL:FAULT_BIT[0]

For more information you can access our driver documentation in this link:
https://docs.tatsoft.com/display/DOC91/Communication+Drivers

Best Regards,
Tatsoft Team.