Mikhail

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 5,542 total)
  • Author
    Posts
  • in reply to: Displaying string instead of input #15703
    Mikhail
    Moderator

    For such long messages, create a function that returns a string and use it for an input channel.
    For example:

    public string MyString()
    {
      if (Cnl < 0) return "Abc";
      else return "Cde";
    }

    In the channel input formula: MyString()

    in reply to: How do I create an alarm page? #15702
    Mikhail
    Moderator

    Hello,
    Alarms and events are displayed in the bottom panel.
    If you create channels that indicate alarms, you can show them in a view such as table or scheme.

    Event messages are not editable.
    The ack function is available for event displayed in the bottom panel.

    in reply to: power of ten #15701
    Mikhail
    Moderator

    Hello,
    I agree with the above. The power of ten should be stored in a separate channel.

    in reply to: Displaying string instead of input #15693
    Mikhail
    Moderator

    Hello,
    Probably, another solution is needed in that case. Please provide screenshots of your settings for better understanding.

    in reply to: Modbus Data error #15691
    Mikhail
    Moderator

    While in the USA the comma is used as the 1000 separator, in Europe it is the period.

    Please create a new topic. Some simple actions may be needed.

    in reply to: Sending MQTT commands #15690
    Mikhail
    Moderator

    Likely, the channel properties are incorrect. Make sure that the tag code of the channel is set.

    in reply to: Sending MQTT commands #15678
    Mikhail
    Moderator

    Please send screenshots:
    1. A screenshot of the correct command when you send it from the Administrator app.
    2. Screenshot of a command when you send it with a button.

    in reply to: Modbus Data error #15677
    Mikhail
    Moderator

    Use the Modbus parser to validate your requests.

    in reply to: Sending MQTT commands #15672
    Mikhail
    Moderator

    1. I recommend to use short Tag codes for your convenience.
    2. When you send a command, specify the tag code in the Command code field.
    Command value is data to send, just a number.

    in reply to: Modbus Data error #15671
    Mikhail
    Moderator

    Note that ILLEGAL DATA ADDRESS is the answer of your device.

    in reply to: Modbus Data error #15670
    Mikhail
    Moderator

    Hello,

    If you have communication logs from the previous version, compare the Modbus packets with the new version using https://rapidscada.net/modbus/

    in reply to: Connection state is Error #15658
    Mikhail
    Moderator

    Hi,
    You right, it will be useful.

    in reply to: Sending MQTT commands #15657
    Mikhail
    Moderator

    Please provide screenshots of the settings, and commands sent.

    in reply to: Connection state is Error #15653
    Mikhail
    Moderator

    Hi,

    May be some other application affected network communications. Windows update also may be the cause.
    I would prefer Linux for server software that needs to run 24/7.

    in reply to: Sending MQTT commands #15652
    Mikhail
    Moderator

    You don’t need to add commands in the device properties. You can just write data to elements of subscriptions.

Viewing 15 posts - 1 through 15 (of 5,542 total)