Forum Replies Created
-
AuthorPosts
-
manjey73
ParticipantHow is the resulting number displayed in the Scada database?
Yes, you can define regional settings in the code. But I did not study this driver.
-
This reply was modified 5 years, 8 months ago by
manjey73.
manjey73
Participantin appearance, this is like a number, the separators depend on the regional settings of the PC
If this is string data, it is unlikely to work without changing the driver…. formulas are useless, since you will only have the first 8 bytes
-
This reply was modified 5 years, 8 months ago by
manjey73.
manjey73
ParticipantCongratulations, now you just need to create a Table or Diagram interface And connect the required channels to it.
manjey73
ParticipantIt is strange that you have selected a project in the Interface and not interface files.
The Interface object must be created either in tabular form or in graphical form
Interface-Create a Table file (or Scheme)
Add the necessary input channels in a table view
manjey73
ParticipantIt seems that you don’t even need to rearrange the bytes, I entered a decimal number, and the calculator showed a different representation. “Most accurate representation”
http://floatingpoint.ru/value/double/416A61BD7388E68A
-
This reply was modified 5 years, 8 months ago by
manjey73.
manjey73
ParticipantFor example here you have everything perfectly readable
https://ibb.co/Yf7Kjm9When you read once an hour, you may need to uncheck “Stay connected” in the line settings. Actually, the problem is not in Scada, but perhaps in the communication settings, the settings of the device itself (it does not keep the socket open for so long and closes it by timeout), and so on.
manjey73
ParticipantYou just don’t know how to cook it 🙂
<img src="<img src=”https://i.ibb.co/NxYkSrG/Rights.jpg” alt=”Rights” border=”0″ />” alt=”Rights tab” />
-
This reply was modified 5 years, 8 months ago by
manjey73.
manjey73
ParticipantThis is a different table . There are not so many tables in the project that you can’t see the assignment of Rights
manjey73
ParticipantRights, access Rules, Access, I don’t know how to call it correctly in the English version.
I use an online translator
-
This reply was modified 5 years, 8 months ago by
manjey73.
manjey73
ParticipantYou also need to allow viewing and managing in the Rule tab
manjey73
ParticipantThe idea is to write a formula and add the value to a file once an hour without using the auto control module
manjey73
ParticipantHere you have a request for 5 registers and returned 5
Request element group
Send (12): 00 00 00 00 00 06 01 03 01 38 00 04
Receive (7/7): 00 00 00 00 00 0B 01
Receive (10/10): 03 08 FF ED 00 13 00 00 00 00
OK!And here you have a request for 10 registers but returned 5 from the previous request. And so all the time
Request element group “offet and gain”
Send (12): 00 00 00 00 00 06 01 03 01 63 00 09
Receive (7/7): 00 00 00 00 00 0B 01
Receive (10/10): 03 08 FF ED 00 13 00 00 00 00
Incorrect PDU length!manjey73
ParticipantIt feels like your device is sending out packets again
manjey73
ParticipantRapidScada can run on a Raspberry Pi and its characteristics are somewhat more modest than you have shown.
-
This reply was modified 5 years, 8 months ago by
-
AuthorPosts