/
Specifying the Program ID
Specifying the Program ID
You must assign a unique identifier to each IzoT application that you create. This identifier is called the program ID. See Program ID for a description of the program ID format and fields.
To specify the program ID, use the IML programId option.
Example
#include "IzoTDev.h" //@IzoT option programId("9F:FF:FF:05:00:00:00:01") UFPTiotNodeObject(nodeObject) nodeObject; //@IzoT Block external("nodeObj") UFPTiotAnalogInput(analogInput) analogInput; //@IzoT Block external("ai") UFPTiotAnalogOutput(analogOutput) analogOutput; //@Izot Block external("ao")
, multiple selections available,
Related content
Internal Application Self Instantiation
Internal Application Self Instantiation
More like this
(Optional) Creating IAP Resource Definitions (XML)
(Optional) Creating IAP Resource Definitions (XML)
More like this
(Optional) Creating a LON Device Interface (XIF) Definition
(Optional) Creating a LON Device Interface (XIF) Definition
More like this
Init Functions
Init Functions
More like this
Device Type Definition
Device Type Definition
More like this
IzoT CT, OpenLNS CT, and LonMaker
IzoT CT, OpenLNS CT, and LonMaker
More like this