The aceEdge driver is a Niagara driver with two components: ace-rt.jar, ace-wb.jar, ace-ux.jar and aceEdge-rt.jar. It allows a station to connect the ACE instance for control monitoring.
The nem driver will currently allow the following operations:
- Download/Upload an application.
- Discovery of data points and addition of proxy points.
- Live program and applications
To use
The aceEdge driver follows the patten used in other Niagara Drivers. To setup a device do the following steps:
- From the palette sidebar select the aceEdge module.
- Add a AceEdgeNetwork to the Drivers
Application Creation
To create a new ACE application:
- Open the Niagara Workbench Tools pull down
- Select New ACE App.
- Fill in the storage directory, the app a name > file to use.
- From Workbench Window/Side Bars select ACE Catalog for palette of > components.
- Drag components to wiresheet and link
- Save to create a *.ace
Application Download
To download an application:
- On the local ACE application / Download App
- Navigate to the desired *.ace file and press ok
- Observe success of failure reason in Jobs sidebar.
Add Proxy Points
Proxy points can be added to configure or monitor points in the device. Points are specific object/properties.
To add proxy points:
- Navigate to the device’s point folder.
- Press the Discover button to populate discover pane with points. Points are organized in folders by component.
- Select one or more points to add and press Add for a popup to select point name and point type. The default values are usually sufficient. You can also use hot key to add with default values – select one or more points and press ‘a’.
Live Programming
- On the local ACE application / View App
- This will add and App component to Local and hyperlink to its wiresheet view.
- Add components and links as desired.