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,387
: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
Apologies for not being the best IDEC programmer. I recently was doing some inspections on a site that had 3 FC6A IDEC processors. The issue is...
Replies
0
Views
14
"Hello! Good day! Excuse me, I have a question regarding the 1761-NET-ENI. RSLinx has already detected it but it's not connecting to the PLC...
Replies
3
Views
26
How to fix if appears code “$115 plc-restart running” on the screen OP17
Replies
1
Views
56
Back
Top Bottom