Sign in to follow this  
Followers 0
K-PAX

Cs1g-cpu43 plc

5 posts in this topic

Hey guy, I'm currently writing an application to read/write the WORD in CS1G (CPU43) Omron PLC control through RS232 and I'm having some problem in the communication message format. I knew that to access the IR/HR/DM, I can use the following format: Read @00RR[Address][#Channel][FCS]* @00RH[Address][#Channel][FCS]* @00RD[Address][#Channel][FCS]* Write @00WR[Address][#Channel][FCS]* @00WH[Address][#Channel][FCS]* @00WD[Address][#Channel][FCS]* But i can get any information about the 'WORD' :-3 Hope, someone can help... Also, does anyone know where can i download the eveluation of the CX-Programmer/Cx-Simulator? regards, K-PAX

Share this post


Link to post
Share on other sites
Write @00WR[Address][Word][FCS]* @00WH[Address][Word][FCS]* @00WD[Address][Wordl][FCS]* Where 16 bit word is a four digit Hex value from 0000 to FFFF. The Hex Value 0001 is the first bit on in the word. The Hex Value 0002 is the second bit on in the word. The Hex Value 000F is the first four bits on  in the word. The Hex Value FFFF is all bits on in the word. Regarding CX Programmer, you can download here. http://www.iespana.es/automat....ron.htm Regarding CX Simulator: I do not know of a CX Simulator demo.

Share this post


Link to post
Share on other sites
Hi k: First: test with syswin if you cable is ok and the correct number unit (@UU) Second: For read DM0010 to DM0015 you need to send @00RD00100005FCS*(ENTER) 00 number unit RD read data memory 0010 chanel initial 0005 number of chanels FCS checksum *(ENTER) termination you can find information on manual of programmation: command host link

Share this post


Link to post
Share on other sites
I can't links to :http://www.iespana.es/automatizacion/Descargas_Omron/descargas_omron.htm. Please help me!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! thanks

Share this post


Link to post
Share on other sites
wrong address, try this one http://www.infoplc.org/Descargas/Descargas...argas-Omron.htm

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