PLC receiving data from external devices (AB PLCs)

santanacasas

Member
Join Date
Jul 2012
Location
REYNOSA
Posts
4
Hello everyone!

This is my first post, I am currently working as a control engineer in an automotive plant (4 months ago) that has all the PLCs communicating to a SCADA system.

Well, what I want to ask is how do I know if some data in my data table address is being received from an external device.

For example, there is some data that the SCADA system sends to N241:0 to N241:10 but I know that because someone told me, but how would I have known otherwise? How to trace the device that is send me the data from my program?


Best Regards
 
;) Ask the same guy!

Other than this is first to know what exactly is the type of your SCADA and have the development software for it and also have the knowledge how to search the desired information in this software.
Other way is if someone had created a datamap or mapping table or something like this during making the SCADA, so there in a spreadsheet you would have all this data.
 
As far as best practice, If I'm doing a message write to a PLC, on the destination PLC I always make sure the Data file / tag descriptors make it obvious which device the data originated from.

"New Recipe<-SCADA"
"Start Transfer <-XFERSLC"
"Start Motor <-PV"

Likewise if I'm preparing values for a message read, on the source PLC I will have descriptors like

"Ready for Transfer ->XFERPLC"
"Motor Running ->PV"

As far as trying to figure it out, on DH+ you can use something like FrontLine NetDecoder and try to figure out the source node

On Ethernet you can use something like Wireshark.

You can also tell if a Find and Cross reference show no indication of the value being modified locally, but they change, then something is changing it (a remote PLC or SCADA, or HMI), but you can't tell what one without some hunting.
 

Similar Topics

Hi everyone, not a native PLC programmer here, just an engineer trying to make the thing work. I have a sensor that I'm working with that...
Replies
5
Views
3,381
:wish:Hello I want to sent the commands attached from PLC to DMX Controller.When i00 command is sent it replies as shown as fig in hyperterminal...
Replies
2
Views
2,047
Posted this to Reddit with little success, so I figured I would share it here as well. Very new to PLCs, but figured I would give it a shot to...
Replies
0
Views
33
I have a machine which is undergoing upgradation. As part of the process two SEW drives are being replaced., existing Gen B with new Gen C. The...
Replies
2
Views
108
I was loading a program onto an XE1e2 PLC and it got stuck on these two windows and won't progress. It won't let me connect from the PC to reload...
Replies
0
Views
57
Back
Top Bottom