Forum Replies Created
-
AuthorPosts
-
MikhailModerator@cmdVal is a variable that contains value of the command being sent. The variable is filled by the driver.
MikhailModeratorPlease provide screenshots.
August 26, 2021 at 1:48 pm in reply to: Local Host Not Working (WEBSTATION NOT OPENING IN CHROME ) #9440August 25, 2021 at 12:39 pm in reply to: Local Host Not Working (WEBSTATION NOT OPENING IN CHROME ) #9432
MikhailModeratorMake sure that IIS works by opening http://localhost/
Did you get any error messages during installation?
MikhailModeratorCommand example:
UPDATE table SET column1 = @cmdVal WHERE column2 = @cmdNumYou can find it in the driver description in Administrator.
In your case
insert into Table_Test (Myfield) Values (@cmdVal)
MikhailModeratorHi,
If you share the MQTT broker and provide the MQTT settings file, I can try to reproduce and fix this error.
MikhailModeratorHi,
Please provide screenshots of the related settings and the device state page (in Administrator).
MikhailModeratorHi,
Quantity should be specified for the both channels.
It’s the ParamID field.
MikhailModeratorHi,
Which driver version do you use?
MikhailModeratorIn the Webstation configuration, find and change the parameter “Require password to send command”. Don’t forget to download changed settings into the project.
MikhailModeratorHi,
Please provide screenshots of the chart and the input channel properties.
MikhailModeratorThe both of the YAxis have the same QuantityIDs, so trends will be bound to the same axis.
MikhailModeratorHi,
You should add a new YAxis block into YAxes. It’s important to specify QuantityIDs for the added YAxis, because channels are bound to the axis according their quantities.
MikhailModeratorWill you develop a custom communication channel by yourself or prefer ordering the development?
MikhailModeratorThis feature requires changes in the source code of the serial communication channel. In Rapid SCADA 6, which is not ready yet, it will be possible to develop a custom communication channel with the needed logic. However, may be it’s easier to change the converter.
-
AuthorPosts