User Tools

Site Tools


cbus:protocol

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
cbus:protocol [2019/06/24 08:14] – [E0 - FF - 7 Data bytes packets] rjversluiscbus:protocol [2020/06/30 21:21] (current) – removed rjversluis
Line 1: Line 1:
-====== MERG CBUS 4.0 Specification ====== 
-[[:english#command_stations|{{  :interface.png}}]][[:english|{{  :rocrail-logo-35.png}}]] 
-[[:english|Content]] -> [[:english#command_stations|Command Stations]] ->  **[[:cbus-en|mergCBUS]]**  
-  * [[:cbus:flim-en|FLiM Node Setup]] | **[[:cbus:protocol|Protocol]]** 
-  * [[:english#merg_cbus|CAN-GCx Modules and Command Station]] 
-    * [[:can-gca1-en|CAN-GC1]] | [[:can-gca1e-en|CAN-GC1e]] | [[:can-gca2-en|CAN-GC2]] | [[:can-gc3-en|CAN-GC3: DCC CS]] | [[:can-gc4-en|CAN-GC4]] | [[:can-gca5-en|CAN-GC5]] | [[:can-gc6-en|CAN-GC6]] | [[:can-gc7-en|CAN-GC7]] | 
- 
- \\ 
-[[http://www.merg.org.uk/|{{http://www.merg.org.uk/merg_images/merg_logo.jpg?100}}]] [[http://www.merg.org.uk/merg_resources/cbus.php|{{http://mergcbus.sourceforge.net/cbus.png?150}}]] 
- 
- 
- \\ 
-^ © Mike Bolton & Gil Fuchs ^ 
-  * {{:cbus:cbus-developer-6b-draft3.pdf}} 
- \\ 
- 
-=====General CAN message format===== 
-<code> 
- [<MjPri><MinPri><ID>]<Opcode><Dat0>...<DatN> 
-</code> 
-    
-  
-===<MjPri>=== 
-bits 9 - 10 of the CAN header. Dynamic Priority, elevated by the node to gain access based on a transmit fail count. Values: 
-| 0 | Emergency priority | 
-| 1 | High priority | 
-| 2 | Normal priority | 
-   
-  
-===<MinPri>=== 
-bits 7 - 8 of the CAN header. Static priority based on message and node type. Values: 
-| 0 | High access | 
-| 1 | Above Normal access | 
-| 2 | Normal access | 
-| 3 | Low access | 
- 
-===<CANID>=== 
-bits 0 – 6 of the CAN header, is a CAN segment-unique ID, assigned via enumeration. 
-===<Opcode>=== 
-the first data byte is the opcode which includes the length of the message in the upper 3 bits. 
- \\ 
-In some associated documents, the Opcode is also referred to as the ‘command’ byte. The abbreviation OPC may also be used. In this document the Opcodes are in hexadecimal. 
- 
- 
- 
- \\ 
-=====Sessions for Loco Control===== 
-Messages for loco control include a session number (sometimes referred to a session, session handle or just handle). This is a unique identifier assigned by the command station when a cab (or throttle) first requests control of a loco. The session number is used in all further messages referring to that loco.\\ 
- \\ 
-Cabs that are capable of service mode programming must have a valid session, but this needn’t refer to the loco on the service mode programming track. The session is required for error handling, in case two or more cabs attempt overlapping service mode operations.\\ 
- 
- \\ 
-===DCC Addresses=== 
-When CBUS is used for DCC loco control, the DCC address is always sent as two bytes. For short addresses, the MSB will be zero. For long addresses the MSB will have bit 7 and 6 set.\\ 
- 
- \\ 
-===DCC Programming=== 
-DCC programming modes are selected by unique op-codes or mode bytes, depending upon the operation. For those operations that use a mode byte, the modes are defined as follows: 
-| 0 | Direct Byte | 
-| 1 | Direct Bit | 
-| 2 | Page Mode# | 
-| 3 | Register Mode | 
-| 4 | Address Only Mode | 
- 
- 
-Not all CBUS DCC command stations will support all modes.\\ 
- 
-Programming operations, other than a successful service mode read, will return SSTAT when complete. The associated status byte is defined as follows: 
-| 0 | Reserved | 
-| 1 | No Acknowledge | 
-| 2 | Overload on service mode programming track | 
-| 3 | Write Acknowledge | 
-| 4 | Busy | 
-| 5 | CV out of range | 
- 
- 
-Successful service mode read operations return the data with PCVS, rather than SSTAT.\\ 
- 
-===DCC Error Codes=== 
-Error codes for OPC ERR are defined as follows: 
-| 0 | Reserved | 
-| 1 | Loco stack full | 
-| 2 | Loco address taken by another cab | 
-| 3 | Session not present | 
-| 4 | No more engines | 
-| 5 | Engine not found | 
- \\ 
- 
- \\ 
- 
-=====00 - 1F - 0 Data bytes packets===== 
- 
-===00 General Ack (ACK)=== 
-<code> 
-[<MjPri><MinPri=2><CANID>]<00> 
-</code> 
-Positive response to query/ request performed or report of  availability on-line. 
- 
-===01 General No Ack (NAK)=== 
-<code> 
-[<MjPri><MinPri=2><CANID>]<01> 
-</code> 
-Negative response to query/ request denied. 
- 
- 
-===02 Bus Halt  (HLT)=== 
-<code> 
-[<MjPri><MinPri=0><CANID>]<02> 
-</code> 
-Commonly broadcasted to all devices to indicate CBUS is not available and no further packets should be sent until a BON or ARST is received. 
-Currently only sent by the command station when its input queue is full. Can be ignored by all modules other than those that need to send to the command station (e.g. cabs) 
- 
-===03 Bus ON  (BON)=== 
-<code> 
-[<MjPri><MinPri=1><CANID>]<03> 
-</code> 
-Commonly broadcasted to all devices to indicate CBUS is  available. 
-Currently only sent by the command station when it has space in its input queue  again. 
- 
- 
-===04 Track OFF (TOF)=== 
-<code> 
-[<MjPri><MinPri=1><CANID>]<04> 
-</code> 
-Commonly broadcasted to all devices by a command station to indicate track power is off and no further command packets should be sent, except inquiries. 
- 
-===05 Track ON (TON)=== 
-<code> 
-[<MjPri><MinPri=1><CANID>]<05> 
-</code> 
-Commonly broadcasted to all devices by a command station to indicate track power is on. 
- 
- 
-===06 Track Stopped  (ESTOP)=== 
-<code> 
-[<MjPri><MinPri=1><CANID>]<06> 
-</code> 
-Commonly broadcasted to all devices by a command station to indicate all engines have been emergency stopped.  
- 
-===07 System Reset  (ARST)=== 
-<code> 
-[<MjPri><MinPri=0><CANID>]<07> 
-</code> 
-Commonly broadcasted to all devices to indicate a full system reset. 
- 
- 
-===08 Request Track OFF (RTOF)=== 
-<code> 
-[<MjPri><MinPri=1><CANID>]<08>  
-</code> 
-Sent by a device to request change of track power state to “off”. 
- 
-===09 Request Track ON (RTON)=== 
-<code> 
-[<MjPri><MinPri=1><CANID>]<09>  
-</code> 
-Sent by a device to request change of track power state to “on”. 
- 
-===0A Request Emergency Stop ALL (RESTP)=== 
-<code> 
-[<MjPri><MinPri=0><CANID>]<0A> 
-</code> 
-Sent by a device to request an emergency stop of the entire layout. 
- 
-===0C Request node Status (RSTAT)=== 
-<code> 
-[<MjPri><MinPri=2><CANID>]<0C> 
-</code> 
-Sent by a node to query the status of the command station or another device. See description of (STAT) for the response from the  command station/other devices. 
- 
- 
-===0D Query node number (QNN)=== 
-<code> 
-[<MjPri><MinPri=3><CANID>]<0D> 
-</code> 
-Sent by a node to elicit a NNACK reply from each node on the bus that has a  node number.    
- 
- 
-===10 Request node parameters(RQNP)=== 
-<code> 
-[<MjPri><MinPri=3><CANID>]<10> 
-</code> 
-Sent by device to a node while in ‘setup’mode to read its parameter set. Used when initially configuring a node. 
- 
- 
-===11 Request module name (RQMN)=== 
-<code> 
-[<MjPri><MinPri=2><CANID>]<11> 
-</code> 
-Sent by a node to request the name of the type of module that is in setup mode. The module in setup mode will reply with opcode NAME.  
- 
- 
- 
- 
- \\ 
-=====20 - 3F - 1 Data bytes packets===== 
- 
-===20 Command Station status report (STAT)=== 
-<code> 
-[<MjPri><MinPri=2><CANID>]<20><SSSSSSSS> 
-</code> 
-<Dat1> is status defined by the bits below. 
-^ bit ^ Description ^   
-| 0 | Hardware Error (self test) | 
-| 1 | Track Error | 
-| 2 | Track On/ Off | 
-| 3 | Bus On/ Halted | 
-| 4 | EM. Stop all performed | 
-| 5 | Reset done | 
-| 6 | Service mode (programming) On/ Off | 
-| 7 | reserved | 
-Sent by the command station in response to RSTAT. 
- 
-===21 Release Engine (KLOC)=== 
-<code> 
-[<MjPri><MinPri=2><CANID>]<21><Session> 
-</code> 
-<Dat1> is the engine session number as HEX byte.\\ 
-Sent by a CAB to the Command Station. The engine with  that Session number is removed from the active engine list. 
-     
- 
-===22 Query engine (QLOC)=== 
-<code> 
-[<MjPri><MinPri=2><CANID>]<22><Session> 
-</code> 
-<Dat1> is the engine session number as HEX byte.\\  
-The command station responds with PLOC if the session is assigned. Otherwise responds with ERR: engine not found. 
- 
-===23 Session keep alive (DKEEP)=== 
-<code> 
-[<MjPri><MinPri=2><CANID>]<23><Session> 
-</code> 
-<Dat1> is the engine session number as HEX byte.\\ 
-The cab sends a keep alive at regular intervals for the active session. The interval between keep alive messages must be less than the session timeout  implemented by the command station.  
- 
- 
-===30 Debug with one data byte (DBG1)=== 
-<code> 
-[<MjPri><MinPri=2><CANID>]<30><Status> 
-</code> 
-<Dat1> is a freeform status byte for debugging during CBUS module  development. Not used during normal operation. 
- 
-===3F Extended op-code with no additional bytes (EXTC)=== 
-<code> 
-[<MjPri><MinPri=3><CANID>]<3F><Ext_OPC>   
-</code> 
-Used if the basic set of 32 OPCs is not enough. Allows an additional 256 OPCs 
- 
- \\ 
-=====40 - 5F - 2 Data bytes packets===== 
- 
-===40 Request engine session (RLOC)=== 
-<code> 
-[<MjPri><MinPri=2><CANID>]<40><AAAAAAAA><AAAAAAAA> 
-</code> 
-<Dat1> and <Dat2> are [AddrH] and [AddrL] of the decoder, respectively.  
-  * 7 bit addresses have (AddrH=0). 
-  * 14 bit addresses have bits 6,7 of AddrH set to 1. 
-The command station responds with (PLOC) if engine is free and is being assigned. Otherwise responds with (ERR): engine in use or (ERR:) stack full.\\ 
-This command is typically sent by a cab to the command station following a change of the controlled decoder address.   
- 
- 
-===41 Query Consist (QCON)=== 
-<code> 
-[<MjPri><MinPri=2><CANID>]<41><ConID><Index> 
-</code> 
-  * <Dat1> is consist address. 
-  * <Dat2> is engine index in the consist.  
-Allows enumeration of a consist. Command station responds with PLOC if an engine exists at the specified index, otherwise responds with ERR: no more engines. 
- 
-===42 Set Node Number (SNN)=== 
-<code> 
-[<MjPri><MinPri=3><CANID>]<42><NNHigh><NNLow> 
-</code> 
-  * <Dat1> is high byte of the node number. 
-  * <Dat2> is low byte of the node number.  
-Sent by a device to assign a node number to a requesting node in response to a RQNN message. The target node must be in ‘setup’ mode. 
- 
-===44 Set CAB session mode (STMOD)=== 
-<code> 
-[<MjPri><MinPri=2><CANID>]<44><Session><MMMMMMMM> 
-</code> 
-  * <Dat1> Session number 
-  * <Dat2> contains mode bits: 
-    * 0 – 1: speed mode 
-      * 00 – 128 speed steps 
-      * 01 – 14 speed steps 
-      * 10 – 28 speed steps with interleave steps 
-      * 11 – 28 speed steps 
-    * 2: service mode 
-    * 3: sound control mode 
- 
-===45 Consist Engine (PCON)=== 
-<code> 
-[<MjPri><MinPri=2><CANID>]<45><Session><Consist#> 
-</code> 
-  * <Dat1> Session number 
-  * <Dat2> is consist address (8 bits).  
-Adds a decoder to a consist.\\ 
-Dat2 has bit 7 set if consist direction is reversed. If engine is consisted already, an error is reported: engine in use.??? 
- 
-===46 Remove Engine from consist (KCON)=== 
-<code> 
-[<MjPri><MinPri=2><CANID>]<46><Session><Consist#> 
-</code> 
-  * <Dat1> session number 
-  * <Dat2> is consist address.  
-Removes a decoder from a consist.\\ 
-If engine is not consisted, an error is reported: Engine not found. 
- 
-===47 Set Engine Speed/Dir (DSPD)=== 
-<code> 
-[<MjPri><MinPri=2><CANID>]<47><Session><Speed/Dir> 
-</code> 
-  * <Dat1> session number 
-  * <Dat2> is speed/dir value, where the most significant bit is direction and the 7 lsb  are the unsigned speed value. Sent by a device to request an engine speed/dir change. 
- 
-===48  Set Engine Flags (DFLG)=== 
-//Not supported by the CANCMD/CAN-GC3 firmware; Use STMOD instead.//\\ 
-<code> 
-[<MjPri><MinPri=2><CANID>]<48><Session><DDDDDDDD> 
-</code> 
-  * <Dat1> Session number 
-  * <Dat2> is the flags: 
-    * Bits 0-1: Speed Mode 
-      * 00 – 128 speed steps 
-      * 01 – 14 speed steps 
-      * 10 – 28 speed steps with interleave steps 
-      * 11 – 28 speed steps 
-    * Bit 2: Lights On/OFF 
-    * Bit 3: Engine relative direction 
-    * Bits 4-5:  Engine state (active =0 , consisted =1, consist master=2, inactive=3) 
-    * Bits 6-7: Reserved. 
-Sent by a cab to notify the command station of a change in engine flags.  
- 
-===49 Set Engine function on (DFNON)=== 
-<code> 
-[<MjPri><MinPri=2><CANID>]<49><Session><Fnum> 
-</code> 
-  * <Dat1> is the engine session number.  
-  * <Dat2> is the function number – 0 to 27. 
-Sent by a cab to turn on a specific loco function. This provides an alternative method to DFUN for controlling loco functions. A command station must  implement both methods. 
- 
- 
- 
-===4A Set Engine function off (DFNOF)=== 
-<code> 
-[<MjPri><MinPri=2><CANID>]<4A><Session><Fnum> 
-</code> 
-  * <Dat1> is the engine session number.  
-  * <Dat2> is the function number – 0 to 27. 
-Sent by a cab to turn off a specific loco function. This provides an alternative method to DFUN for controlling loco functions. A command station must implement both methods. 
- 
- 
-===4C Service mode status. (SSTAT)=== 
-<code> 
-[<MjPri><MinPri=3><CANID>]<4C><Session><Status> 
-</code> 
-Status returned by command station/programmer at end of programming operation that does not return data. 
- 
-===50 Request node number (RQNN)=== 
-<code> 
-[<MjPri><MinPri=3><CANID>]<50><NN hi><NN lo> 
-</code> 
-Sent by a node that is in setup/configuration mode and requests assignment of a node number (NN). The node allocating node numbers responds with (SNN)  which contains the newly assigned node number. <NN hi> and <NN lo> are the  existing node number, if the node has one.  If it does not yet have a node  number, these bytes should be set to zero. 
- 
-===51 Node number release (NNREL)=== 
-<code> 
-[<MjPri><MinPri=3><CANID>]<51><NN hi><NN lo> 
-</code> 
-Sent by node when taken out of service. e.g. when reverting to SLiM mode.  
- 
-===52 Node number acknowledge. (NNACK)=== 
-<code> 
-[<MjPri><MinPri=3><CANID>]<52><NN hi><NN lo> 
-</code> 
-Sent by a node to verify its presence and confirm its node id. This message is sent to acknowledge SNN and also in response to QNN. 
- 
-===53  Set node into learn mode (NNLRN)=== 
-<code> 
-[<MjPri><MinPri=3><CANID>]<53><NN hi><NN lo> 
-</code> 
-Sent by device to put a specific node into learn mode. 
- 
-===54 Release node from learn mode (NNULN)=== 
-<code> 
-[<MjPri><MinPri=3><CANID>]<54><NN hi><NN lo> 
-</code> 
-Sent by device to take node out of learn mode and  revert to normal operation. 
- 
-===55 Clear all events from a node  (NNCLR)=== 
-<code> 
-[<MjPri><MinPri=3><CANID>]<55><NN hi><NN lo> 
-</code> 
-Sent by device to clear all events from a specific node. Must be in learn mode first to safeguard against accidental erasure of all events. 
- 
-===56 Read number of events available in a node (NNEVN)=== 
-<code> 
-[<MjPri><MinPri=3><CANID>]<56><NN hi><NN lo> 
-</code> 
-Sent by device to read the number of available event slots  in a node. 
- 
-===57 Read back all stored events in a node (NERD)=== 
-<code> 
-[<MjPri><MinPri=3><CANID>]<57><NN hi><NN lo> 
-</code> 
-Sent by device to read all the stored events in a node. Response is 0xF2. 
- 
- 
-===58 Request to read number of stored events (RQEVN)=== 
-<code> 
-[<MjPri><MinPri=3><CANID>]<58><NN hi><NN lo> 
-</code> 
-Sent by device to read the number of stored events in a node. Response is 0x74  (NNEVN). 
- 
-===59 Write acknowledge (WRACK)=== 
-<code> 
-[<MjPri><MinPri=3><CANID>]<59><NN hi><NN lo> 
-</code> 
-Sent by device to indicate the completion of a write to memory operation. Used when teaching nodes where the processing time may be slow.  
- 
-===5A Request node data event (RQDAT)=== 
-<code> 
-[<MjPri><MinPri=3><CANID>]<5A><NN hi><NN lo> 
-</code> 
-Sent by device to read the node data event (eg: RFID data). Response is 0xE4  (ARDAT).  
- 
-===5B Request device data – short mode (RQDDS)=== 
-<code> 
-[<MjPri><MinPri=3><CANID>]<5B><DN hi><DN lo> 
-</code> 
-To request a ‘data set’ from a device using the short event  method. Where DN is the device number. Response is 0xE6 (DDSR) 
- 
-===5C Put node into bootload mode (BOOTM)=== 
-<code> 
-[<MjPri><MinPri=3><CANID>]<5C><NN hi><NN lo> 
-</code> 
-For SliM nodes with no NN then the NN of the command is must  be zero. For SliM nodes with an NN, and all FliM nodes the command must contain the  NN of the target node. Sent by a device to prepare for loading a new program.  
- 
- 
-===5F Extended op-code with 1 additional byte (EXTC1)=== 
-<code> 
-[<MjPri><MinPri=3><CANID>]<5F><Ext_OPC><byte> 
-</code> 
-Used if the basic set of 32 OPCs is not enough. Allows an additional 256 OPCs 
- 
- 
- \\ 
- 
-=====60 - 7F - 3 Data bytes packets===== 
- 
-===60 Set Engine functions (DFUN)=== 
-<code> 
-[<MjPri><MinPri=2><CANID>]<60><Session><Fn1><Fn2> 
-</code> 
-  * <Dat1> is the engine session number.  
-  * <Dat2> is the function range. 
-    * 1 is F0(FL) to F4 
-    * 2 is F5 to F8 
-    * 3 is F9 to F12 
-    * 4 is F13 to F19 
-    * 5 is F20 to F28 
-  * <Dat3> is the NMRA DCC format function byte for that range in corresponding bits. Sent by a device to request an engine Fn state change. 
- 
-===63 Command Station Error report (ERR)=== 
-<code> 
-[<MjPri><MinPri=2><CANID>]<63><Adr-hi><Adr_lo><Error>  
-</code> 
-  * <Dat1> is high byte of loco address 
-  * <Dat2> is low byte of loco address 
-  * <Dat3> is error code –  
-    * Error 1. Loco stack full 
-    * Error 2. Loco address taken 
-    * Error 3. Session number not present. 
-Sent in response to an error situation.  
- 
- 
- 
-===6F Error messages from nodes during configuration (CMDERR)=== 
-<code> 
-[<MjPri><MinPri=3><CANID>]<6F><NN hi><NN lo><Error number> 
-</code> 
-Sent by node if there is an error when a configuration command is sent. Error numbers to be defined. 
- 
-===70 Event space left reply from node (EVNLF)=== 
-<code> 
-[<MjPri><MinPri=3><CANID>]<70><NN hi><NN lo><EVSPC> 
-</code> 
-EVSPC is a one byte value giving the number of available  events left in that node. 
- 
-===71 Request read of a node variable (NVRD)=== 
-<code> 
-[<MjPri><MinPri=3><CANID>]<71><NN hi><NN lo><NV#> 
-</code> 
-NV# is the index for the node variable value requested. Response is NVANS. 
- 
-===72 Request read of stored events by event index (NENRD)=== 
-<code> 
-[<MjPri><MinPri=3><CANID>]<72><NN hi><NN lo><EN#> 
-</code> 
-EN# is the index for the stored event requested.\\ 
-Response is 0xF2 (ENRSP) 
- 
-===73 Request read of a node parameter by index (RQNPN)=== 
-<code> 
-[<MjPri><MinPri=3><CANID>]<73><NN hi><NN lo><Para#> 
-</code> 
-Para# is the index for the parameter requested.\\ 
-Response is 0x9B (PARAN) 
- 
-===74 Number of events stored in node (NUMEV)=== 
-<code> 
-[<MjPri><MinPri=3><CANID>]<74><NN hi><NN lo><No.of events> 
-</code> 
-Response to request 0x58 (RQEVN)   
- 
-===7F Extended op-code with 2 additional bytes (EXTC2)=== 
-<code> 
-[<MjPri><MinPri=3><CANID>]<7F><Ext_OPC><byte1><byte2>  
-</code> 
-Used if the basic set of 32 OPCs is not enough. Allows an additional 256 OPCs 
- 
- 
- \\ 
-=====80 - 9F - 4 Data bytes packets===== 
- 
-===80 Request 3-byte DCC Packet (RDCC3)=== 
-<code> 
-[<MjPri><MinPri=2><CANID>]<80><REP><Byte0>..<Byte2> 
-</code> 
-  * <Dat1(REP)> is number of repetitions in sending the packet. 
-  * <Dat2>..<Dat4> 3 bytes of the DCC packet. 
-Allows a device to request a 3 byte DCC packet to be sent to the track. The packet is sent <REP> times and is not refreshed on a regular basis.\\ 
-Note: a 3 byte DCC packet is the minimum allowed. 
- 
-===82 Write CV (byte) in OPS mode (WCVO)=== 
-<code> 
-[<MjPri><MinPri=2><CANID>]<82><Session><High CV#><Low CV#><Val> 
-</code> 
-  * <Dat1> is the session number of the loco to be written to 
-  * <Dat2> is the MSB # of the CV to be written (supports CVs 1 - 65536) 
-  * <Dat3> is the LSB # of the CV to be written 
-  * <Dat4> is the byte value to be written 
-Sent to the command station to write a DCC CV byte in OPS mode to specific  loco.(on the main) 
- 
-===83 Write CV (bit) in OPS mode (WCVB)=== 
-<code> 
-[<MjPri><MinPri=2><CANID>]<83><Session><High CV#><Low CV#><Val> 
-</code> 
-  * <Dat1> is the session number of the loco to be written to 
-  * <Dat2> is the MSB # of the CV to be written (supports CVs 1 - 65536) 
-  * <Dat3> is the LSB # of the CV to be written 
-  * <Dat4> is the value to be written 
-The format for Dat4 is that specified in RP 9.2.1 for  OTM bit manipulation in a  DCC packet.\\ 
-This is ‘111CDBBB’ where C is here is always 1 as only ‘writes’ are possible  OTM. (unless some loco ACK scheme like RailCom is used). D is the bit value,  either 0 or 1 and BBB is the bit position in the CV byte. 000 to 111 for bits 0 to 7. \\ 
-Sent to the command station to write a DCC CV in OPS mode to specific loco.(on  the main) 
- 
-===84 Read CV (QCVS)=== 
-<code> 
-[<MjPri><MinPri=2><CANID>]<84><Session><High CV#><Low CV#><Mode> 
-</code> 
-  * <Dat1> is the session number of the cab 
-  * <Dat2> is the MSB # of the CV read (supports CVs 1 - 65536) 
-  * <Dat3> is the LSB # of the CV read 
-  * <Dat4> is the programming mode to be used 
-This command is used exclusively with service mode.\\ 
-Sent by the cab to the command station in order to read a CV value. The command station shall respond with a PCVS message containing the value read, or SSTAT if the CV cannot be read. 
- 
-===85 Report CV (PCVS)=== 
-<code> 
-[<MjPri><MinPri=2><CANID>]<85><Session><High CV#><Low CV#><Val> 
-</code> 
-  * <Dat1> is the session number of the cab 
-  * <Dat2> is the MSB # of the CV read (supports CVs 1 - 65536) 
-  * <Dat3> is the LSB # of the CV read 
-  * <Dat4> is the read value 
-This command is used exclusively with service mode.\\ 
-Sent by the command station to report a read CV. 
- 
- 
-===90 Accessory ON (ACON)=== 
-<code> 
-[<MjPri><MinPri=3><CANID>]<90><NN hi><NN lo><EN hi><EN lo> 
-</code> 
-  * <Dat1> is the high byte of the node number  
-  * <Dat2> is the low byte of the node number   
-  * <Dat3> is the high byte of the event number 
-  * <Dat4> is the low  byte of the event number 
-Indicates an ‘ON’ event using the full event number of 4 bytes. (long event) 
- 
-===91 Accessory OFF (ACOF)=== 
-<code> 
-[<MjPri><MinPri=3><CANID>]<91><NN hi><NN lo><EN hi><EN lo> 
-</code> 
-  * <Dat1> is the high byte of the node number  
-  * <Dat2> is the low byte of the node number   
-  * <Dat3> is the high byte of the event number 
-  * <Dat4> is the low  byte of the event number 
-Indicates an ‘OFF’ event using the full event number of 4 bytes. (long event) 
- 
- 
-===92 Accessory Request Event (AREQ)=== 
-<code> 
-[<MjPri><MinPri=3><CANID>]<92><NN hi><NN lo><EN hi><EN lo> 
-</code> 
-  * <Dat1> is the high byte of the node number (MS WORD of the full event #) 
-  * <Dat2> is the low byte of the node number  (MS WORD of the full event #) 
-  * <Dat3> is the high byte of the event number 
-  * <Dat4> is the low  byte of the event number 
-Indicates a ‘request’ event using the full event number of 4 bytes. (long event)\\ 
-A request event is used to elicit a status response from a producer when it is required to know the ‘state’ of the producer without producing an ON or OFF event and to trigger an event from a ‘combi’ node. 
- 
- 
-===93 Accessory Response Event (ARSPO)=== 
-<code> 
-[<MjPri><MinPri=3><CANID>]<93><NN hi><NN lo><EN hi><EN lo> 
-</code> 
-  * <Dat1> is the high byte of the node number  
-  * <Dat2> is the low byte of the node number   
-  * <Dat3> is the high byte of the event number 
-  * <Dat4> is the low  byte of the event number 
-Indicates an ‘ON’  response event. A response event is a reply to a status request (AREQ) without producing an ON or OFF event.  
- 
-===94 Accessory Response Event (ARSPN)=== 
-<code> 
-[<MjPri><MinPri=3><CANID>]<94><NN hi><NN lo><EN hi><EN lo> 
-</code> 
-  * <Dat1> is the high byte of the node number  
-  * <Dat2> is the low byte of the node number   
-  * <Dat3> is the high byte of the event number 
-  * <Dat4> is the low  byte of the event number 
-Indicates an ‘OFF’  response event. A response event is a reply to a status  request (AREQ) without producing an ON or OFF event.  
- 
- 
-===95 Unlearn an event in learn mode (EVULN)=== 
-<code> 
-[<MjPri><MinPri=3><CANID>]<95><NN hi><NN lo><EN hi><EN lo> 
-</code> 
-Sent by device to remove an event from a node. 
- 
-===96 Set a node variable (NVSET)=== 
-<code> 
-[<MjPri><MinPri=3><CANID>]<96><NN hi><NN lo><NV# ><NV val> 
-</code> 
-Sent by device to set a node variable. NV# is the NV index  number. 
- 
-===97 Response to a request for a node variable value (NVANS)=== 
-<code> 
-[<MjPri><MinPri=3><CANID>]<97><NN hi><NN lo><NV# ><NV val>   
-</code> 
-Sent by node in response to request. (NVRD) 
- 
- 
-====Short events.==== 
-//Device addressing.// \\ 
-Although the producer will send the complete 4 byte event number, the consumer will ignore the producer’s node number bytes. This allows a “many to many” situation where producers like DCC handsets can activate the same accessories even though they will have unique node numbers. Clearly this limits the number of ‘short’ events to 64K-1. For short events, the lower two bytes define the ‘Device Number’ or DN. The DN can also be considered as a ‘device address’.\\ 
- \\ 
-For these short events, the full 4 byte event is still sent, both to keep the format the same and to allow identification of the producer when required. 
- \\ 
- 
-===98 Accessory Short ON (ASON)=== 
-<code> 
-[<MjPri><MinPri=3><CANID>]<98><NN hi><NN lo><DN hi><DN lo> 
-</code> 
-  * <Dat1> is the high byte of the node number  
-  * <Dat2> is the low byte of the node number   
-  * <Dat3> is the high byte of the Device Number 
-  * <Dat4> is the low  byte of the Device Number 
-Indicates an ‘ON’ event using the short event number of 2 LS bytes. 
- 
-===99 Accessory Short OFF (ASOF)=== 
-<code> 
-[<MjPri><MinPri=3><CANID>]<99><NN hi><NN lo><DN hi><DN lo> 
-</code> 
-  * <Dat1> is the high byte of the node number  
-  * <Dat2> is the low byte of the node number   
-  * <Dat3> is the high byte of the Device Number 
-  * <Dat4> is the low  byte of the Device Number 
-Indicates an ‘OFF’ event using the short event number of 2 LS bytes. 
- 
- 
-===9A Accessory Short Request Event (ASRQ)=== 
-<code> 
-[<MjPri><MinPri=3><CANID>]<9A><NN hi><NN lo><DN hi><DN lo> 
-</code> 
-  * <Dat1> is the high byte of the node number  
-  * <Dat2> is the low byte of the node number   
-  * <Dat3> is the high byte of the Device Number 
-  * <Dat4> is the low  byte of the Device Number 
-Indicates a ‘request’ event using the short event number of 2 LS bytes. A request event is used to elicit a response from a producer ‘device’ when it is required to  know the ‘state’ of the device without producing an ON or OFF event and to  trigger an event from a “combi” node. 
- 
-===9B Response to request for individual node parameter (PARAN)=== 
-<code> 
-[<MjPri><MinPri=3><CANID>]<9B><NN hi><NN lo><Para#><Para val> 
-</code> 
-NN is the node number of the sending node. Para# is the index of the parameter and Para val is the parameter value 
- 
-===9C Request for read of an event variable (REVAL)=== 
-<code> 
-[<MjPri><MinPri=3><CANID>]<9C><NN hi><NN lo><EN#><EV#> 
-</code> 
-This request differs from B2 (REQEV) as it doesn’t need to be in learn mode but does require the knowledge of the event index to which the EV request is  directed.\\ 
-EN# is the event index. EV# is the event variable index. Response is B5 (NEVAL) 
- 
-===9D Accessory Short Response Event (ARSSO)=== 
-<code> 
-[<MjPri><MinPri=3><CANID>]<9D><NN hi><NN lo><DN hi><DN lo> 
-</code> 
-  * <Dat1> is the high byte of the node number  
-  * <Dat2> is the low byte of the node number   
-  * <Dat3> is the high byte of the device number 
-  * <Dat4> is the low  byte of the device number 
-Indicates an ‘ON’  response event. A response event is a reply to a status request (ASRQ) without producing an ON or OFF event.  
- 
- 
-===9E Accessory Short Response Event (ARSSN)=== 
-<code> 
-[<MjPri><MinPri=3><CANID>]<9E><NN hi><NN lo><DN hi><DN lo> 
-</code> 
-  * <Dat1> is the high byte of the node number  
-  * <Dat2> is the low byte of the node number   
-  * <Dat3> is the high byte of the device number 
-  * <Dat4> is the low  byte of the device number 
-Indicates an ‘OFF’  response event. A response event is a reply to a status request (ASRQ) without producing an ON or OFF event.  
- 
- 
-===9F Extended op-code with 3 additional bytes (EXTC3)=== 
-<code> 
-[<MjPri><MinPri=3><CANID>]<9F><Ext_OPC><byte1><byte2><byte3>  
-</code> 
-Used if the basic set of 32 OPCs is not enough. Allows an additional 256 OPCs 
- 
- 
- \\ 
- 
-=====A0 - BF - 5 Data bytes packets===== 
- 
-===A0 Request 4-byte DCC Packet (RDCC4)=== 
-<code> 
-[<MjPri><MinPri=2><CANID>]<A0><REP><Byte0>..<Byte3> 
-</code> 
-  * <Dat1(REP)> is number of repetitions in sending the packet. 
-  * <Dat2>..<Dat5> 4 bytes of the DCC packet. 
-Allows a device to request a 4 byte DCC packet to be sent to the track. The packet is sent <REP> times and is not refreshed on a regular basis.  
- 
-===A2 Write CV in Service mode (WCVS)=== 
-<code> 
-[<MjPri><MinPri=2><CANID>]<A2><Session><High CV#><LowCV#><Mode>    <CVval> 
-</code> 
-  * <Dat1> is the session number of the cab 
-  * <Dat2> is the MSB # of the CV to be written (supports CVs 1 - 65536) 
-  * <Dat3> is the LSB # of the CV to be written 
-  * <Dat4> is the service write mode 
-  * <Dat5> is the CV value to be written 
-Sent to the command station to write a DCC CV in service mode. 
- 
- 
-===B0 Accessory ON (ACON1)===  
-<code> 
-[<MjPri><MinPri=3><CANID>]<B0><NN hi><NN lo><EN hi><EN lo><data> 
-</code> 
-  * <Dat1> is the high byte of the node number  
-  * <Dat2> is the low byte of the node number   
-  * <Dat3> is the high byte of the event number 
-  * <Dat4> is the low  byte of the event number 
-  * <Dat5> is an additional data byte 
-Indicates an ‘ON’ event using the full event number of 4 bytes with one additional data byte. 
- 
- 
-===B1 Accessory OFF (ACOF1)=== 
-<code> 
-[<MjPri><MinPri=3><CANID>]<B1><NN hi><NN lo><EN hi><EN lo><data> 
-</code> 
-  * <Dat1> is the high byte of the node number  
-  * <Dat2> is the low byte of the node number   
-  * <Dat3> is the high byte of the event number 
-  * <Dat4> is the low  byte of the event number 
-  * <Dat5> is an additional data byte 
-Indicates an ‘OFF’ event using the full event number of 4 bytes with one additional data byte. 
- 
- 
-===B2 Read event variable in learn mode (REQEV)=== 
-<code> 
-[<MjPri><MinPri=3><CANID>]<B2><NN hi><NN lo><EN hi><EN lo><EV# > 
-<code> 
-Allows a device to read stored event variables from a node. EV# is the EV index. Reply is (EVANS) 
- 
- 
-===B3 Accessory Response Event (ARSP1O)=== 
-<code> 
-[<MjPri><MinPri=3><CANID>]<B3><NN hi><NN lo><EN hi><EN lo><data> 
-</code> 
-  * <Dat1> is the high byte of the node number  
-  * <Dat2> is the low byte of the node number   
-  * <Dat3> is the high byte of the event number 
-  * <Dat4> is the low  byte of the event number 
-  * <Dat5> is the  additional data byte 1 
-Indicates an ‘ON’ response event with one additional data byte. A response event is a reply to a status request (AREQ) without producing an ON or OFF event. 
- 
-===B4 Accessory Response Event (ARSP1N)=== 
-<code> 
-[<MjPri><MinPri=3><CANID>]<B4><NN hi><NN lo><EN hi><EN lo><data> 
-</code> 
-  * <Dat1> is the high byte of the node number  
-  * <Dat2> is the low byte of the node number   
-  * <Dat3> is the high byte of the event number 
-  * <Dat4> is the low  byte of the event number 
-  * <Dat5> is the  additional data byte 1 
-Indicates an ‘OFF’  response event with one additional data byte. A response event is a reply to a status request (AREQ) without producing an ON or OFF event. 
- 
- 
-===B5 Response to request for read of EV value (NEVAL)=== 
-<code> 
- [<MjPri><MinPri=3><CANID>]<B5><NN hi><NN lo><EN#><EV#><EVval> 
-</code> 
-NN is the node replying. EN# is the index of the event in that node. EV# is the index of the event variable. EVval is the value of that EV. This is response to 9C  (REVAL) 
- 
-===BD Accessory Short Response Event (ARSS1O) with one data byte=== 
-<code> 
-[<MjPri><MinPri=3><CANID>]<BD><NN hi><NN lo><DN hi><DN lo><data 1> 
-</code> 
-  * <Dat1> is the high byte of the node number  
-  * <Dat2> is the low byte of the node number   
-  * <Dat3> is the high byte of the device number 
-  * <Dat4> is the low  byte of the device number 
-  * <Dat5> is the  additional data byte 1 
-Indicates an ‘ON’  response event. A response event is a reply to a status request (ASRQ) without producing an ON or OFF event.  
- 
- 
-===BE Accessory Short Response Event (ARSS1N) with one data byte=== 
-<code> 
-[<MjPri><MinPri=3><CANID>]<BE><NN hi><NN lo><DN hi><DN lo><data 1> 
-</code> 
-  * <Dat1> is the high byte of the node number  
-  * <Dat2> is the low byte of the node number   
-  * <Dat3> is the high byte of the device number 
-  * <Dat4> is the low  byte of the device number 
-  * <Dat5> is the  additional data byte 1 
-Indicates an ‘OFF’  response event. A response event is a reply to a status request (ASRQ) without producing an ON or OFF event.  
- 
- 
-===BF Extended op-code with 4 data bytes (EXTC4)=== 
-<code> 
-[<MjPri><MinPri=3><CANID>]<BF><Ext-OPC><byte1><byte2><byte3 ><byte4> 
-</code> 
-Used if the basic set of 32 OPCs is not enough. Allows an additional 256 OPCs 
- 
- 
- \\ 
-=====C0 - DF - 6 Data bytes packets===== 
- 
-===C0 Request 5-byte DCC Packet (RDCC5)=== 
-<code> 
-[<MjPri><MinPri=2><CANID>]<C0><REP><Byte0>...<Byte4> 
-</code> 
-  * <Dat1(REP)> is # of repetitions in sending the packet. 
-  * <Dat2>..<Dat6> 5 bytes of the DCC packet. 
-Allows a device to request a 5 byte DCC packet to be sent to the track. The packet is sent <REP> times and is not refreshed on a regular basis.  
- 
-===C1 Write CV (byte) in OPS mode by address (WCVOA)=== 
-<code> 
-[<MjPri><MinPri=2><CANID>]<C1><AddrH><AddrL><High CV#><Low CV#><Mode><Val> 
-</code> 
-  * <Dat1> and <Dat2> are [AddrH] and [AddrL] of the decoder, respectively.  
-    * 7 bit addresses have (AddrH=0). 
-    * 14 bit addresses have bits 7,8 of AddrH set to 1. 
-  * <Dat3> is the MSB # of the CV to be written (supports CVs 1 - 65536) 
-  * <Dat4> is the LSB # of the CV to be written 
-  * <Dat5> is the programming mode to be used 
-  * <Dat6> is the CV byte value to be written 
-Sent to the command station to write a DCC CV byte in OPS mode to specific loco (on the main). Used by computer based ops mode programmer that does not  have a valid throttle handle. 
- 
-===D0  Accessory ON (ACON2)=== 
-<code> 
-[<MjPri><MinPri=3><CANID>]<D0><NN hi><NN lo><EN hi><EN lo>  <data1><data2> 
-</code> 
-  * <Dat1> is the high byte of the node number  
-  * <Dat2> is the low byte of the node number   
-  * <Dat3> is the high byte of the event number 
-  * <Dat4> is the low  byte of the event number 
-  * <Dat5> is an additional data Hi byte 
-  * <Dat6> is additional data Lo byte 
-Indicates an ‘ON’ event using the full event number of 4 bytes with two additional  data bytes. 
- 
- 
-===D1 Accessory OFF (ACOF2)=== 
-<code> 
-[<MjPri><MinPri=3><CANID>]<D1><NN hi><NN lo><EN hi><EN lo>  <data1><data2> 
-</code> 
-  * <Dat1> is the high byte of the node number  
-  * <Dat2> is the low byte of the node number   
-  * <Dat3> is the high byte of the event number 
-  * <Dat4> is the low  byte of the event number 
-  * <Dat5> is an additional data Hi byte 
-  * <Dat6> is additional data Lo byte 
-Indicates an ‘OFF’ event using the full event number of 4 bytes with two additional data bytes. 
- 
- 
-===D2 Teach an event in learn mode (EVLRN)=== 
-<code> 
-[<MjPri><MinPri=3><CANID>]<D2><NN hi><NN lo><EN hi><EN lo><EV#><EV val> 
-</code> 
-Sent by a device to a node in learn mode to teach it an event. Also teaches it the associated event variables (EVs) by the EV index (EV#). This command is repeated for each EV required.  
- 
-===D3 Response to a request for an EV value in a node in learn mode (EVANS)=== 
-<code> 
-[<MjPri><MinPri=3><CANID>]<D3><NN hi><NN lo><EN hi><EN lo><EV#><EV val> 
-</code> 
-A node response to a request from a device for the EVs associated with an event (REQEV). For multiple EVs, there will be one response per request. 
- 
- 
-===D4 Accessory Response Event (ARSP2O)=== 
-<code> 
-[<MjPri><MinPri=3><CANID>]<D4><NN hi><NN lo><EN hi><EN lo><data1><data2> 
-</code> 
-  * <Dat1> is the high byte of the node number  
-  * <Dat2> is the low byte of the node number   
-  * <Dat3> is the high byte of the event number 
-  * <Dat4> is the low  byte of the event number 
-  * <Dat5> is an additional data byte 1 
-  * <Dat6> is additional data byte 2 
-Indicates an ‘ON’  response event. A response event is a reply to a status request (AREQ) without producing an ON or OFF event.  
- 
- 
-===D5 Accessory Response Event (ARSP2N)=== 
-<code> 
-[<MjPri><MinPri=3><CANID>]<D5><NN hi><NN lo><EN hi><EN lo>  <data1><data2>  
-</code> 
-  * <Dat1> is the high byte of the node number  
-  * <Dat2> is the low byte of the node number   
-  * <Dat3> is the high byte of the event number 
-  * <Dat4> is the low  byte of the event number 
-  * <Dat5> is an additional data byte 1 
-  * <Dat6> is additional data byte 2 
-Indicates an ‘OFF’  response event. A response event is a reply to a status request (AREQ) without producing an ON or OFF event.  
- 
- 
-===DD Accessory Short Response Event (ARSS2O) with two data bytes=== 
-<code> 
-[<MjPri><MinPri=3><CANID>]<DD><NN hi><NN lo><DN hi><DN lo><data 1><data 2> 
-</code> 
-  * <Dat1> is the high byte of the node number  
-  * <Dat2> is the low byte of the node number   
-  * <Dat3> is the high byte of the device number 
-  * <Dat4> is the low  byte of the device number 
-  * <Dat5> is the  additional data byte 1 
-  * <Dat6> is the  additional data byte 2 
-Indicates an ‘ON’  response event. A response event is a reply to a status request (ASRQ) without producing an ON or OFF event.  
- 
- 
-===DE Accessory Short Response Event (ARSS2N) with two data bytes=== 
-<code> 
-[<MjPri><MinPri=3><CANID>]<DE><NN hi><NN lo><DN hi><DN lo><data 1><data 2> 
-</code> 
-  * <Dat1> is the high byte of the node number  
-  * <Dat2> is the low byte of the node number   
-  * <Dat3> is the high byte of the device number 
-  * <Dat4> is the low  byte of the device number 
-  * <Dat5> is the  additional data byte 1 
-  * <Dat6> is the  additional data byte 2 
-Indicates an ‘OFF’  response event. A response event is a reply to a status request (ASRQ) without producing an ON or OFF event. 
-  
-===DF Extended op-code with 5 data bytes (EXTC5)=== 
-<code> 
-[<MjPri><MinPri=3><CANID>]<DF><Ext-OPC><byte1><byte2><byte3><byte4><byte5> 
-</code> 
-Used if the basic set of 32 OPCs is not enough. Allows an additional 256 OPCs 
- 
- 
- 
- \\ 
-=====E0 - FF - 7 Data bytes packets===== 
- 
-===E0 Request 6-byte DCC Packet (RDCC6)=== 
-<code> 
-[<MjPri><MinPri=2><CANID>]<E0><REP><Byte0>..<Byte5> 
-</code> 
-  * <Dat1(REP)> is number of repetitions in sending the packet. 
-  * <Dat2>..<Dat7> 6 bytes of the DCC packet. 
-Allows a device to request a 6 byte DCC packet to be sent to the track. The packet is sent <REP> times and is not refreshed on a regular basis.  
- 
-===E1 Engine report (PLOC)=== 
-<code> 
-[<MjPri><MinPri=2><CANID>]<E1><Session><AddrH><AddrL><Speed/Dir><Fn1><Fn2><Fn3> 
-</code> 
-  * <Dat1> Session for engine assigned by the command station. This session number is used in all referenced to the engine until it is released. 
-  * <Dat2> is the MS byte of the DCC address. For short addresses it is set to 0. 
-  * <Dat3> is the LS byte of the DCC address. If the engine is consisted, this is the consist address. 
-  * <Dat4> is the Speed/Direction value. Bit 7 is the direction bit and bits 0-6 are the speed value.  
-  * <Dat5> is the function byte F0 to F4 
-  * <Dat6> is the function byte F5 to F8  
-  * <Dat7> is the function byte F9 to F12 
-A report of an engine entry sent by the command station. Sent in response to QLOC or as an acknowledgement of acquiring an engine requested by a cab (RLOC).  
- 
-===E3 Accessory node data event (ACDAT)=== 
-<code> 
-[<MjPri><MinPri=3><CANID>]<E3><NN hi><NNlo><data1><data2><data3><data4><data5> 
-</code> 
-  * <Dat1> is the high byte of the node number  
-  * <Dat2> is the low byte of the node number   
-  * <Dat3> is the first node data byte 
-  * <Dat4> is the second node data byte 
-  * <Dat5> is the third node data byte 
-  * <Dat6> is the fourth node data byte 
-  * <Dat7> is the fifth node data byte 
-Indicates an event from this node with 5 bytes of data.\\ 
-For example, this can be used to send the 40 bits of an RFID tag. There is no event number in order to allow space for 5 bytes of data in the packet, so there  can only be one data event per node. 
- 
- 
-===E4 Accessory node data Response (ARDAT)=== 
-<code> 
-[<MjPri><MinPri=3><CANID>]<E4><NN hi><NN lo><data1><data2><data3><data4><data5> 
-</code> 
-  * <Dat1> is the high byte of the node number  
-  * <Dat2> is the low byte of the node number   
-  * <Dat3> is the first node data byte 
-  * <Dat4> is the second node data byte 
-  * <Dat5> is the third node data byte 
-  * <Dat6> is the fourth node data byte 
-  * <Dat7> is the fifth node data byte 
-Indicates a node data response. A response event is a reply to a status request (RQDAT) without producing a new data event.  
- 
-===E5 Device data event (short mode) (DDES)=== 
-<code> 
-[<MjPri><MinPri=3><CANID>]<E5><DN hi><DN lo><data1><data2><data3><data4><data5> 
-</code> 
-  * <Dat1> is the high byte of the device number  
-  * <Dat2> is the low byte of the device number   
-  * <Dat3> is the first device data byte 
-  * <Dat4> is the second device data byte 
-  * <Dat5> is the third device data byte 
-  * <Dat6> is the fourth device data byte 
-  * <Dat7> is the fifth device data byte 
-Function is the same as E3 but uses device addressing so can relate data to a device attached to a node. e.g. one of several RFID readers attached to a single node. 
- 
-===E6 Device data response (short mode) (DDRS)=== 
-<code> 
-[<MjPri><MinPri=3><CANID>]<E6><DN hi><DN lo><data1><data2><data3><data4><data5> 
-</code> 
-  * <Dat1> is the high byte of the device number  
-  * <Dat2> is the low byte of the device number   
-  * <Dat3> is the first device data byte 
-  * <Dat4> is the second device data byte 
-  * <Dat5> is the third device data byte 
-  * <Dat6> is the fourth device data byte 
-  * <Dat7> is the fifth device data byte 
-The response to a request for data from a device.  (0x5B) 
- 
-===E8 Accessory Short Response Event (ARSS3O) with three data bytes=== 
-<code> 
-[<MjPri><MinPri=3><CANID>]<E8><NN hi><NN lo><DN hi><DN lo><data 1><data 2><data 3> 
-</code> 
-  * <Dat1> is the high byte of the node number  
-  * <Dat2> is the low byte of the node number   
-  * <Dat3> is the high byte of the device number 
-  * <Dat4> is the low  byte of the device number 
-  * <Dat5> is the  additional data byte 1 
-  * <Dat6> is the  additional data byte 2 
-  * <Dat7> is the  additional data byte 3 
-Indicates an ‘ON’  response event. A response event is a reply to a status request (ASRQ) without producing an ON or OFF event. 
- 
- 
-===E9 Accessory Short Response Event (ARSS3N) with three data bytes=== 
-<code> 
-[<MjPri><MinPri=3><CANID>]<E9><NN hi><NN lo><DN hi><DN lo><data 1><data 2><data 3> 
-</code> 
-  * <Dat1> is the high byte of the node number  
-  * <Dat2> is the low byte of the node number   
-  * <Dat3> is the high byte of the device number 
-  * <Dat4> is the low  byte of the device number 
-  * <Dat5> is the  additional data byte 1 
-  * <Dat6> is the  additional data byte 2 
-  * <Dat7> is the  additional data byte 3 
-Indicates an ‘OFF’  response event. A response event is a reply to a status request (ASRQ) without producing an ON or OFF event. 
- 
-===EE Response to request for node name string (NAME)=== 
-<code> 
-[<MjPri><MinPri=3><CANID>]<EE><char1><char2><char3><char4><char5><char6><char7> 
-</code> 
-A node response while in ‘setup’ mode for its name string. Reply to (RQMN). The string for the module type is returned in char1 to char7. All module types begin    with “CAN”.  This prefix is assumed and is not included in the returned string, so the maximum module type name is 10 characters including the implicit “CAN” prefix. 
- 
-===EF Response to request for node parameters (PARAMS)=== 
-<code> 
-[<MjPri><MinPri=3><CANID>]<EF><PARA 1><PARA 2><PARA 3><PARA 4><PARA 5><PARA 6><PARA 7> 
-</code> 
-A node response while in ‘setup’ mode for its parameter string. Reply to (RQNP) 
- 
- 
-===F0 Accessory ON (ACON3)=== 
-<code> 
-[<MjPri><MinPri=3><CANID>]<F0><NN hi><NN lo><EN hi><EN lo><data1><data2><data3> 
-</code> 
-  * <Dat1> is the high byte of the node number  
-  * <Dat2> is the low byte of the node number   
-  * <Dat3> is the high byte of the event number 
-  * <Dat4> is the low  byte of the event number 
-  * <Dat5> is an additional data byte 1 
-  * <Dat6> is additional data byte 2 
-  * <Dat7> is additional data byte 3 
-Indicates an ‘ON’ event using the full event number of 4 bytes with three additional data bytes. 
- 
- 
-===F1 Accessory OFF (ACOF3)=== 
-<code> 
-[<MjPri><MinPri=3><CANID>]<F1><NN hi><NN lo><EN hi><EN lo><data1><data2><data3> 
-</code> 
-  * <Dat1> is the high byte of the node number  
-  * <Dat2> is the low byte of the node number   
-  * <Dat3> is the high byte of the event number 
-  * <Dat4> is the low  byte of the event number 
-  * <Dat5> is an additional data byte 1 
-  * <Dat6> is additional data byte 2 
-  * <Dat7> is additional data byte 3 
-Indicates an ‘OFF’ event using the full event number of 4 bytes with three  additional data bytes. 
- 
- 
-===F2 Response to request to read node events (ENRSP)=== 
-<code> 
-[<MjPri><MinPri=3><CANID>]<F2><NN hi><NN lo><EN3><EN2><EN1><EN0><EN#> 
-</code> 
-Where the NN is that of the sending node. EN3 to EN0 are the four bytes of the stored event. EN# is the index of the event within the sending node. This is a  response to either 57 (NERD) or 72 (NENRD) 
- 
- 
- 
-===F3 Accessory Response Event (ARSP3O)=== 
-<code> 
-[<MjPri><MinPri=3><CANID>]<F3><NN hi><NN lo><EN hi><EN lo><data1><data2><data3> 
-</code> 
-  * <Dat1> is the high byte of the node number  
-  * <Dat2> is the low byte of the node number   
-  * <Dat3> is the high byte of the event number 
-  * <Dat4> is the low  byte of the event number 
-  * <Dat5> is an additional data byte 1 
-  * <Dat6> is additional data byte 2 
-  * <Dat7> is additional data byte 3 
-Indicates an ‘ON’  response event. A response event is a reply to a status request  (AREQ) without producing an ON or OFF event.  
- 
-===F4 Accessory Response Event (ARSP3N)=== 
-<code> 
-[<MjPri><MinPri=3><CANID>]<F4><NN hi><NN lo><EN hi><EN lo>  <data1><data2><data3> 
-</code> 
-  * <Dat1> is the high byte of the node number  
-  * <Dat2> is the low byte of the node number   
-  * <Dat3> is the high byte of the event number 
-  * <Dat4> is the low  byte of the event number 
-  * <Dat5> is an additional data byte 1 
-  * <Dat6> is additional data byte 2 
-  * <Dat7> is additional data byte 3 
-Indicates an ‘OFF’ response event. A response event is a reply to a status  request (AREQ) without producing an ON or OFF event.  
- 
-===F5 Teach an event in learn mode using event indexing (EVLRNI)=== 
-<code> 
-[<MjPri><MinPri=3><CANID>]<F5><NN hi><NN lo><EN hi><EN lo><EN#><EV#><EV val> 
-</code> 
-Sent by a device to a node in learn mode to teach it an event. The event index    must be known. Also teaches it the associated event variables (EVs). This command is repeated for each EV required.  
- 
-===FC Shutdown with password=== 
-<code> 
-[<MjPri><MinPri=3><CANID>]<FC><Ext-OPC><byte1><byte2><byte3><byte4><byte5><byte6> 
-</code> 
-Password max. 7 bytes. Unused data bytes must be set to zero.\\ 
- 
- 
-===FF Extended op-code with 6 data bytes (EXTC6)=== 
-<code> 
-[<MjPri><MinPri=3><CANID>]<FF><Ext-OPC><byte1><byte2><byte3><byte4><byte5><byte6> 
-</code> 
-Used if the basic set of 32 OPCs is not enough. Allows an additional 256 OPCs 
- 
- 
- 
- 
- \\ 
-=====Node Parameter Defintions.===== 
-There are eight Node Parameters defined, the first seven are returned by OPC RQNP during node setup. All parameters can be read by index using OPC RQNPN. All parameters are assumed to be numeric unless indicated otherwise. Node Parameters are read-only. 
-^ Param ^ Description ^ 
-| 1 | Manufacturer Id | 
-| 2 | Minor Version - char | 
-| 3 | Module Id | 
-| 4 | Number of Events supported by the module | 
-| 5 | Number of Event Variables per Event | 
-| 6 | Number of Node Variables supported by the module | 
-| 7 | Major Version | 
-| 8 | Flags | 
- 
-Flags are defined as follows: 
-^ Bit ^ Description ^ 
-| 0 | Consumer node | 
-| 1 | Producer node | 
-| 2 | FliM mode | 
-| 3-7 | Reserved, set to zero. | 
- 
-Note: both bits 0 & 1 set indicate a Combi node. 
- 
- 
- 
- 
- 
- \\ 
- 
-=====Error codes===== 
-Error codes for CBUS accessory modules, these error codes are returned by OPC CMDERR 0x6F 
- 
-^ Code ^ Description ^ 
-| 1 | Command Not Supported - see note 1. | 
-| 2 | Not In Learn Mode | 
-| 3 | Not in Setup Mode - see note 1 | 
-| 4 | Too Many Events | 
-| 5 | Reserved - see note 2 | 
-| 6 | Invalid Event variable index | 
-| 7 | Invalid Event | 
-| 8 | Reserved - see note 3 | 
-| 9 | Invalid Parameter Index | 
-| 10 | Invalid Node Variable Index | 
-| 11 | Invalid Event Variable Value | 
-| 12 | Invalid Node Variable Value |0 
- \\ 
-DCC Error codes, these code are returned by OPC ERR 0x63\ 
-^ Code ^ Description ^ 
-| 1 | ERR_LOCO_STACK_FULL  - first two bytes are loco address | 
-| 2 | ERR_LOCO_ADDR_TAKEN  - first two byes are loco address | 
-| 3 | ERR_SESSION_NOT_PRESENT - first byte session id, second byte not used | 
-| 4 | ERR_NO_MORE_ENGINES  - first byte consist id, second byte not used - (response to query consist when specified index empty) | 
-| 5 | ERR_ENGINE_NOT_FOUND   - first byte session id, second byte not used - (response to remove from consist, which specifies session id) | 
-| 6 | ERR_CMD_RX_BUF_OFLOW   - data bytes set to zero (not used) - This would be sent out in the unlikely event that the command station can rx buffers overflow. | 
- 
- \\ 
-Note 1: Accessory modules do not return this error.\\ 
-Note 2: This value is defined as Invalid Event Value Index in the FCU but I cannot find any current use for it.\\ 
-Note 3: Currently used by code that processes OPC REVAL 0x9C but this code should be updated to use codes 6 & 7.\\ 
- 
- 
- 
-=====History===== 
-  * Draft 7c  by Andrew Crosland, Mike Bolton and Roger Healey  22/11/09 
-  * Draft 7d   Updates to rev 7c by Mike Bolton   12/01/11 
-  * Draft 7e   Update (OPC 0x59 only) by Mike Bolton  05/04/11 
-  * Draft 7f   Updates  Added OPCs (Pete Brownlow) and one correction     13/04/11 
-  * Draft 7g Added OPCs for short data events and requests.  
-  * MB. 02/07/11 Added OPCs for RQMN,NAME,DFNON,DFNOF,QNN,renamed FliM setup opcodes to match implementation, reinstated DCC session keep alive.  
-  * PNB 04/07/11 Updated definition of BOOTM (0x5C)  
-  * Added Appendix 1, Node Parameter Definitions RKH 04/07/11 
-