Mikhail

Forum Replies Created

Viewing 15 posts - 5,146 through 5,160 (of 6,289 total)
  • Author
    Posts
  • in reply to: MQTT driver publish comma decimal point #2915
    Mikhail
    Moderator

    Hi,

    mqtttp.Value.ToString() and Convert.ToDouble(pv) use the default conversion depending on system settings. If you know C#, can you install Visual Studio Community Edition and debug the source code? May be the MQTT Core receives data with comma.

    Cayenne dashboard is really nice!

    in reply to: Dislay event or value #2910
    Mikhail
    Moderator

    It’s possible to add the appropriate parameter if you able to contribute money in the project. This issue is minor and not planned in the near future.

    in reply to: Prefer a line chart #2909
    Mikhail
    Moderator

    Just increase “Chart gap” at http://localhost/Scada/plugins/Config/WebConfig.aspx 🙂

    in reply to: MQTT driver publish comma decimal point #2908
    Mikhail
    Moderator

    Hi,
    Try contacting the author of the driver by creating an issue on GitHub.
    This error is specific to the driver.

    in reply to: Destination port for web portal #2904
    Mikhail
    Moderator

    Hi,
    Yes, you should forward to the port 80.
    To make the address to http://yourip
    – Open IIS administration console
    – Remove the existing Scada web application in the IIS administration console
    – Open parameters of the default web site and set its path to C:\SCADA\ScadaWeb

    in reply to: Rapid scada – OPC error #2901
    Mikhail
    Moderator

    Thank God 🙂
    OPC is unpredictable.

    in reply to: How to use Automatic Control Module #2900
    Mikhail
    Moderator

    You should send the commands and apply formulas for output channels that insert necessary values.

    in reply to: Server is unavailable #2899
    Mikhail
    Moderator

    Does https://localhost/ work?

    in reply to: Server is unavailable #2898
    Mikhail
    Moderator

    HTTPS is more tricky. To solve this issue, a remote connection is required – this is a commercial service.

    in reply to: Rapid scada – OPC error #2894
    Mikhail
    Moderator

    Hi,
    Probably, you should install or reinstall OPC Core Components.

    in reply to: How to use Automatic Control Module #2893
    Mikhail
    Moderator

    The Beat() function just changes a channel value every 5 seconds to be a trigger for sending commands. What value you need to insert?

    in reply to: Scheme Editor using problems #2892
    Mikhail
    Moderator

    Hi,
    You should associate HTML file extension with a modern browser.
    Other option:
    After starting the editor, open a browser and copy this link:
    file:///C:/SCADA/ScadaSchemeEditor/Web/plugins/SchemeEditor/editor.html

    in reply to: Device with poor connectivity #2890
    Mikhail
    Moderator

    Also is it possible to display a timestamp of the when the device was connected last?

    You can also implement it using formulas.

    I’d like to say that the connection is not stable, it is not normal, you should find the cause and make the connection better.

    in reply to: Device with poor connectivity #2889
    Mikhail
    Moderator

    Instead of defaulting to zero.

    You need a formula of input channel. Try this: Stat > 0 ? Cnl : Val()

    in reply to: Server is unavailable #2888
    Mikhail
    Moderator

    Hi,
    If you need HTTPS, you have to do special settings on IIS. See this

Viewing 15 posts - 5,146 through 5,160 (of 6,289 total)