Differences

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

Link to this comparison view

Both sides previous revision Previous revision
en:sw:01-mervis:065-plctool [2024/04/24 10:09]
kcerny [Calling the script via systemd]
en:sw:01-mervis:065-plctool [2024/04/24 10:15] (current)
avsetula [Searching for PLC]
Line 90: Line 90:
 ---- ----
  
-To discover all controllers on the network, it's first necessary to get the IP address of the interface to be searched. For the purpose of this tutorial, the network ''​192.168.221.0''​ is used+To discover all controllers on the network, it's first necessary to get the IP address of the interface to be searched. For the purpose of this tutorial, the network ''​192.168.2.0''​ is used
  
 /* <WRAP center round box 95%> /* <WRAP center round box 95%>
Line 99: Line 99:
  
 <WRAP center round important 95%> <WRAP center round important 95%>
-**Currently** in GNU/Linux, it is not possible to use interface address, nor addresses ''​192.168.221.0''​ and ''​192.168.221.255''​. Appropriate option for most networks is an address ending by ''​.1''​ (last byte).+**Currently** in GNU/Linux, it is not possible to use interface address, nor addresses ''​192.168.2.0''​ and ''​192.168.2.255''​. Appropriate option for most networks is an address ending by ''​.1''​ (last byte).
 </​WRAP>​ </​WRAP>​
  
Line 105: Line 105:
  
 <​code>​ <​code>​
-./​PlcTool.exe scan -ia 192.168.221.1+./​PlcTool.exe scan -ia 192.168.2.1
 </​code>​ </​code>​
  
Line 121: Line 121:
  
 Id Address ​      Slave Addr. Serial Number ​  ​License ​     RT Version ​      ​Platform ​         Name Id Address ​      Slave Addr. Serial Number ​  ​License ​     RT Version ​      ​Platform ​         Name
-192.168.221.59:​8010 ​  ​1    0000601592700320 ​ NotLicensed ​ 2.5.2609.152085 ​ Generic05/​12416 ​  <​unknown>​ +192.168.2.59:​8010 ​    ​1    0000601592700320 ​ NotLicensed ​ 2.5.2609.152085 ​ Generic05/​12416 ​  <​unknown>​ 
-192.168.221.19:​8010 ​  ​1    0000B827EBDB3CD0 ​ NotLicensed ​ 2.5.2609.152085 ​ Generic05/​257 ​    <​unknown>​+192.168.2.19:​8010 ​    ​1    0000B827EBDB3CD0 ​ NotLicensed ​ 2.5.2609.152085 ​ Generic05/​257 ​    <​unknown>​
 Scan command result OK Scan command result OK
 </​code>​ </​code>​