User Tools

Site Tools


wio:wiopico-io16lnet-en

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
wio:wiopico-io16lnet-en [2026/01/07 12:22] – [Start of Day] rjversluiswio:wiopico-io16lnet-en [2026/01/09 08:18] (current) rjversluis
Line 18: Line 18:
  \\  \\
 =====GCA PCB==== =====GCA PCB====
-{{:gca:wio_loconet_01_v3_3d.png?300}} {{:gca:pict_01.png?300}} +{{:gca:gca1001_3d.png?400|}} {{:gca:pict_01.png?300}} 
-  * **[[:wio_loconet_01|WIOpicoLNet_01]]**\\+  * **[[:GCA1001-en|:GCA1001]]**\\
  
  \\  \\
Line 29: Line 29:
  \\  \\
 =====WIO LNet setup===== =====WIO LNet setup=====
-If the WIOpicoLNet should be used as WiFi bridge the WiFi credentials must be set.\\ +If the WIOpicoLNet should be used as WiFi bridge the **[[:arduino:wio-setup-en#wlan|WLAN credentials]]** must be set.\\ 
-All other settings are under Configuretion.\\+All other settings are under **[[:arduino:wio-setup-en#configuration|Configuration]]**.\\
 {{:wio:wiolnet-maintenance-en.png?600}}\\ {{:wio:wiolnet-maintenance-en.png?600}}\\
 ====Options==== ====Options====
Line 51: Line 51:
 ====Start of Day==== ====Start of Day====
 Generally LNet address 1017 is used to trigger on all module a SoD. (Reporting all inputs.)\\ Generally LNet address 1017 is used to trigger on all module a SoD. (Reporting all inputs.)\\
-:!: Node-ID **63** and port **9** cannot be used.\\+:!: Node-ID **63** and port **9** cannot be used. -> 1017\\
  
  
Line 61: Line 61:
 ===LocoIO Programming=== ===LocoIO Programming===
 The WIO address can be set on the LocoIO General tab.\\ The WIO address can be set on the LocoIO General tab.\\
-Only the low part can be changed: 1...127.\\+Only the Low part can be changed: 1...127.\\ 
 +The Sub part is fixed to 70 for WIOpicoLNet.\\
 {{:wio:wiolnet-locoio-nodeid-eb.png?600}}\\ {{:wio:wiolnet-locoio-nodeid-eb.png?600}}\\
  
Line 94: Line 95:
 If the status pixel is used, pixel 1, the LED address is internally increased by one.\\ If the status pixel is used, pixel 1, the LED address is internally increased by one.\\
  
 +
 + \\
 +====Signals====
 +LED signals can be defined in the same way as standard WIO.\\
  
  \\  \\
Line 100: Line 105:
 Uses the binary TCP protocol __without echoing__ commands.\\ Uses the binary TCP protocol __without echoing__ commands.\\
 :!: [[#options|Options7 "LAN Bridge" must be set.]]\\ :!: [[#options|Options7 "LAN Bridge" must be set.]]\\
 +:!: [[#wio_lnet_setup|The WiFi credentials must be set.]]\\
 {{:wio:loconet-wiopicolnet-tcp-en.png?400}}\\ {{:wio:loconet-wiopicolnet-tcp-en.png?400}}\\
 ==== USB ==== ==== USB ====
Line 113: Line 119:
 ===== Tunnel packet ===== ===== Tunnel packet =====
 To be able to use various WIO functions a tunnel packet is defined.\\ To be able to use various WIO functions a tunnel packet is defined.\\
 +
 +==== 4 Data bytes ====
 +^ OPC ^ Length ^ Destination ^  Operation  ^  Data  ^^^^^  CRC  ^ 
 +|  0xEC  |  10  |  Node-ID  |  RASCII OPC  |  High bits 1  |  data 0  |  data 1  |  data 2  |  data 3  |  Checksum  | \\
 +
  
 ==== 8 Data bytes ==== ==== 8 Data bytes ====
-^ OPC ^ Length ^ Destination ^  Operation  ^  Data  ^^^^^^^^^^ CRC ^  +^ OPC ^ Length ^ Destination ^  Operation  ^  Data  ^^^^^^^^^^  CRC  ^  
-|  0xEC  |  15  |  Module#   RASCII command   High bits 1  |  data 0  |  data 1  |  data 2  |  data 3  |  High bits 2  |  data 4  |  data 5  |  data 6  |  data 7  |  Checksum  | \\+|  0xEC  |  15  |  Node-ID   RASCII OPC   High bits 1  |  data 0  |  data 1  |  data 2  |  data 3  |  High bits 2  |  data 4  |  data 5  |  data 6  |  data 7  |  Checksum  | \\
  
-==== Data bytes ==== + 
-^ OPC ^ Length ^ Destination ^  Operation  ^  Data  ^^^^^ CRC ^  +==== 12 Data bytes ==== 
-|  0xEC  |  10  |  Module#   RASCII command   High bits 1  |  data 0  |  data 1  |  data 2  |  data 3  |  Checksum  | \\+^ OPC ^ Length ^ Destination ^  Operation  ^  Data  ^^^^^^^^^^^^^^^  CRC  ^  
 +|  0xEC  |  20  |  Node-ID   RASCII OPC   High bits 1  |  data 0  |  data 1  |  data 2  |  data 3   High bits 2  |  data 4  |  data 5  |  data 6  |  data 7  |  High bits 3  |  data 8  |  data 9  |  data 10  |  data 11   Checksum  | \\
  
  
 ==== High bits ==== ==== High bits ====
 |< >| |< >|
-^ # ^ High bits 1 ^ High bits 2 ^ +^ # ^ High bits 1 ^ High bits 2 ^ High bits 3 
-| 0 | data 0 | data 4 |  +| 0 | data 0 | data 4 | data 8 |  
-| 1 | data 1 | data 5 |  +| 1 | data 1 | data 5 | data 9 |   
-| 2 | data 2 | data 6 |  +| 2 | data 2 | data 6 | data 10 |  
-| 3 | data 3 | data 7 |  +| 3 | data 3 | data 7 | data 11 |   
-| 4 | nop | nop |  +| 4 | nop | nop | nop |  
-| 5 | nop | nop |  +| 5 | nop | nop | nop |  
-| 6 | Event flag | nop |  +| 6 | Event flag | nop | nop |  
-| 7 |  -  |  -  | +| 7 |  -  |  -  |  -  | 
  \\  \\
  
wio/wiopico-io16lnet-en.1767784949.txt.gz · Last modified: 2026/01/07 12:22 by rjversluis