CIMON-NET Slave

The CIMON-NET Slave program is used to exchange data between CIMON PLCs using CIMON-NET Master Module (CM1-CN01M) and CIMON-NET Slave Module (CM1-CN01S).

Registering the CIMON-NET Slave program
Select [File] -> [New Program] -> [CIMON-NET Slave] menu.

 

image-20240329-083323.png

 

Enter the Program Name, Program ID and Program Free Space (OnlineEdit Buffer).
Click the [OK] button.

Writing the CIMON-NET Slave program
Example of writing a program:
Base: Local
Slot: 1
Module Type: CM1-CN01S
Station No: 0
Input: Register to send the 100 words data from M0000 to the master module.
Output: Register to receive the 50 words data from D00100 of the master module.

Input
Click on [Input] tab -> [Add] button.

 

image-20240329-083330.png

 

Select M for Device Type, 0 for Start Address and 100 for Buffer Size.
Click [OK] button.

 

 

-Output
Click on [Output] tab -> [Add] button.

 

 

Select D for Device Type, 100 for Start Address and 50 for Buffer Size.
Click [OK] button.

 

 

Click on [Write] button.