For some digital IO, smokey uses sixnet brand IO device.
SixNet home page: http://www.sixnetio.com
Email from sixnet with our software registration license: license.txt
This registration is needed to run their sixnet_io_toolkit. You can download it from the sixnet site.
The IOToolKit is a window application.
Setup - You must use SixNet's io_toolket to setup and configure the SixNet Hardware.
The smokey software can only read & write register values from the modules. AO can not
do any configuration or diagnostics (Universial Protocol specification doesn't tell us
how to do this).
Any changes to the configuation (IP number, AO voltage mapping) is done using their
IOToolKit. The initial setup went something like this:
SMOKEY_020516.6PJ
- config file for hilo lab on 05/16/2002. (from P.Onaka).
Universial Protocol - SixNet's Universial Protocol (SUP) is their proprietary protocol. The AO used this protocol for controlling sixnet IO. There is the information I used to implement the UP protocal over UDP on Unix.
ModBus - Ethertrak support modbus, but we didn't used it. But here are some modbus references.