Search the Community

Showing results for tags 'host'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Found 8 results

  1. Does anyone know how to delete the row labeled as, "63 - station number" and "Driver - Host Name". Our IPs range from .50 - .90, I would like to associate the station with an IP that correlates to one another.     For example, Station 50 = xx.xxx.x.50, Station 51 = xx.xxx.x.51, etc However, when I go to add a station 63. I get the error dialog that tells me 63 can not be added because it already exist. I have had this problem in the past, but never got around to wanting to figure out how to solve it.    ** Jumped the gun ** (modified)  You can rename 63 to whatever number you choose it to be....  
  2. Good afternoon, I have a little problem on my hands with some test units I have recently received. PLCs are very new to me.. and I'm learning quickly, so here is some background. I have five test units which are all identical in their control hardware (and I believe in software as well). The units run a SYSMAC C200HS PLC which feeds into a NT30C-ST141B-E HMI. On boot up, three (3) of the test units display "battery lowered" on the first screen.. then it switches to a "connecting to host" screen and stays there. They never leave the "connecting to host" screen.  I went through both the PLC and HMI on each unit and found the HMI's battery was indeed dead. So I replaced that and the units no longer say "battery lowered" and now only shows the "connecting to host" screen.  What's interesting is that the other two (2) units that did not have battery trouble booted right up and opened the home screen of the HMI and allowed me to program and run the test unit as it should. None of the five (5) units have received any programming work or changes since they ran last.. simply a long period of dormancy during which some of the units' HMI batteries died. So I my question is this.. would letting the battery deplete and then replacing it with a fully charged battery cause issues "connecting to host" and if so, where would I start in my trouble shooting process? I am open and grateful to hear any advice on this topic and input you may have based on my situation. Thank you in advance, Ed
  3. Hi   I'm beginner from plc programing, I  need to sent data (D0000-D0010) to PC through Host link mode . i just sent data from PC to PLC with command serial port is work only like below PLC_Serial.println("@00SC0252*");//sent to monitoring mode PLC_Serial.println(CalcFCS("@00KSHR 004500"));//set H45.00 to hight PLC_Serial.println("@00SC0352*")//sent to run mode but  PLC to PC i don't know how to do . Could you advise me ? Thank you.
  4. Here is a link to a thread on a recent post showing how to communicate serially to an Omron PLC using VB.Net. This uses the Omron Host Link serial protocols. (C-Mode Commands) It will read 10 DM registers and display them on the form.   http://accautomation.ca/implementing-the-omron-host-link-protocol-vb-net/ Here is the source program that can be downloaded. Other links: VB6 Program: http://accautomation.ca/how-to-implement-the-omron-plc-host-link-protocol/ VBA Program: http://accautomation.ca/how-to-implement-the-omron-host-link-protocol-part-2-vba/ Regards, Garry www.accautomation.ca
  5. CJ1M-CPU12 Host Link Protocol(FINS)

    Hi all,I tried connect to CJ1M-CPU12 with Host Link Protocol from PC.I sended(without spaces)  "@00FA F 00000000 0101 82 0038 0A +FCS *Cr" through peripheral port for read Dm area.But PLC didn't answer.I tried again with 19200 7E2,9600 7E2,115200 8E1.But  result is same no answer.DIP switches on the PLC are are ON all of them.I read W342-E1-14 CS_CJ_CP+HostLink FINS ReferenceManual.But I didn't solve this problem.Finally hooked Rs232 Port and sended same code with 19200 7E2.PLC sended to me "@00???".Is peripheral port settings wrong?If it is not what's wrong? Thank you 
  6. Ns panel backup file?

    Hi all. Is there any loction where I can see my backup file of panel project. I have situation that one of my host dissaper from list, no one tag is displayed in symbol list, only local tags stay?  
  7. Here is a link to a blog post that will use Excel VBA to communicate to the Omron Host Link. It program NETComm.ocx for the serial driver. Here is pat of the blog... In Part 1, we used VB6 to communicate from the computer to the PLC. We will now use Visual Basic for Applications (VBA) to accomplish the same task. NETComm will be the serial driver and Excel will be the program that we will use. Using Excel we will have access to the Excel Object Model so we can utilize worksheets, ranges etc. Please refer to Part 1 (How to Implement the Omron PLC Host Link Protocol) for the details of the wiring of the serial port and protocol sequence. Continue to the blog post... Thought that I would share. Let me know if you have any questions. Thank you, Garry
  8. http://accautomation.ca/how-to-implement-the-omron-plc-host-link-protocol/ OmronHL.zip Here is some software and website that will show you how to implement the Omron Host Link Protocol. The sample was written in VB6 and will read the first 10 DM registers. Let me know what you think. Regards, Garry