Search the Community

Showing results for tags 'cp1h'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Found 38 results

  1. I am playing with sending ASCII string commands back and forth between my CP1H and another device. I learned first how to do it using ladder and now that I'm getting into more advanced stuff (parsing, searching for certain chars, converting to INT, ect) I want to do it in Structured Text because the ladder for this gets hard to follow. My very first experiment (count string length) throws an error at me: It apparent takes exception that I've use the "STRING" data type   But it this works just fine in ladder:   So am I really not allowed to use STRING data type in ST on CP1H or am I doing something wrong?
  2. CP1H Series PLC Tutorial

    Here is a series on the Omron CP1H. It has been written for those who want to become familiar with the Omron PLC and its basic functions. At the end of each web page lesson there is a video. Omron CP1H Series System HardwareCX-ProgrammerEstablish Communication Setting, Forcing and Online Editing Numbering System and AddressingCP1H TimersCounters Data Movement Compare Instructions Data Shift Instructions Math InstructionsData Conversion Program Control Instructions Table Data InstructionsData Control InstructionsAdvancedHMI Communication If you have any questions or need further information, please contact me. Thank you, Garry www.accautomation.ca
  3. Is CP1H with Ethernet option board (CP1W-CIF41) is capable to communicate More than one client? If yes what settings I need to be Done?  
  4. Is anyone interested in being contracted out to finish a PLC project. A little modbus mapping is needed to be finished up and minor changes to the logic are needed Protocol Macro is the the type of modbus were using as well.  and some display function may be needed to be changed for the NS series. 
  5. I have Omron CP1H PLC and using Ethernet Option board to communicate through Ethernet. When I connect PLC to 2 Computer it starts malfunctioning and values in register get fluctuate. while I connect single HMI it works fine. Kindly give solution if anyone know. 
  6. Dear all, I want to use the vb2012 to connect the CP1H. I use the rs232 usb cable to connect the computer and the CP1H, and also use the tool which named "SerialPort" in the vb 2012. The "COM" had been connected, so I think there is something wrong in the command of my program. I have tried many days in this connection, but the cp1h still not give me any feedback.   Did someone have write some simple code to connect the CP1H? If that is possible to let me refer, I will very appreciate you.
  7. I have Omron CP1H PLC with Ethernet Option Board Installed on Slot 1. I want To communicate PLC to SCADA software through Kepserver OPC. But I am Not ABle to communicate with PLC on Kepserver OPC. Anyone Know Solution For This? Architecture is attached for more details.
  8. Hi, I can't add this CP1W AD041 analog module to mi PLC CP1H 
  9. hmi communication

    Will cp1h –x40dr cpu support NB series HMI(NB5QTW01B)
  10. Hi, there, I'm totally new to OMRON PLC, right now I'm using CP1H PLC have two CP1W-CIF01 on it 1st CP1W-CIF01 set as 115200, 7,2,E, Host Link, station 0 connected to Pro-Face HMI 2nd CP1W-CIF01 also set as 115200, 7,2,E, Host Link, station 1, I want to use this COM to talk to my PC that I can run vb.net program to monitor the bit and set the bit value. can you guild me how to start this project? thank you very much! Chen
  11. Converting DI to Ascii code

    Dear experts, i'm in learning curve to understanding converting DI to Ascii code. i'm attach here my solution that i'm think should be no problem. may i'm know how to send special symbol plc to printer. communication using modbus TCP. Printer format was: JDU |HEAD1|HEAD2|HEAD3|HEAD4| <CR>  
  12. Hi, i am start a aplication whith modbus for a simple comunication(read/write), some analogic imputs and outputs, whith, AB Micrologix 1500 LSP (1 com port Rs232) and whith a Omron PLC CP1L-L + CIF01 (rs232). I using CP1L like a master, but i try a lot of time and no read/ Write happens, just the recognition of Node (1) and the error code 88, no mather whith Function code i use. I use Modscan32 whith Micrologix 1500 and works fine, com settings are right to, i try 38k, 19,2k, and now 9,2k None stop bit 1, setting on CP1L are in serial Gateway. If i take the cable the reponse memory go to zero, so the communication is happen, just dont in right way. Is possible to use, RS232 whith CP1L, for Modbus communication right ? I already see PCMR code for modbus, but is to complex, for my aplication. No ofense. Someone can help me?
  13. Friends, I have a CP1H 40-xa-dt monitoring and positioning a hydraulic cylinder. The HMI I am using is a NB5Q. As of right now, LVDT position is wired directly to a Parker BD98A servo card which looks for input voltage with respect to the positive and negative terminals to determine output in positive/negative direction. (eg. positive voltage on IN6 vs IN7 provides positive current on OUT1 vs OUT2, positive voltage on IN7 vs IN6 provides positive current on OUT2 vs OUT1). My Issue is that the LVDT only operates in a positive voltage direction. I've wired up a relay to switch the wired terminals as an experiment and it works, but the LVDT voltage goes from a maximum positive to a maximum negative voltage to input terminals and the cylinder slams retracted. I know the CP1H can be scaled -10 to 10vdc on the D/A terminals. Could a SINE function be used so the cylinder will follow sine wave and extend while riding the curve in positive direction and retract once sine wave is below 0 in the negative direction? If this is possible can i control the speed of operation, like using an increment function? The cylinder is only being tested for operation for a certain amount of time to ensure no leaks after rebuild. I am a bit new to this. Regards, Thor