Page History
...
This example implements a single Variable Air Volume (VAV) Space Comfort Controller (SCC) block based on the SFPTsccVAV profile, including all mandatory components of the device interface defined by the profile including space temperature input and output, a unit status output, setpoints property, and a send heartbeat property. To implement this example, add these two lines of C source code to your application's main C source file:
...
This example implements a Node Object Object and an array of five boilers based on the SFPTboilerController profile.
Code Block |
---|
#include "IzoTDev.h" SFPTnodeObject(node) fbNodeObject; //@IzoT block SFPTboilerController (boiler) myBoiler [5]; //@IzoT block |
...
- Specifying IML Device Options
- Specifying the Program ID
- Accessing the IzoT Device Interface
- Implementing a Block
- Implementing a Device Datapoint
- Handling a Datapoint Event
- Implementing a Device Property
- Handling a Device Event
- Using a Union Data Type
- Communicating using Application Messages
- Defining a User Profile or Data Type
- IML Syntax Summary
- IML Errors and Warnings
Overview
Content Tools