• Recent
    • Tags
    • Popular
    • Register
    • Login
    1. Home
    2. gadi.alaloof
    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
    G
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 7
    • Posts 11
    • Groups 0

    Topics

    • G

      Unable to get response IAM from a tridium device

      Watching Ignoring Scheduled Pinned Locked Moved BACnet4J general discussion
      3
      0 Votes
      3 Posts
      2k Views
      phildunlapP
      Hi gadi.alaloof, I think this thread might be similar: https://forum.infiniteautomation.com/topic/3121/unable-to-discover-a-bacnet-device-on-my-network/18 The resolution there was found in using a local bind address of 0.0.0.0 and a broadcast address particular to the network, like 192.168.1.255 for the 192.168.1.0/24 network. BACnet local device settings are on the /system_settings.shtm page [image: zxgwFrH.png]
    • G

      Is it possible to find remote device giving Address only ?

      Watching Ignoring Scheduled Pinned Locked Moved BACnet4J general discussion
      1
      0 Votes
      1 Posts
      2k Views
      No one has replied
    • G

      Network routers map in Default Transport is not unique

      Watching Ignoring Scheduled Pinned Locked Moved BACnet4J general discussion
      1
      0 Votes
      1 Posts
      1k Views
      No one has replied
    • G

      Invalid arguments: router address not provided for a remote recipient

      Watching Ignoring Scheduled Pinned Locked Moved BACnet4J general discussion
      4
      0 Votes
      4 Posts
      4k Views
      G
      It looks like that old functionality has been taken a way where we used to get the linked service in IM requests. With 3.2.3 the stack expect IM router to Network or I Coud be Router to Network to come in order to decide about network address (Linked Service) . Im a bit surprise since we can get the linked service when getting the IAM and make use of it. I have a temporary fixed but expect it to be fixed officially.
    • G

      We are unable to get Network address in RemoteDevice object when sending WhoId request

      Watching Ignoring Scheduled Pinned Locked Moved BACnet4J general discussion
      1
      0 Votes
      1 Posts
      2k Views
      No one has replied
    • G

      Unable to subscribe to COV

      Watching Ignoring Scheduled Pinned Locked Moved BACnet4J general discussion
      2
      0 Votes
      2 Posts
      2k Views
      G
      Hi I'm using bacnet4j stack from 3 tears ago and not able to unsubscribe to COV although the PDU response for unsubscribe is success. registration is for life time and the way I Subscribe and Unsubscribe is as follow: Subscribe: req = new SubscribeCOVRequest(new UnsignedInteger(1), aoid, new Boolean(true), new UnsignedInteger(0)); ocalDevice.send(d, req); Unsubscribe: localDevice.send(rd, new SubscribeCOVRequest(1, oid, null, null)); BTW:Is the process Id number should be same ?