EnglishУкраїнськаmRussian
Login/New
Topic with no new replies

What is your recommended approach to externally access OpenSCADA tags and tag data?


Author Message
Written on: 10. 05. 2014 [17:54]
Philapol
Phila Pol
Topic creator
registered since: 24.12.2013
Posts: 6
I have my own separate mathematical analysis and control software written in cross-platform C++ and I would like to access tags/tag data from OpenSCADA and make control requests.

Note I have configured OpenSCADA to provide an OPC UA interface but I have no OPC UA client software to access this interface.

Other OPC UA servers provide client SDK libraries to access OPC UA server tags. I would like to be able to get the tag tree, get tag parameters / values, etc. in a way that is similar to other SDKs.

Do you have an equivalent OPC UA client SDK library. If not, what would you recommend that I do?

In general, what is your recommended approach to externally access OpenSCADA tags and tag data?

Thanks for your insight.
Written on: 11. 05. 2014 [22:01]
roman
Roman Savochenko
Moderator
Contributor
Developer
registered since: 12.12.2007
Posts: 3742
"Philapol" wrote:

Do you have an equivalent OPC UA client SDK library. If not, what would you recommend that I do?

Yes, OPC_UA implementation into OpenSCADA already moved to library and here independent client's test using program placed: http://oscada.org/svn/trunk/OpenSCADA/src/moduls/daq/OPC_UA/libOPC_UA/

"Philapol" wrote:

In general, what is your recommended approach to externally access OpenSCADA tags and tag data?

Here more variants had but all exact network based for different protocols up to self implement.

Learn, learn and learn better than work, work and work.



1837