Sharing bits btw two different plc5 processors

remullis

Member
Join Date
Oct 2012
Location
Georgia
Posts
179
I need to setup some bit transfers between two processors, similar to producing and consuming in control logix but I'm dealing with plc5. If it's messaging, where could I find an example of how to set this up. Thanks
 
one downside to the Global Data method is that many (most?) technicians aren't familiar with it - so they usually can't figure out where the data is coming from - and what's making it move ...

specifically, there won't be anything in the Ladder Logic code showing how the transfer gets made ...

if that might be a consideration for your system, then post again and we'll cover how to set up an MSG (Message) instruction ... at least that way there'll be a "logic trail" to help track down the data transfer ...
 
I looked at the global status file in Ch 1A and it is already setup with file N103 as the the global shared file across 4 different processors all using 103. The binary has 103:0/0 thru 103:63/15. I chose one that is not used and toggled from processor while looking at the other and I don't get the handshaking. This is PLC 5, so would I need to create messaging for this? This is on DH also.

Thanks
Rich
 
not 100% sure what you're saying ... can you post a screen shot?

basic idea: the DH+ network has 64 possible addresses (they're OCTAL numbered) ... each one of those stations has its own independent "mail box" - based on its own particular DH+ node address ... (these are DECIMAL addressed - so you have to be careful relating the OCTAL and the DECIMAL) ...

I chose one that is not used

chose one "WHAT" ??? ... a "mailbox" ??? ... that might be your problem ... you don't just "choose" one ... the specific mailbox (1 of the 64 possibilities) is determined by the processor's DH+ node number (assigned by DIP switch settings on the PLC-5 processor) ...

anyway ...

once you figure out exactly which "mailbox" is being written to by each particular processor, then the rest should fall into place ...

or just use an MSG command ...
 
Last edited:

Similar Topics

How can I use an XIC or XIO bit from one Logix5000 plc that is on an ethernet network in a rung of logic in another PLC on that network?
Replies
7
Views
2,805
Hi everyone, I am working on a project that needs to expose the SV (Set Value) of a temperature controller to a SCADA system. SCADA <-...
Replies
4
Views
159
Hi, We don't do many Rockwell projects but recently did onw with a Control Logix and Panelview. What files do customers expect when you send...
Replies
4
Views
257
Hi, I recently acquired a micro830 48qwb, and it has relay outputs bult in. For outputs 0-6, they all use 24vdc. To save on space and terminal...
Replies
1
Views
1,509
Hi, I'm challenging myself to install a PLC for the first time. I went for a Micro830 48QWB, since it has 48 I/O and free software (CCW). From my...
Replies
3
Views
1,966
Back
Top Bottom