Forum Replies Created
-
AuthorPosts
-
MikhailModeratorPlease provide a screenshot of the form that displayed by clicking the Register Driver button.
December 4, 2021 at 10:47 am in reply to: Local Host Not Working (WEBSTATION NOT OPENING IN CHROME ) #9736
MikhailModeratorHello,
> 2. Is the root page http://localhost/ available?
> Service UnavailableIf service is unavailable, IIS is not properly installed. The issue is not related to Rapid SCADA, you should fox IIS.
December 3, 2021 at 2:13 pm in reply to: Local Host Not Working (WEBSTATION NOT OPENING IN CHROME ) #9732
MikhailModeratorHello,
Please provide the info as follows:
1. What operating system is used?
2. Is the root page http://localhost/ available?
MikhailModeratorHello,
1. Open the Drivers page in Administrator.
2. Select the KpModbusSlave.dll and click the Properties button, then click the Register Driver button.Also the code is written in a communication line log.
MikhailModeratorHello,
When a new date begins, the expected behavior is that an operator should manually change the date picker. However, our customers often ask to change date automatically at midnight.
So, automatic change of current date will be included (and already implemented) in Rapid SCADA 6. It affects table views. The event panel at the bottom has no date picker and shows the specified number of recent events. To get events for the selected date, a report should be generated.
November 30, 2021 at 11:31 am in reply to: Text formatting toolbar is missing (Forum, not SCADA) #9724
MikhailModeratorYes. Unfortunately it disappeared after the last forum update. I will check if it’s possible to get it back.
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, 6 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. -
This reply was modified 4 years, 6 months ago by
-
AuthorPosts