The Novant Driver provides integration for Novant device data into Niagara N4.
It currently supports:
- Discovery for device points
- Reading live values
To install the Novant Driver on N4:
- Download the latest
novant-rt.jar
: Version 0.3 - Move
novant-rt.jar
into themodules/
folder for N4 instance(s) - Restart your station and Workbench instance
- Drag
NovantNetwork
from thenovant
palette intoConfig
>Drivers
To add a new Novant device:
- Navigate to the
NovantNetwork
in Workbench - Click
New
to add device - Enter
Name
,Device Id
andApi Key
To discover points:
- Navigate to a
NovantDevice
under theNovantNetwork
- Click
Discover
- Discovered points will appear in discovery manager table, which can then be added to your station
To manually add a point:
- Navigate the a
NovantDevice
under theNovantNetwork
- Click
New
to add a point - Enter
Name
,Point Id
and select the point type (Numeric
orBoolean
)