Sign in to follow this  
Followers 0
Guest Guest_Solonel

CCB BLOCKS

2 posts in this topic

Hi, I chose to use PCM711 to communicate with a device via the rtu master protocol. So i installed it (using termf) and i 've been told that i have also to configure CCB blocks to achieve the succesfull communication between the cpu and the pcm. I have no idea how to do this. I assume that this can be done using the ladder. Any ideas? Thanks in advance, Solonas

Share this post


Link to post
Share on other sites
If the PCM can be in charge of the data transfer, you won't need any additional ladder logic. In your MegaBasic program in the PCM, use the SYSLINK command to link a BASIC variable with a PLC address. Then use the SYSREAD command to read data from the PLC into the BASIC variable, and the SYSWRITE command to write from the BASIC variable to the PLC. If you need the PLC to control when to read and write between ladder logic and the PCM, then you will need to use the COMREQ function in ladder logic.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!


Register a new account

Sign in

Already have an account? Sign in here.


Sign In Now
Sign in to follow this  
Followers 0