Mikhail

Forum Replies Created

Viewing 15 posts - 1,861 through 1,875 (of 6,240 total)
  • Author
    Posts
  • in reply to: Webstation URL #12325
    Mikhail
    Moderator

    Hi,

    Click the Deployment profile button on the main toolbar, edit the profile, and enter the webstation URL.

    in reply to: Server is unavailable #12324
    Mikhail
    Moderator

    Hi,
    The above link is not public.

    in reply to: V6.1 Unable to get value’s displayed #12318
    Mikhail
    Moderator

    Note: nice dark theme!

    in reply to: V6.1 Unable to get value’s displayed #12317
    Mikhail
    Moderator

    Hi,

    The created communication line and device have the numbers 0, which are wrong. Probably, the UI should not allow 0.
    I suggest to create lines, devices and channels using the wizards (use the toolbar buttons), so they will be created correctly.

    in reply to: Export data to SQL #12316
    Mikhail
    Moderator

    Hello,
    Did you try entering IP address in the Server textbox?

    in reply to: button-keep pressing increment fomula #12314
    Mikhail
    Moderator

    But you need to click it twice, to start and to stop.
    Creating a button that provides press and release events requires the development of a new component.

    • This reply was modified 3 years ago by Mikhail.
    in reply to: button-keep pressing increment fomula #12313
    Mikhail
    Moderator

    Hello,

    You could use a Toggle component on a scheme. It is bound to a channel and sends a command depending on the current channel value.

    in reply to: Communicator “File not Found” #12312
    Mikhail
    Moderator

    Try opening the services, find the ScadaComm6 service and start it from there.
    If the service is started, check ScadaComm.log located in SCADA\ScadaComm\Log

    in reply to: MQTT not reading messages #12311
    Mikhail
    Moderator

    Hi,

    Could you explain what “in the original code” means?

    in reply to: Extra Scheme Components Plugin #12310
    Mikhail
    Moderator

    Hi,

    First of all, I suggest to upgrade Rapid SCADA to 6.1.0.
    Then
    1. Download Extra Scheme Components (plg_sch_extra_comp_6.0.0.0_en.zip)
    2. Close the Scheme Editor and Administrator apps.
    3. Copy the files from the archive to the SCADA installation directory.
    4. Open the Administrator app, open a scheme in the editor and check if new components are available in the list.
    5. In the project, in Webstation configuration, activate the Extra Scheme Components plugin.

    in reply to: Zoom icons in Chartpro plug-in #12298
    Mikhail
    Moderator

    Fixed. Will be included in the next release.

    in reply to: using button with bit-mask #12297
    Mikhail
    Moderator

    Hi,

    It should be something like
    SetBit(DataRel(-1), 0, Val() > 0 ? 0 : 1)

    The part Val() > 0 ? 0 : 1 gets the current channel data and reverses it. The above formula is not tested. This is only an idea.

    in reply to: Restart Scada #12296
    Mikhail
    Moderator

    Hi,
    Check the module log C:\SCADA\ScadaServer\Log\ModAutoControl.log
    When the module starts, it writes a computer code to the log file.

    in reply to: New release Rapid SCADA 6.1.0 #12292
    Mikhail
    Moderator

    Hi,
    On Windows the installer provides the Update button. You could try update instead of uninstall/install.
    More info here.

    • This reply was modified 3 years, 1 month ago by Mikhail.
    in reply to: GetBit Error #12290
    Mikhail
    Moderator

    GetBit((-1), 0) looks meaningless. Did you copy it from somewhere?

Viewing 15 posts - 1,861 through 1,875 (of 6,240 total)