Forum Replies Created
-
AuthorPosts
-
MikhailModeratorTo display strings in the web app, set channel data type to Unicode string.
MikhailModeratorCould you provide screenshots?
The driver works with numbers and 4-character strings. Long strings currently not supported by the driver.
MikhailModerator
MikhailModeratorOPC DA (Classic) may be unpredictable. It’s a bad technology. You should use OPC UA instead.
The checkbox is in the screenshot https://ibb.co/wzjYYrN
MikhailModeratorThe proper way is upgrading Rapid SCADA to the version 6 and after that solve export questions.
MikhailModeratorCommand type of the output channel should be binary.
MikhailModeratorIn the screenshots, the number of the output channel is 201 while in the configuration form 631 is specified, which is wrong. It should be 201.
MikhailModeratorName Constraints
Class names and namespaces are important. Locations of the classes’ files are about code style.
MikhailModeratorModule Placement: \ScadaWeb\wwwroot\plugins
Plugins include DLL which is located in \ScadaWeb\ and static files in \ScadaWeb\wwwroot\plugins
-
This reply was modified 1 year, 9 months ago by
Mikhail.
MikhailModeratorIt’s possible that received values are rounded by the driver. I’m sure sure. You should get channel data as a byte array and play with it.
MikhailModeratorDo you use MQTT or Modbus protocol?
Could you make a screenshot of a device data page from Communicator?
MikhailModeratorHi,
Now as my data is changing frequently instead of using GET call, is there data streaming API call available by which my application will read the data as soon as it change ?
Try using DrvMqttPublisher driver which publish data on change by MQTT.
MikhailModeratorDo you mean the page in the image4 in the drive I shared? And what should I put in the tag?
Yes, image4.
Check this example https://ibb.co/ZMBdJBd
MikhailModeratorSo, does this mean that the Archives table can cover up to 32 entries at most?
31, because the archive mask is signed integer.
-
This reply was modified 1 year, 9 months ago by
-
AuthorPosts