• Recent
    • Tags
    • Popular
    • Register
    • Login
    1. Home
    2. zdabbas
    3. Topics

    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
    • Profile
    • Following 0
    • Followers 0
    • Topics 4
    • Posts 21
    • Best 0
    • Controversial 0
    • Groups 0

    Topics created by zdabbas

    • zdabbasZ

      Slow Response from BACNet Devices

      Mango Automation general Discussion
      • • • zdabbas
      11
      0
      Votes
      11
      Posts
      6.4k
      Views

      JoelHaggarJ

      We will do some testing on our side and see if we can reproduce something similar. It would be helpful if you could get a serial capture of when the network is slow and when it is fast so we can compare the differences.

    • zdabbasZ

      Script not activating

      Scripting general Discussion
      • • • zdabbas
      1
      0
      Votes
      1
      Posts
      853
      Views

      No one has replied

    • zdabbasZ

      COnnecting mango to ext. DB for Verification

      User help
      • • • zdabbas
      8
      0
      Votes
      8
      Posts
      2.9k
      Views

      phildunlapP

      The point links solution still sounds good to me. You'll need an SSH data point for each RFID point I think. Then you can just hardcode the door number either into the pointlink or the ssh point. I would opt for the point like, and set the SSH point's value to something like "RFID# Door#" and stick with the ssh points' set commands being "key=$(/path/to/validation/script.sh VALUE)" as the string VALUE will be replace by our two arguments for the script.

      Each RFID point will have a point link to an SSH point (and all SSH points can be the same, but for the sake of event handlers (if Mango needs to track state beyond just issuing a single open to the doors). Door 1's pointlink may look like,

      return source.value + " D001"

      You may need to check for an empty source.value and such. You can use all the same control logic from my earlier posts, involving another chain of point links from the SSH points to their relays.

    • zdabbasZ

      Script for event timer deactivation in certain cond.

      Scripting general Discussion
      • • • zdabbas
      10
      0
      Votes
      10
      Posts
      4.5k
      Views

      zdabbasZ

      Phil

      That last script worked like a charm.

      thank you for all your help my friend.