Forum Replies Created
-
AuthorPosts
-
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.
August 11, 2021 at 3:49 pm in reply to: Stop auto control module without stop/restarting scada server #9397
MikhailModeratorIs there any command or method to stop auto control module without stop/restarting scada server?
Currently, no.
Sometimes, e.g. during the maintenance check, I need to toggle/send cmds manually for testing, but then the auto control module will override my cmds on next update.
Please explain or provide an example.
MikhailModeratorThank you for the info.
MikhailModeratorAs I understand your case, command should be sent by button click. In this case Auto Control Module is not required. But you should correctly set the Command Number and Device fields of the output channels. Device is related to the OPC server.
MikhailModeratorI recommend to change channel type of the channels that are set only from formulas to the Calculated Discrete (or Calculated Real) type.
To send command according to some conditions and actions, Automatic Control Module is needed.
-
AuthorPosts