Sign in to follow this  
Followers 0
Guest Vitor

Comunicação CQM1H 3g3MV sem protocolo

5 posts in this topic

Alguém me pode dizer se é possivel ligar via rs232 um variador 3g3mv a um automato omron CQM1H ou CJ1 sem usar a carta dos protocolos? Se for possivel, como o fazer? Que funções devos usar? Obrigado Vitor Courtesy www.freetranslation.com: Someone is able to me tell is possivel link saw rs232 a variador 3g3mv to an automato omron CQM1H or CJ1 without use the letter of the protocols? If it will go possivel, as do him? That functions devos use? It obliged Vitor

Share this post


Link to post
Share on other sites
Hi Vitor, You can communication with 3G3MV inveter by modbus protocol from host link port or peripheral port via RS422/485 (of course you need a converter to convert you PLC port). You can use TXD, RXD instructions with ladder program. or CX-protocol and Protocol macro (PMCR) function. In this case, you need CQM1H-SCB41 (for CQM1H-CPU51/61) or CJ1W-SCU21/41 (for CJ1). Concerned manuals: 1. CQM1H Programming Manual + CQM1H serial communication board 2. CJ1/CS1 Programming Manual + CJ1/CS1 Instruction References 3. 3G3MV Manual (see Chapter 7 for communication) 4. CX-protocol software + CX-protocol manual (if use protocol macro function)

Share this post


Link to post
Share on other sites
I tried but without success. I did not communicate in none of the directions. Can you send a simple example (ex to control freq ref)... Thanks.

Share this post


Link to post
Share on other sites
Hi, Have a look at the attached Modbus Master ladder program. (I have not used it but it looks OK) This code is a general purpose? modbus master for the CPM2A, it will suit a CQM1/CJ1 with little modification. If you are not experienced with PLC programming or serial comms, it would be easier to use CJ1W-SCUxx card with protocol macros. To write Modbus in Ladder code you will need an understanding of the Modbus protocol + the method to generate the CRC checksums required - this can take some time to learn the first time!! To assist with development, you can use a terminal program such as hyperterminal (or Omron Multiway which will generate the CRC checksum for you). You can then monitor the strings output from the PLC, and test the VSD to veiw the reply etc. CPM2C_Modbus_Master.zip

Share this post


Link to post
Share on other sites
After you download the above program, be sure to download the DM file. Most people forget to download this file also. It will be used to calculate the CRC.

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