New Driver Wizard - Basic DriverThis is the essentially the classic In general, it takes significantly more development effort to create a Niagara AX field-driver from the |
|
Step 2 of 5 |
Module Name: Name of the jar file. This is also the name that appears in the Niagara AX Software Manager.
Preferred Symbol: An abbreviated string representing your module name, preferably three characters or less.
Description: Explanation of the driver. This is seen in the Niagara AX Software Manager
Vendor: The name of the entity that is providing the driver module. This is seen in the Niagara AX Software Manager
Author: The name of the individual or department that is developing the module. This is seen in the Niagara AX Software Manager Base Package: The name of the driver's base Java package. This is relative to the driver's root directory (the first text box of this page). |
Step 3 of 5 |
Master Name: This will be placed as a suffix on the names for many of the classes that this wizard will generate.
DeviceNetwork Type: The class name of the driver network that will be created.
Device Type: The class name of the driver device that will be created.
DeviceFolder Type: The class name of the driver device folder that will be created.
DeviceManager Type: The class name of the driver device manager that will be created. DeviceManager supports discovery: If checked, the wizard will generate classes that support device discovery. |
Step 4 of 5 |
Point Device Ext: If checked, the wizard will generate the following classes on this page.
PointFolder Type: The class name of the driver point folder that will be created.
ProxyExt Type: The class name of the driver proxy extension that will be created.
PointManager Type: The class name of the driver point manager that will be created. |
Step 5 of 5 |
Serial Driver: If checked, the wizard will generate classes that support serial communication.
Unsolicited Message Handler: If checked, the wizard will generate classes that support unsolicited message handling. |
Copyright © 2000-2008 Tridium Inc. All rights reserved.