Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • *dis/Name: this field will be used for the name of the equip which will be created
    • example = VAV-01
    • note: Changing one of the field changes the other.
  • *host: this field defines the IP address the bacnet device will be utilizing. Include port if its other than the standard port of 47808
    • example = 192.168.1.100 or 192.168.1.100:47810
  • *siteName: this will define the name of the site which the equip will reference as 'siteRef'.
    • example = Building HQ
    • note: If the a site already exists with what is entered here, it will reference the existing site. If the name entered does not match an existing site, it will create the new site (siteName is case-sensitive). If no siteName is specified, it would create a "Mock Site".
  • *floorName: this will define the name of the floor which the equip will reference as 'floorRef'.
    • example = Floor 1
    • note: If the floor already exists with what is entered here and under the same site, it will reference the existing floor. If the name entered does not match an existing floor under same site, it will create a new floor (floorName is case-sensitive). If no floorName is specified, it would create a "Mock Floor".
  • vendorId: this field defines the vendor id, which is the numerical identifier of the device. List of Vendors
    • example = 7 (Siemens)
  • vendorName: this field defines the vendor name, which is the name of the manufacturer. List of Vendors
    • example = Siemens Building Technologies
  • roomName: this defines what the room number is from which this device serves. It has to be a number to follow the format of the location property of the device.
    • example = 556
  • *deviceInstance: this is the instance of the device
    • example = 7001
  • folderName: this will define the name of the folder in which the connector (objectName) will be organized under.
    • example = VAVs
    • note: If a folder already exists under the connectors, it will reference the existing folder. If the name entered does not match an existing folder, it will create a new folder (folderName is case-sensitive). If no folderName is specified, it won't create a folder.
  • *objectName: this will define the name of the connector which will be created
    • example = VAV-01
  • tenantName: this will define the tenant name of which the area serves.
    • example = J2
  • ahuName: this will define the name of the ahu which the vav equip will reference as 'ahuRef'. The name has to start with AHU to follow the format of the description property of the device.
    • example = AHU 1
    • note: If an ahu already exists with what is entered here and under same site and floor, it will reference the existing ahu. If the name entered does not match an existing ahu under same site and floor, it will create a new ahu (ahuName is case-sensitive). If no ahuName is specified, it won't create an ahu and not add the ahuRef to the vav equips.
  • applicationNumber: this field defines the device application number. This number determines what type of devices it is
    • example = 14020
  • description: the siteName, floorName, and ahuName are part of the format of the description property of the device. The format is siteName,.floorName.ahuName and keep in mind that the AHU name will only work if it starts with AHU.
    • example = Building HQ.Floor 1.AHU 1
    • note: this does not need to be touched since it will auto be generated when and if siteName, floorName, and ahuName are filled in.
  • location: the roomName and tenantName are part of the format of the location property of the device. The format is roomNumber.tenantName and keep in mind that the roomName has to be a number.
    • example = 556.J2
    • note: this does not need to be touched since it will auto be generated when and if roomName and tenantName are filled in.
  • *networkNumber: this field defines the network number of the bacnet device
    • example = 200
  • *macAddress: this field defines the mac address of the bacnet device
    • example = 2
  • hopCount: this field defines the hop count and this is optional. Not needed, will default to 255 if not defined.
    • example = 255

...