Click here to Skip to main content
15,885,925 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dear engineers and software developers.
my name is Jan Makopa. I am at a critical stage in the development of a HMI software.
problem statement;
at this stage, i am designing an interface were a user can select the type of station which the development pc is going to
be.
if the user selects "operator station" then the pc will not be configured any plc drivers.instead the pc will access data from a server connected to plc.
i dont know how i can access e plc nodes on the server.is there an easy way i can access the data frm a server
thank you in advance
Posted

1 solution

Sorry, but there is no general method for that. The connection of the server to the PLC is not running on OS level. It is managed by SCADA server applications using different drivers for different PLC manufactures. TAGSs are registered for the different DB fields on the PLC. But the SCADA most likely won't expose these interfaces directly, so you have little chances to access PLC DB's via a SCADA - and there are many of them out there, thus even if some have such interfaces, won't be standard. You might not have any SCADA polling the PLC, you might have a custom application there. The best option is when you have an OPC server polling the PLCs since as that is hiding the drivers and will present a common interface you can use - see: https://opcfoundation.org/products/view/86[^].
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900