Forum Replies Created
-
AuthorPosts
-
MikhailModeratorHi,
Please create a new topic to discuss Rapid Gate. This topic is about data conversion from v5 to v6.
MikhailModerator> Connection OK !!!
Nice!> Very hard to deal with those OPC Classic servers
That’s true.
MikhailModeratorHello,
For now, the OPC UA server supports only current data.
MikhailModerator
MikhailModeratorHello,
The feature to export data on timer is available in Rapid SCADA 6.
Using 5.8.4, you can try the above method, but it seems too tricky.
MikhailModeratorDid you manage to connect?
MikhailModeratorHi,
The popupLocator object is declared in popup.js, which is referenced by the web pages.
MikhailModeratorIf an OPC UA server provides motor states as an array, you can read them as an array and store in a single channel having length 10. But in the scheme view, you need to address channels by their numbers. Provide screenshots of the settings for more details.
MikhailModeratorYou can use this simple utility for testing. Also try 3rd party OPC clients, such as Matrikon OPC explorer and Prosys.
MikhailModeratorHi,
I cannot find the above lines in scheme-render.jsApril 8, 2024 at 11:49 am in reply to: CurData and EventData with a difference of about 2 seconds #14356
MikhailModeratorThe above is a good example of what I was saying.
Also you can try to set an archive option to write data on each change. But it may require a lot of disk space if data change too fast.
MikhailModeratorCould you provide an example?
MikhailModeratorHow do I make the LED indicator condition show green when no alarm, and red when alarm is on
Open the Conditions property of the component and change the colors.
MikhailModeratorFor example, the device returns a list of registers A1…A10. And a manufacturer says that this is an array. A driver should create a tag that has length > 1 to support an array. But the current Modbus driver does not support this.
While OPC devices can return data of array types. And the OPC driver also supports this.
-
AuthorPosts