Search the Community

Showing results for tags 'connecting to host'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Found 11 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 everyone! I got this machine with a CP1H PLC and NS8-TV00B-V2 as PT. I was told that they were working fine, but suddenly, It appeared a communication issue: black screen and "connecting..." at right bottom. I dont know if It is a configuration problem or some hardware damage.  These are the configuration in the PT and the PLC. The communication is through RS232 Serial.  I tried to communicate another PT screen with the same communication settings and IT WORKED!. ' I've been thinking that, perhaps, the serial port A is damaged, I have tried to set port b, but I havent could. How can I configurate PORT B??   THANKS...  
  4. 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.
  5. 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
  6. Hello, Thank you for giving me the opportunity to join your awesome community. I am pretty much a beginner in using more than one PLC so please bare with me. This is my problem so far, I have four C1JM PLCS with no Ethernet port built into them BUT I also have four serial to Ethernet converters (MOXA NPORT 5110) and a switch. I want to make a small control room so that I can control all of the PLCS from a single PC using CX-Supervisor. My problem is that i don't know how to make a network between the four PLCS and the PC and how to configure them on CX-Programmer and CX-Supervisor so that i can control all the four PLCS from one PC.  Your help will be much appreciated. Thank you in advance and have a nice day :)
  7. 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 
  8. 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?  
  9. 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
  10. Hi guys, I have a problem with GX IEC Developer 7.04, i hope some of you can help me. When i try to connect with the PLC type - Melsec FX1s- 30MR-DC, there is an error: I check all COM port settings, and everything is ok. Com_port parameters: FX Parameters: Transfer setup: PLC Type in the program is the same like physical one (FX1s). I try to change all of this stuffs but there is no result. The cable I use for comunnication is this type: Thank you very much in advance. Have a nice day! eng R. Bukov
  11. 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