A plugin that connects a Flir AX8 camera via Modbus TCP.
This plugin consists of the modbus map for the camera and will load the gneric modbus-c plugin to provide the connectivity layer.
This plugin supports FlirAX8 device connected via modbus interface. It internally uses fledge-south-modbus plugin and Linux libmodbus library.
To build FlirAX8 modbus plugin run the commands:
$ mkdir build
$ cd build
$ cmake ..
$ makeYou may also pass following option to cmake to override the default behaviour:
- FLEDGE_INSTALL sets the installation path of this plugin
- NOTE:
- 'make install' target is defined only when FLEDGE_INSTALL is set
Examples:
no options
$ cmake ..
no options and FLEDGE_ROOT set
$ export FLEDGE_ROOT=/some_fledge_setup
$ cmake ..
set FLEDGE_INSTALL
$ cmake -DFLEDGE_INSTALL=/home/source/develop/Fledge
$ cmake -DFLEDGE_INSTALL=/usr/local/fledge