Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
en:sw:02-apis:02-modbus-tcp [2021/05/06 09:48]
lpolcerova
en:sw:02-apis:02-modbus-tcp [2021/08/06 09:36]
avsetula
Line 4: Line 4:
 <WRAP group> <WRAP group>
 <WRAP half column 81%> <WRAP half column 81%>
-Modbus TCP is standard interface to interact with the IOs of Unipi PLCs. Each PLC has its own mapping of I/O to a Modbus Register or Coil which can be downloaded from the [[files:​products:​00-start|Products section.]]+Modbus TCP is standard interface to interact with the IOs of Unipi units. Each unit has its own mapping of I/O to a Modbus Register or Coil which can be downloaded from the [[files:​products:​00-start|Products section.]]
 </​WRAP>​ </​WRAP>​
 <WRAP half column 15%> <WRAP half column 15%>
Line 19: Line 19:
 </​WRAP>​ </​WRAP>​
  
-/* FIXME - v případě good blocks je "​...které jsou v pořádku"​ - používáte all right/​OK/​good?​+
 ===== Storage life status ===== ===== Storage life status =====
-Within the Modbus TCP se rver,  ​registers indicating ​the storage status ​are also available on all Unipi controllers ​(except Unipi 1.1): +There are also registers indicating storage status ​for all Unipi units (except Unipi 1.1) that are available on the Modbus TCP server. 
-  * <​html><​span class="​kbBlueText">​Erase cycles used [%]</​span></​html>​ -> indicates the number of memory erase cycles compared to the maximum (in percent)+  * <​html><​span class="​kbBlueText">​Erase cycles used [%]</​span></​html>​ -> indicates the number of memory erase cycles compared to the maximum ​cycles ​(in percent)
   * <​html><​span class="​kbBlueText">​Good blocks [%]</​span></​html>​ -> indicates the number of blocks that are all right (in percent)   * <​html><​span class="​kbBlueText">​Good blocks [%]</​span></​html>​ -> indicates the number of blocks that are all right (in percent)
  
-For Neuron units, there is also the number of power on and off available with the current SD card, or the name of the card manufacturer'​s detection. For Neuron units, only a limited selection of SD cards is supported for these features. +For Neuron units, there is also the number of power cycles (on/offavailable with the current SD card, or the name of the card manufacturer'​s detection. For Neuron units, only a limited selection of SD cards is supported for these features. 
-*/+
  
 ===== Systemd service ===== ===== Systemd service =====