I want use Omron's PLC communicate to follow below :
- two RS485 ports to control temperature and inverter
- RS232 port communicate to Computer ( use Visual Basic 6.0)
Please can you help me to use which's PLC ?
[?]: How can i communicate two RS485 and a RS232 to PLC?
-
- Posts: 1
- Joined: Sat May 16, 2009 4:37 pm
- Location: Vietnam
-
- Posts: 258
- Joined: Fri Apr 03, 2009 3:24 pm
- Location: Bosnia and Herzegovina
Re: [?]: How can i communicate two RS485 and a RS232 to PLC?
For PC connected to OMRON PLC:
You need to learn/read OMRON HostLink Communication manual. For example if you send form VB (via COM1) string:
"@00RD0000..", and then rad data in VB form COM1, You will get an answer (string also) form PLC. I Tried it and it worked fine.
For E5* regulators, and inverters, You can find a proper Communication manual with DETAILED (usefull) instructions.
You need to learn/read OMRON HostLink Communication manual. For example if you send form VB (via COM1) string:
"@00RD0000..", and then rad data in VB form COM1, You will get an answer (string also) form PLC. I Tried it and it worked fine.
For E5* regulators, and inverters, You can find a proper Communication manual with DETAILED (usefull) instructions.
-
- Posts: 258
- Joined: Fri Apr 03, 2009 3:24 pm
- Location: Bosnia and Herzegovina
Re: [?]: How can i communicate two RS485 and a RS232 to PLC?
Here you will fin a sample application.
-
- Posts: 1
- Joined: Fri Mar 04, 2011 11:24 am
Re: [?]: How can i communicate two RS485 and a RS232 to PLC?
hi everybody,I can not download " OMRON C-Mode Hostlink.zip",can Homeroid_BL can check link again?help me!thank you so muchHomeroid_BL wrote:Here you will fin a sample application.
-
- Posts: 15
- Joined: Wed Jul 21, 2010 3:05 am