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,343
: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,034
Hello, I have an automation direct d2 262 plc and C-more HMI EA9T6CL-R. I need to prepare a program, scheduled to be performed on a future date. I...
Replies
1
Views
46
Hello, I'm trying to delve a little into rs-485 communications for a couple projects of mine. Until now I've been using a delta vfd and a delta...
Replies
2
Views
55
Greetings All, I recently decided to start freelancing in Controls and Automation part time, most of my experience has been with Rockwell...
Replies
2
Views
106
Back
Top Bottom