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

    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 1
    • Posts 2
    • Best 0
    • Controversial 0
    • Groups 0

    jzwicker

    @jzwicker

    0
    Reputation
    295
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined Last Online
    Website http://www.continual.net

    jzwicker Unfollow Follow

    Latest posts made by jzwicker

    • RE: How to get / generate XID for PointEventDectors table?

      Need to add hundreds, possibly thousands of event detectors and don't want to do it manually. We use macros, etc... to generate SQL queries based on point lists in Excel. This allows us to instantly setup the points, histories, event detectors, etc... without having to do the work.

      If there's a better way, please advise.

      posted in User help
      jzwickerJ
      jzwicker
    • How to get / generate XID for PointEventDectors table?

      We're looking to use a query such as:

      INSERT INTO POINTEVENTDETECTORS (
      XID,
      ALIAS,
      DATAPOINTID,
      DETECTORTYPE,
      ALARMLEVEL,
      LOWLIMIT,
      HIGHLIMIT,
      DURATION,
      DURATIONTYPE,
      BINARYSTATE,
      MULTISTATESTATE,
      CHANGECOUNT,
      ALPHANUMERICSTATE,
      WEIGHT
      ) VALUES (
      'PED_000001',
      'Testing1',
      '132',
      '12',
      '1',
      '18.0',
      '24.0',
      '5',
      '1',
      'N',
      '0',
      '2',
      '',
      '0.0'
      ), (
      'PED_000002',
      'Testing2',
      '132',
      '12',
      '1',
      '17.0',
      '25.0',
      '5',
      '1',
      'N',
      '0',
      '2',
      '',
      '0.0'
      );

      ...to insert point event detectors, however we can't seem to figure out where the XIDs are coming from? Any advice? Thanks!

      posted in User help
      jzwickerJ
      jzwicker