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

    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
    E
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 2
    • Best 0
    • Controversial 0
    • Groups 0

    el_dios

    @el_dios

    0
    Reputation
    250
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    el_dios Unfollow Follow

    Latest posts made by el_dios

    • Differences between the Properties of diverse bacNetDevice Manufacturer

      Hello,

      You cant use the same code for different Manufactorers.

      So I want to set up a Properties File from which you can get the correct and neccessary values to control a device.

      so i have a map with

      key: String (manufacturer)
      value: Propertie

      so i got maybe a file called: ManufacturerA.properties :

      temperature_sensor= ???
      open_window= ???

      In another class i have some methods, for example: getTemperature(RemoteDevice d, String manufactorer)
      so i send a ReadPropertyRequest in this method using the value of the entry of temperature_sensor, so that i can get the ObjectIdentifier from it

      my question is: Do different manufacturers's devices only differ in ObjectIdentifier, or do they also differ in ObjectType or in a writePropertyRequest in

      PropertyIdentifier propertyIdentifier,
      UnsignedInteger propertyArrayIndex

      ( so i want to know what i have to write as value into the properties )

      posted in BACnet4J general discussion
      E
      el_dios
    • RE: Differences between the Properties of diverse bacNetDevice Manufacturer

      Hello,

      You cant use the same code for different Manufactorers.

      So I want to set up a Properties File from which you can get the correct and neccessary values to control a device.

      so i have a map with

      key: String (manufacturer)
      value: Propertie

      so i got maybe a file called: ManufacturerA.properties :

      temperature_sensor= ???
      open_window= ???

      In another class i have some methods, for example: getTemperature(RemoteDevice d, String manufactorer)
      so i send a ReadPropertyRequest in this method using the value of the entry of temperature_sensor, so that i can get the ObjectIdentifier from it

      my question is: Do different manufacturers's devices only differ in ObjectIdentifier, or do they also differ in ObjectType or in a writePropertyRequest in

      PropertyIdentifier propertyIdentifier,
      UnsignedInteger propertyArrayIndex

      ( so i want to know what i have to write as value into the properties )

      posted in BACnet4J general discussion
      E
      el_dios