Forum Replies Created
-
AuthorPosts
-
MikhailModeratorHi,
Rapid SCADA 6: Create new formats in the Formats table. Use the created format for a channel. See Off-On as an example.
Rapid SCADA 5: the same, but add new rows to the Units table.
-
This reply was modified 3 years, 2 months ago by
Mikhail.
MikhailModeratorIn logs you can find timestamps of all command steps.
MikhailModeratorHi,
A command goes the following way: Webstation – Server – Communicator – Device.
Using the logs, analyze why it takes too long.
May be a command waits while Communicator ends a current polling session.
MikhailModeratorHello,
Could you make screenshots of the channels, Modbus template, and device data (in Communicator)?
MikhailModeratorHello,
Could you try the following:
1. In Modbus template change element’s data type to ulong (8 bytes)
2. Update channel data type to Integer, and set channel format to Hexadecimal
This can help to check the actual channel values.
MikhailModeratorHello,
See https://ibb.co/JkXJSmJ
MikhailModeratorHi,
Could you publish a screenshot where a link component is added to a scheme, and it’s properties are displayed in the properties table?
MikhailModeratorHello,
Change the channel data type to blank (double) to get large numbers.
Then add a new channel of the Calculated type, string data type and an input formulaData(101), where 101 is the source channel number.
Send screenshots of the settings and results.
MikhailModeratorHi,
Use the existing plugins as samples. In case of particular questions, ask.
We can provide a personal online training if needed.-
This reply was modified 3 years, 2 months ago by
Mikhail.
April 6, 2023 at 8:59 am in reply to: How can I edit the source code of the scheme editor in v6 #12383
MikhailModeratorHi,
Open Task Manager and check CPU usage of different applications.
MikhailModeratorHello,
I don’t think it’s possible, because Server is a service that has no access to desktop. Web application also has no access to a desktop. It’s only possible to start a console application from Server script.
MikhailModeratorHi,
Dynamic text displays channel value. Led also is bound to a channel and reflects its value. When a button is clicked it sends a command to Server to a particular channel. You should create a channel formula that does what you need.
MikhailModeratorHello,
Please ask questions in appropriate topics. This topic is about MQTT.
MikhailModeratorTry getting a string as 4 registers of double type (8 bytes). They should be bound to 4 channels of the String data type. Let’s see the result.
-
This reply was modified 3 years, 2 months ago by
-
AuthorPosts