How Can We Help?
How to connect several ACE controllers via an RS232 network!
In this tutorial we are looking for use the ACE as an expansion unit.
Some ACE includes an RS232 or and RS485 serial port.
- On RS485 network, we can have up to 250 devices
- On RS232, usually only have 2 devices. We will see how we can add more than2 devices!
For this operation you must have 2 or more ACE PLC with a free serial port.
Link each ACE by the serial port
RS232/485 ACE plug
|
![]() |
Choose one of these connections
2 ACE and RS232 ports | several ACE with RS485 ports | several ACE with RS232 ports |
|
|
|
In the slave & master AC
Configure the serial port as Custom type
For this you must return to the setup hardware on the top left hand corner of vBuilder software (Green or Blue icon). |
![]() ![]() ![]() |
Download the subroutines
In the Master
- Add the 4 subroutines like the image below with [Add Subroutine] button
- In Master program, add Subroutine from Toolbox on the right
- Add your local tags
If you wish to write in the remote devices, for example, here we:
- Write 65535 in Common ui16 [0] the Remote Slave number 1
- Write 65535 in Common ui16 [1] the Remote Slave number 1
- Write 65535 in Common ui16 [0] the Remote Slave number 2
- Write 65535 in Common ui16 [0] the Remote Slave number 3
In the Slave