Package jmri.jmrix.secsi

This package handles communications for the TracTronics SECSI hardware.

Warning: very preliminary definition, to be confirmed by real hardware.

Secsi Binary Node Reply Message Format Summary

        byte 0: node address            byte 1 - 4: binary pin state
        (0x0 - 0x7E = 127 poss.)        (0x01 - 0x3E7 = 999 poss.)
         0000 0000  -  0111 1110        0000 0000 0000 0000 - 0001 1111 1111 1111
        

Examples:

        Reply from Node 1 pin 2 active:         0x01 0000 0000 0000 0010
        

Tools

  • Node Config Tool to add/delete a node
  • Send Secis Command tool to Poll an existing/inited node

Related Documentation

Other sources of documentation
Since:
2.1.1