Field Name |
Description |
Notes |
action:equipmentname |
Name of the equipment item as seen in the equipment manager. |
Unique |
action:devicename |
Name of the device interface |
BACnet Interface v2 |
action:name |
Name of the particular action |
SendExceptionSchedule |
action:order |
If multiple actions are present in the equipment item, this defines the order. |
0 |
action:functionid |
Custom event function that will activate this action. |
This is normally blank. |
action:triggername |
Name of the trigger that executes the action |
EventStartStop, EventSetupTeardown |
action:objectname |
Unique point object name |
Must be unique and if doing multiple imports and must match the action object name that is in the database. |
parm:deviceid |
Bacnet device ID |
integer |
parm:objectid |
BACnet object id |
Integer |
parm:objectname |
Object name of the bacnet object |
This is populated when the “verify” button is used in the action form. |
parm:objecttype |
BACnet object type |
Schedule |
parm:priority |
Event priority for sending the exception. |
1 (highest)-16 (lowest) |
parm:propertytype |
Property to send write commands to |
Present_Value |
parm:arrayindex |
Array index of enumerated values |
Typically -1 unless the property type is a property array |
parm:startvalue |
Value to send on event start |
Numeric value |
parm:stopvalue |
Value to send on event stop |
Numeric value, NULL (for release) |
parm:overwriteschedules |
Doesn’t preserve any exception schedules that are in the schedule object except calendar exceptions. |
False (default) |
parm:outputtype |
Native bacnet output type that the schedule values are being commanded. |
Must match output type of the schedule object. (real, binary, boolean, enumerated, uint) |
parm:initializemidnight |
Flag to always send a scheduled command at midnight each day. |
True (default) |
parm:maxlimit |
Maximum number of exceptions that can be sent to the schedule object. (0=no limit) |
Default 0 |
parm:dailylimit |
Maximum number of exceptions that can be sent to the schedule object for a given day. (0=no limit) |
Default 0 |
parm:actionstate |
Not applicable |
-1 |