Mikhail

Forum Replies Created

Viewing 15 posts - 2,626 through 2,640 (of 6,244 total)
  • Author
    Posts
  • in reply to: How to change User Name & Password for Web User Interface #10027
    Mikhail
    Moderator

    Hello,

    You need to update login and password in the Users table and in the configuration files of Webstation and Communicator. I recommend to edit files in the Administrator app.

    in reply to: Add the GitHub additional formulas #10021
    Mikhail
    Moderator

    Hi,

    To add formulas to your project, add a new row into the Formulas table. Provide some name and copy a code of the formulas into the created row.
    Class definition is not needed, add only variables and methods.

    FormulaTester.dll is useful for debugging formulas in Visual Studio.

    in reply to: Event Description #10020
    Mikhail
    Moderator

    Event order is hardcoded. The list is scrolled down automatically if a user don’t touch it for some period (about 1 min).

    in reply to: How to set up Telegram #10019
    Mikhail
    Moderator

    I’m glad that the issue is solved 🙂
    The above information may be useful for others. Thank you.

    in reply to: Event Description #10013
    Mikhail
    Moderator

    A formula would be close to
    Cnl >= 2 ? 0 : 1

    If you also want to calculate channel status
    Cnl >= 2 ? 0 : 1; Cnl >= 2 ? 201 : 202
    where 201 and 202 are status IDs

    • This reply was modified 4 years, 3 months ago by Mikhail.
    in reply to: Event Description #10010
    Mikhail
    Moderator

    I suppose, you don’t need limits for enumeration channels. Just use events on change.
    Create your own custom unit: Faulty; Healthy
    If a controller sends values 1 and 2, you can use a formula to make it 0 and 1.

    If you have 2 states:
    State 0 is green
    State 1 is red.

    If you have 3 or more states, the default color is black. You can specify color by setting channel status by a formula. Status defines a color.

    in reply to: Dynamic Picture Conditions #10009
    Mikhail
    Moderator

    🙂

    in reply to: How to read an array data of bool #10008
    Mikhail
    Moderator

    Hi,

    Array variables for OPC UA will be supported in Rapid SCADA 6. Current version is Rapid SCADA 5. Beta version of Rapid SCADA 6 will be available soon.

    in reply to: The ON command is being rejected by Server #10007
    Mikhail
    Moderator

    OK 🙂

    in reply to: The ON command is being rejected by Server #10001
    Mikhail
    Moderator

    Hello,
    Please provide a screenshot of an output channel that is used to send commands to the 2nd device.
    Also try sending commands via Communicator user interface.

    in reply to: How to read an array data of bool #10000
    Mikhail
    Moderator

    Hi,
    What communication protocol do you use to communicate between the PLC and PC?

    in reply to: Event Description #9999
    Mikhail
    Moderator

    Hello,

    If I understand you correctly, you should
    1. Set the Enumeration type for the input channel
    2. Create a new row in the Units table to specify possible values (see Off-On, for example) and select the create unit for the channel.
    Event descriptions should show the states as text.

    in reply to: Dynamic Picture Conditions #9998
    Mikhail
    Moderator

    Hello,
    You should create a channel_3 of the calculated type to make necessary calculations for the 3rd channel, and use it for a condition.

    in reply to: Excluding channels from archive ? #9973
    Mikhail
    Moderator

    Hi,
    Yes 🙂

    in reply to: DBExport by Archive Date problem #9972
    Mikhail
    Moderator

    Useful experience. Thank you for sharing it.

Viewing 15 posts - 2,626 through 2,640 (of 6,244 total)