Omron plc communicate with weighier indicator through rs 232

ckiat

Member
Join Date
Oct 2011
Location
malaysia
Posts
1
Hi,
My lecture assign a project to us,
but is over ours capability seeking help from you guy.
He want us to make one check weighier using plc omron.

We meet a problem ,
1.how to program the plc ,to sent the command ,to ask the weighier transmitter check the load? by using send command and any setting required?

2.how to program the plc ,to receive the value given by the weighier indicator ?by using recv ?

the plc we use ,omron cpm1h and the
weighier indicator (rinstrum 1203)-http://www.rinstrum.com/downloads/8/26/1203-601-120%281up-normal%29.pdf

Thank for Reply !!
 
Last edited:
Hello
You need to use the TXD instruction to send a message to the scale to ask for a measurement. The manual doesn't describe the specific commands it uses, but typically, may be something like "S<cr>". You need the manual, though.

The reply will be someting like "12.34g<cr>". Again, you need the maual. The CP1H instruction set has some excellent STRING to REAL instructions.

To receive, you need the RXD instruction.

Is the PLC a CP1H or CPM1 - your part numbers are confused.
Pp
 

Similar Topics

hi.. i have done build a ladder program with cx-programming and i want snow the result in wonderware intouch software..lets say i want show a...
Replies
4
Views
5,645
Hi, I am attempting to upload a program from a CJ1M Omron PLC using a USB-serial converter. My co-worker was able to upload the program on to his...
Replies
9
Views
3,918
Hi there, can s7-300 plc communicate with any omron PLC through Ethernet? i had two old omron plsc installed, one is c200he cpu42, the other...
Replies
3
Views
4,587
V
Hi, What do I need to communicate with PLC Omron from my PC by Visual Basic application?
Replies
1
Views
6,004
Hi There, I have couple of Omron PLCs connected on my kepserverex and my intouch reads data from kepserverex. I have been observing that roughly...
Replies
4
Views
92
Back
Top Bottom