Mapping and remapping in ladder

plcnovel

Member
Join Date
Feb 2006
Location
LHR
Posts
215
Hi All
I have attached a a few sample rungs as a word attachment with this post just to illustrate you my point of view. In the middle rung (rung 3 ) i have a bit address B3:0/13 which is R/W. it is the bit address for controlling remote or local control. I need to map this address for two seperate addresses (Lets say N30:0/2 for read purpose and N31:0/2 for writing purpose). Lets see the scenario, if some PLC from a remote end msg my plc to read the address B3:0/13, the remote plc uses N30:0/2 for this purpose. I will use XIC and OTE instruction right after rung 3 (in between rung 3 or 4) to copy the state of B3:0/13 to N30:0/2). After reading this value, lets say the remote plc will write some thing else on it through N31:0/2. In this case i should use XIC and OTE instruction just before the rung 3(in between rung 2 and 3). My question is, would the logic be fine?

I will appreciate your time and effore in this regard, thanks very much in advance.

Regards

For reading:
 
What is the "concept" that you are trying to develop?

You apparently have two separate PLCs... and it seems that you want to be able to control the Mode of Control, Local or Remote, by pushing a button associated with either PLC. Is this so?

Could it be, for example, that PLC-A is Local, and PLC-B is Remote?

Do you then expect...

If the system is in Local, then, at PLC-A, you press the Local/Remote button, do you expect the system to go to Remote?

If the system is in Remote, then, at PLC-A, you press the Local/Remote button, do you expect the system to go to Local?

If the system is in Local, then, at PLC-B, you press the Local/Remote button, do you expect the system to go to Remote?

If the system is in Remote, then, at PLC-B, you press the Local/Remote button, do you expect the system to go to Local?

Is this what you are looking for?

What is the method of communication between the two PLCs?
 
Terry Woods said:
What is the "concept" that you are trying to develop?

You apparently have two separate PLCs... and it seems that you want to be able to control the Mode of Control, Local or Remote, by pushing a button associated with either PLC. Is this so?

Could it be, for example, that PLC-A is Local, and PLC-B is Remote?

Do you then expect...

If the system is in Local, then, at PLC-A, you press the Local/Remote button, do you expect the system to go to Remote?

If the system is in Remote, then, at PLC-A, you press the Local/Remote button, do you expect the system to go to Local?

If the system is in Local, then, at PLC-B, you press the Local/Remote button, do you expect the system to go to Remote?

If the system is in Remote, then, at PLC-B, you press the Local/Remote button, do you expect the system to go to Local?

Is this what you are looking for?

What is the method of communication between the two PLCs?


Hi Terry
yes, this is what i am looking for, i have two plcs, plc-A(Local with Panel View 1000 HMI mounted on the panel) and plc-B (a remote plc). Under normal run, HMI associated with local plc is controlling the concept, but as soon as some one press a local/remot button on the HMI or Remote bit is set, the control will pass to remote plc-B and they communicate over DH+ with each other. In this mode, remote plc-B is msging back and forth to one of the two files (Read file, N30, and Write file N31) in the local plc-A. And these are files i talked abt and which i need to map in and out to control the process(pids, SP, Outputs etc). I hope that helps further to understanding my point of view.
 

Similar Topics

Hello all, I have been presented with a problem where some updates were made to an outdated system via a program with a newer version of the same...
Replies
0
Views
1,846
Hi everyone, Kind of new at this, so we recently upgraded our 1769-l32e to the newer 5069-L320erm, i converted the file over and Verify the...
Replies
8
Views
421
Hello Guys I have an 1756-L73S Controller with a Fanuc Robot mapped as follows: - In 1756-EN2TR Slot 2 the Fanuc Robot is defined as an...
Replies
5
Views
310
This has been on my mind for a while now, wondering if anyone here has any best practices or insights. I have been working with a plant that has...
Replies
8
Views
557
Hi long time out... I´m in a project now, that request to upgrade an old SLC to a new ControlLogix. Just the PLC. It is connected now to a...
Replies
5
Views
1,977
Back
Top Bottom