Skip to content

EXRAIL Command List

The following list is dynamically built from the EXRAIL code. It contains all the EXRAIL commands with brief definitions. In many cases the parameters are self explanitory, for example a speed (which will always be a DCC compatible 0..127 where 0=stop and 1=emergency stop)



THIS IS A PLACEHOLDER FILE THAT WILL BE BUILT AT GITHUB DEPLOY TIME

It will look a bit like this:

ACTIVATE(addr,subaddr)

Send DCC Accessory Activate packet (gate on then off)

  • addr DCC short address of accessory
  • subaddr DCC sub address

ACTIVATEL(linearaddr)

Send DCC Accessory Activate packet (gate on then off)

  • linearaddr DCC linear address of accessory

AFTER(vpin,timer...)

Wait for sensor activated, then deactivated for given time

  • vpin Virtual Pin number of sensor
  • timer... optional wait in ms, default 500