Allen bradley Micrologix Read Request for bool from Data File B.

viti

Member
Join Date
Mar 2012
Location
bangalore
Posts
1
Hi all,

Working scenario is, My HMI project is having two integer tags at address N7:0 and N7:1. In this case i know i can make only one read request to PLC and ask for both tags by asking for returning the 4 bytes of memory starting from address 0.

Is it possible to do above thing in following cases.
1) If integers belong to file format B. Can it also be done in one read request?
2) If BOOL is belongs to file format N or B. i.e is it possible to make only one single request to read two bool tags(two bits) from N or B file type.?

Please help me in this regard.
 
Last edited:
hi Viti,

What HMI are you using?

I don't use many HMI panels, most of our HMI work is done on a PC running WonderWare Intouch. I know that the DASABCIP I/O driver from wonderware definitely does optimise reads, so what I normally do is try to make sure that most of my data is sequential, i.e. my integers might be from N9:0 to N9:64, my bools from N9:128 to N9:132 leaving a bit of space after each address block for later expansion. I normally avoid floating point if I can, at least in Micrologix processors.

However, I personally don't have any applications that put such a huge strain on the PLC that I normally worry about it too much! I have applications reading from the N9 file, the B3 file and a couple of floating point numbers too without any problems.
 

Similar Topics

Hi everyone, I'm working on a project where I need to exchange data between a Siemens S7-1200 PLC and an Allen-Bradley MicroLogix 1400 PLC. The...
Replies
8
Views
602
Hi there I am new with this thing and i don't know how to connect Allen Bradley Micrologix 1200 PLC to Raspberry Pi using USB to RS485 in NodeRED...
Replies
3
Views
2,265
Hello everyone, So on Monday morning I'm expecting to have a box of random parts dumped in front of me. I'll create another thread with more...
Replies
1
Views
1,965
Hey Everyone, We have a Micrologix 1400 (1766-L32BXB) with a Panelview 800 7" Screen, the Micrologix also has a 1762-IQ16 Input Card and a...
Replies
2
Views
1,286
Hello guys, I just noticed that RS don't stock Micrologix output modules anymore. Is it true to assume that the Micrologix series is becoming...
Replies
14
Views
3,427
Back
Top Bottom