Mikhail

Forum Replies Created

Viewing 15 posts - 2,791 through 2,805 (of 6,219 total)
  • Author
    Posts
  • in reply to: Syntax import to SQL server #9430
    Mikhail
    Moderator

    Command example:
    UPDATE table SET column1 = @cmdVal WHERE column2 = @cmdNum

    You can find it in the driver description in Administrator.
    In your case
    insert into Table_Test (Myfield) Values (@cmdVal)

    in reply to: Mqtt communication error #9422
    Mikhail
    Moderator

    Hi,

    If you share the MQTT broker and provide the MQTT settings file, I can try to reproduce and fix this error.

    in reply to: Communicating with Kepware OPC server #9421
    Mikhail
    Moderator

    Hi,

    Please provide screenshots of the related settings and the device state page (in Administrator).

    in reply to: New Chart Pro settings, second YAxis #9418
    Mikhail
    Moderator

    Hi,

    Quantity should be specified for the both channels.
    It’s the ParamID field.

    in reply to: Mqtt communication error #9417
    Mikhail
    Moderator

    Hi,

    Which driver version do you use?

    in reply to: Disable password request on command #9414
    Mikhail
    Moderator

    In the Webstation configuration, find and change the parameter “Require password to send command”. Don’t forget to download changed settings into the project.

    in reply to: New Chart Pro settings, second YAxis #9413
    Mikhail
    Moderator

    Hi,
    Please provide screenshots of the chart and the input channel properties.

    in reply to: New Chart Pro settings, second YAxis #9410
    Mikhail
    Moderator

    The both of the YAxis have the same QuantityIDs, so trends will be bound to the same axis.

    in reply to: New Chart Pro settings, second YAxis #9403
    Mikhail
    Moderator

    Hi,

    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.

    in reply to: RS232 to RS485 converter #9402
    Mikhail
    Moderator

    Will you develop a custom communication channel by yourself or prefer ordering the development?

    in reply to: RS232 to RS485 converter #9398
    Mikhail
    Moderator

    This 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.

    Mikhail
    Moderator

    Is 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.

    in reply to: Auto control module settings #9396
    Mikhail
    Moderator

    Thank you for the info.

    in reply to: Send command with button #9395
    Mikhail
    Moderator

    As 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.

    in reply to: Send command with button #9394
    Mikhail
    Moderator

    I 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.

Viewing 15 posts - 2,791 through 2,805 (of 6,219 total)