• Recent
    • Tags
    • Popular
    • Register
    • Login
    1. Home
    2. posztos

    Please Note This forum exists for community support for the Mango product family and the Radix IoT Platform. Although Radix IoT employees participate in this forum from time to time, there is no guarantee of a response to anything posted here, nor can Radix IoT, LLC guarantee the accuracy of any information expressed or conveyed. Specific project questions from customers with active support contracts are asked to send requests to support@radixiot.com.

    Radix IoT Website Mango 3 Documentation Website Mango 4 Documentation Website Mango 5 Documentation Website
    P
    • Profile
    • Following 0
    • Followers 0
    • Topics 4
    • Posts 12
    • Best 0
    • Controversial 0
    • Groups 0

    posztos

    @posztos

    0
    Reputation
    444
    Profile views
    12
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    posztos Unfollow Follow

    Latest posts made by posztos

    • Modbus-TCP connect error

      Hi,

      has anyone seen something like in the attached wireshark trace?
      Mango is querying a modbus-TCP slave, but somehow loses pace with closing and reopening connections (used with simple TCP, without keep-alive). This slave can only accept one connection at a time, thus the connection will be broken...

      Thanks,
      Greg

      Attachment: download link

      posted in Development general discussion
      P
      posztos
    • RE: Modbus-TCP connect error

      Hi,

      has anyone seen something like in the attached wireshark trace?
      Mango is querying a modbus-TCP slave, but somehow loses pace with closing and reopening connections (used with simple TCP, without keep-alive). This slave can only accept one connection at a time, thus the connection will be broken...

      Thanks,
      Greg

      posted in Development general discussion
      P
      posztos
    • RE: Serverside script and var "events"

      it prints out like this "Temperature: 21.375°C = 21,4°C"

      Are these variables supposed to be used like this?
      yes. A server side script can access only one point, its value, and properties.

      I have been thinking to make a small alarm panel on a graphical view, with selected events related to the view
      As I know, it is currently not possible. "events" lists the pending event objects of the server side script's point.

      Regards,
      Greg

      posted in User help
      P
      posztos
    • RE: Screens - jumps, drop down order

      Create a Server-side script, select the point on which displaying the button depends. This script should give you the idea:
      return value == 0 ? "" : "button";

      With the code above, if the selected point is 0 nothing is displayed, otherwise a button text is displayed.

      Regards,
      Greg

      posted in User help
      P
      posztos
    • Modbus poll algorithm

      Hi,

      I wanted to change the way modbus master polls the slaves, but as I see, it is implemented in seroutils...

      Now if all slaves are online, they are queried one after the other. If a slave goes offline, it is queried "retries" times in one round, then it is qualified offline.
      My version would always query each slave only one time in a round, and qualify a slave offline only if "retries" number of rounds has elapsed without a proper answer.
      It's not a big difference, but gives more time for the network to recover from a transient failure.
      I don't know, if this algorithm was suitable for other modbus users/uses, or could be implemented only as an option.

      Thanks,
      Greg

      posted in Development general discussion
      P
      posztos
    • RE: Modbus poll algorithm

      Hi,

      I wanted to change the way modbus master polls the slaves, but as I see, it is implemented in seroutils...

      Now if all slaves are online, they are queried one after the other. If a slave goes offline, it is queried "retries" times in one round, then it is qualified offline.
      My version would always query each slave only one time in a round, and qualify a slave offline only if "retries" number of rounds has elapsed without a proper answer.
      It's not a big difference, but gives more time for the network to recover from a transient failure.
      I don't know, if this algorithm was suitable for other modbus users/uses, or could be implemented only as an option.

      Thanks,
      Greg

      posted in Development general discussion
      P
      posztos
    • RE: Simple point components right aligned

      Great, thank you!

      Regards,
      Greg

      posted in User help
      P
      posztos
    • RE: Simple point components right aligned

      Hi,

      Thank you for the answer.

      But as I know, using a Server-side script, I can not use the different text renderers, that are used when displaying values with Simple point components. (rendering can be also coded inside the script, but it will be redundant)

      Regards,
      Greg

      posted in User help
      P
      posztos
    • Simple point components right aligned

      Hi,

      Is there a way to be able to give the right top coordinates of a Simpe point component instead of the left top coordinates?
      I'm displaying some informations in a table, where the first column consists of static labels (on background image), and the current values are displayed in the second column. The values differ in length, this is why they should be right aligned (or centered, like on Watch list).

      Thanks,
      Greg

      posted in User help
      P
      posztos
    • RE: Simple point components right aligned

      Hi,

      Is there a way to be able to give the right top coordinates of a Simpe point component instead of the left top coordinates?
      I'm displaying some informations in a table, where the first column consists of static labels (on background image), and the current values are displayed in the second column. The values differ in length, this is why they should be right aligned (or centered, like on Watch list).

      Thanks,
      Greg

      posted in User help
      P
      posztos