Sign in to follow this  
Followers 0
kuttiess

hex codes,omron plc

4 posts in this topic

hi everybody, i need to send hex codes (FC 40 32 00 91)from omron cqm1 plc to stepper motor drive through serial rs232c to start and stop that motor as per the inputs satisfied in lader logic.is it possible can anyone help me. FC 40 32 00 91 to start forward run FC 40 32 FF 92 to start reverse run FC 20 11 D2 to stop.

Share this post


Link to post
Share on other sites
You will need to set the port function in the PLC setup area. Take a look at the TXD instruction to send the data. Also make sure you understand the pin out of the Omron 9 pin port. It is NOT a standard pin out. Hope this will help.

Share this post


Link to post
Share on other sites
Check out the sample programs from JA... although written for older type PLC;s the substance is nearly the same... http://forums.mrplc.com/index.php?autocom=downloads&showfile=288

Share this post


Link to post
Share on other sites
hi everyone, good day to all.today i fix the problem after long struggle. i switched off the 5th pin in plc,then select rs-232c in pc setup,also modifided databit,parity and stop bit as 9600,8,1,none. after that i wondered,the plc send the string as i require(FC 40 32 00 91).the driver also respond that and it control the motor as my wish. thanks to all of u for ur guidence,

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