Allen Bradley file question....

XtremeIN

Member
Join Date
Jun 2005
Location
Indiana
Posts
217
Hello once again,
This should be a rather simple one for those that know RS Logix 500. We built a machine for a customer that requested a SLC 5/05. No problem, built, codded runs great. It has been sitting in our warehouse for months, thay could not recieve it due to the machine cannot freeze (they are paying us to store it). Anyway to the problem they need a memory map of the I/O. To quote an email..."We also need to see about getting an I/O list and memory map for data in the PLC. Do you guys have anything like this available? The memory map should be in the N#:# Allen Bradley format. This is needed for mapping to our DCS." I am unfalimar with the N#:# format. I know what that they are interger files......same difference? Is there a way to export the information needed or how should I go about this.
Thanks,
Micheal
 
If your program is well documented, then should be able to get
what they want from RSLogix report options.

ReportOptions.jpg
 
Last edited:
there’s not much detail there - but I’ve got a hunch that they want you to “map” or “pack” all of the output (O: type) and input (I: type) bits into corresponding integer (N type) bits ... some HMI/DCS/SCADA systems have a problem communicating directly with I/O type data - and so this “mapping” or “packing” to “vanilla” integer locations is fairly common ... usually a group of COP (Copy) instructions is what you need ... for example:



COPY my five words of Outputs to N10:0 through N10:4 ... and



COPY my five words of Inputs to N11:0 through N11:4 ...



maybe that’s what they had in mind? ... check to make sure that they're not going to be trying to CONTROL the Input bits from the DCS ... if they are, then you've got some more hoops to jump through ...
 
I have done programs where in the "eleventh hour", the end customer wanted a memory map for status display in his DCS. Here's the problem:

The end-user needed to give you a listing of what he wanted status (read) or what he wanted control (write). Then you would need to "mirror" your normal signals to energize bits in dedicated "N" files that he can easily read or write all in one compact place out of the DCS.

As usual, the end customer always asks this too late. You may now need to ask him the following questions:

1) What signals does he want to read / write?
2) Confirm that he wishes to read/write from "N" registers and find out if there are any limitations on size, so you can map the appropriate information correctly.
 
Thanks for the info guys. Sorry it took me so long to reply, been out of the office. I will contact the customer and find out what it is they are wanting to do and get more specific on what they are asking for.
thanks again,
Micheal
 

Similar Topics

Good morning, My question is, how can I monitor PLC file version through my PLC tags which I can publish to my HMI. why this question: We had an...
Replies
1
Views
455
PLC is ControlLogix 1756-L73 CPU with firmware 28 In the PLC the value for A60[110] is "AT", Style ASCII, Data Type INT. In KEPServerEX I tried...
Replies
4
Views
1,595
For Allen Bradley platform, without PLC, can I use an .ACD file to create a new HMI ? No physical plc and only have some PLC program. want to...
Replies
4
Views
1,782
Hello guys, I am new to allen bradley systems, and I have question about access to M0 and M1 data file. I have SLC 5/03 processor, with prosoft...
Replies
2
Views
3,095
Can someone please help me convert the attached RSS file to a PDF? Seems like PLC documentation in the Allen Bradley world is locked up pretty...
Replies
30
Views
14,515
Back
Top Bottom