Forum Replies Created
-
AuthorPosts
-
MikhailModerator6. Request element group βch1.012β
7. Send (12): 05 43 00 00 00 06 01 03 04 4C 00 64
8. Receive (0 / 7):
9. Communication error!Item 8 waits for data during the timeout, expecting 7 bytes. No data was received.
Network does not guarantee 100% packet delivery.
MikhailModeratorHi,
In addition to the previous answer.
Color also can be taken from channel status.
Channel value 1 means that device is running.
Custom channel statuses may change led color.
So channel formula could be Cnl; (Second(DateTime.UtcNow) % 2) > 0 ? 101 : 102
where 101 and 102 your custom statuses specified in the Event types table.
And in the Scheme editor specify the Status color.-
This reply was modified 4 years, 2 months ago by
Mikhail.
MikhailModeratorHi,
Copied from the history https://rapidscada.net/doc/content/latest/en/version-history/communicator-drivers-history.html
KpModbus 5.1.3.1 (November 15, 2021) - Fixed data packet format for multiple commands Warning: no backward compatibility for multiple commands having elements of 4 bytes or more
So it affects only multiple commands when you send more that 1 Modbus element.
> For projects that are running on 5.8.2 and 5.8.3, should I update them to 5.8.4?
In my opinion, if they work stable, you don’t need to update. New projects should be implemented on the latest Rapid SCADA.
MikhailModeratorHi,
This mess of data can be caused by a too small timeout of the device polling. When old packet comes, the app is already sent the next request and waiting for the next reply.
MikhailModeratorHi,
The title text is taken from the Title column the Interface table.November 26, 2021 at 12:58 pm in reply to: How to avoid entering password everytime when entering the set point #9702
MikhailModeratorHi,
OK πNovember 25, 2021 at 12:37 pm in reply to: How to avoid entering password everytime when entering the set point #9699
MikhailModeratorHello,
You can change it in the configuration of the web application.
http://localhost/scada/plugins/Config/WebConfig.aspxAfter changing don’t forget to download the new settings into your project.
MikhailModeratorHello,
In a template you can override the text of the title component and channel numbers. Other properties are fixed.
MikhailModeratorHi,
You can use scheme template to create many views (many records in the Interface table), and then use them as widgets in a dashboard.> we must create its base on basic components?
You should check the source code of the basic component on GitHub https://github.com/RapidScada/scada/tree/master/ScadaWeb/ScadaScheme/PlgSchBasicComp
Use the available source code as example.
MikhailModeratorYou should open Table Editor from Administrator by double click a table in the explorer tree. Then the editor can find the configuration database related to the opened table.
MikhailModeratorHi,
If you question is about Dashboard, you should create a new topic and specify a particular question.
MikhailModeratorPlease tell more about the modified Scheme Editor with align buttons. Where we can download it?
MikhailModeratorHi,
Please check “Scheme Templates” here.
You could create a 1 scheme, use it as a template, and add 4 views in the Interface table (in Administrator). Then use the Dashboard Plugin to display 4 schemes on a one screen.However, we also think about custom scheme components in the future.
MikhailModeratorHi,
Nice.
What VM specifications did you choose?
MikhailModeratorHi Rich,
Thank you for describing the final solution.
Do you plan to develop a driver for polling data? -
This reply was modified 4 years, 2 months ago by
-
AuthorPosts