Just beginning to get familiar with Lookout. I am trying to read/write to mapped fields (B and N) in a Micrologix 1500 PLC. What is the syntax for Lookout to read/write to a channel such as B3:1/0? B3:1/0 is a mapped field for I:1.0/0. Any help is appreciated. I have included my fields list for reference. Thanks.
I will hopefully clarify the knowledgebase document.
I'll use your example to try to clarify:
If the AB PLC is I:4/0, and you are trying to read the first bit of the fourth module (assuming the fourth module is the 2nd input module), then the correct Lookout syntax would be: I:1_0 (second input module I:1 and the first bit 0).
Remember begin counting modules with 0 and number them with respect to their type.
With regard to your other examples, I assume these are registers or cards (input or output). Again depending on the type of card and the order in the plc, your examples would be:
B3:0/1 = B3:0_1 C5:0 = C5:0
assuming these last two are registers and not i/o cards.