I use NI Lookout 6.0.2 with Micrologix 1500. In the PLC program, I have
some data files like L12 (long integer - 2 words), F20 (real).
How can I access data in these files?
For example, I need to create a pot to change a value of L12:10. But in the AB_logix object, there are only N:0-N255:255 (16 bit signed integer), N:0_0-N255:255_15 (one bit in
16-bit integer word). The only thing that is somehow related to data
file is B_0 - B255_4095 (B9_33 is data file 9, bit 33) but it can't be used here.
Thank you very much