Mikhail

Forum Replies Created

Viewing 15 posts - 481 through 495 (of 6,128 total)
  • Author
    Posts
  • in reply to: I would like to inquire about the visible/invisible function. #16119
    Mikhail
    Moderator

    Hello,

    1. If you are asking about schemes, we plan to implement that feature in the future.

    2. To display a video stream you need to convert it to a web format. See this example.

    in reply to: Using AD for login #16112
    Mikhail
    Moderator

    Have you created a PostgreSQL database and specified it in ScadaInstanceConfig.xml?

    in reply to: Using AD for login #16109
    Mikhail
    Moderator

    Download is not needed in 99% of cases.
    When you upload a project, it is saved. You can also save the project by the Save button.

    If you gen an error, check the error details in the log files.

    in reply to: Change output state by formula #16108
    Mikhail
    Moderator

    Hi,

    I thought all configurations should be done for channel which is referred in formula but configuration should be done on channel which execute formula, I’m right?

    Both is possible. A channel should not call SetVal for itself. When you need to change a channel itself, return a new value from the formula.

    in reply to: Using AD for login #16104
    Mikhail
    Moderator

    Hello,
    1. In the Server – Modules page, activate the ModActiveDirectory module.
    2. Configure the module properties.

    LdapTest utility may help to find proper parameters.

    in reply to: How to use the chart #16103
    Mikhail
    Moderator

    Hello,

    How to use the chart in the Extra Scheme Components Plugin,

    Specify the component properties to display a chart on a scheme.

    and how to change the default range of the scale from 0 to 100 to another range?

    Scale can be changed only manually by a user.

    in reply to: Change output state by formula #16099
    Mikhail
    Moderator

    Val(52) is a wrong formula because it refers the channel itself.

    in reply to: Change output state by formula #16098
    Mikhail
    Moderator

    V0.2 is the tag code of the channel. When a user sends a command to this channel 52, the command value should be transferred to Communicator. You can see it in ScadaComm.log.

    in reply to: OPCUA DA Gateway #16094
    Mikhail
    Moderator

    Cool!

    in reply to: Farm Management Module #16093
    Mikhail
    Moderator
    in reply to: OPCUA DA Gateway #16091
    Mikhail
    Moderator

    May be you should convert the data tag to a number and store it in a separate channel.

    in reply to: IP address And System Time #16090
    Mikhail
    Moderator

    how do I configure Linux to be static ip addresses?

    Probably, this question is not related to Rapid SCADA configuring.

    in reply to: IP address And System Time #16089
    Mikhail
    Moderator

    Hello,

    how to display the IP address of each network port of the device in the rapidScada View?

    Put a static text label on a scheme, for example. You cannot access device properties from a view.

    How can I write the time data to the Linux system in View and set the time?

    Create a channel of the calculate type. Use Now() as an input formula of the channel. Choose proper channel format.

    in reply to: How do I send setup data to Modbus device #16087
    Mikhail
    Moderator

    Commands cannot be sent by a script. Commands can be sent by a module.

    in reply to: How do I send setup data to Modbus device #16086
    Mikhail
    Moderator

    Hello,
    Try Automatic Control Module for sending commands.

Viewing 15 posts - 481 through 495 (of 6,128 total)