Search the Community

Showing results for tags 'cp1h-y with encoder.'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Found 94 results

  1. I am trying to connect my KILO TECH TOP GUN  scale with KIN 500 Indicator  to PLC CP1H  through  RS232C Module (CP1W-0007)  . Connect all wires , Comm Light on module is Blinking , But But I see nothing in the program. I tried everything I could, but I didn’t get a result in a couple of days. Thank you very much for your attention . KIN 500 25 september 2013 manual.pdf PLCScale.cxp
  2. Hello all. i am new with this plc. I have created a message to send to my device via network configurator everything works properly. I asked if there is the same possibility to send the message through Sysmac Studio I enclose the photo. My device is Encoder Sick AFM60A, it is for setup preset. with Allen Bradley i use send message. we have the same possiblity with Omron? Thx all
  3. Omron Servo Encoder

    Hello All  I am new to PLC programming , i have a question regarding omron PLC and High speed counters. I am using Cp1H-XA model plc . I connected HSC port 0 with a encoder and i was able to get the speed of the encoder using PRV2 instruction. Now i am trying to connect the second  encoder from the servo motor that i am using to HSC port 1. I am getting the PV signal using PRV instruction . Is there a way to calculate the speed of the servo encoder connected the HSC port 1 using PRV command , since i can't use the PRV2 command for the servo encoder .   Thanks in advance .
  4. Hi Guys!   There is a task. I have a motor, and I can monitoring the actual speed. The question is how can I to determine the average speed, if I know just the actual speed. If the speed is zero, it must be ignored. So I have to measure when the motor moves. Anybody have any idea? How can I solve this problem. RSLogix 5000.  Thank you.  
  5. Hello,  I have a NX1P2 controller that would control a DC motor, currently it's open loop. I can control the speed and the direction. I'd like to add an encoder to it. The motor I have is from MidWest motion S27 series and they told me I can use their encoder but the problem is it output TTL My question is, how do I read this encoder output in the PLC since it's TTL?  Second, is there a high speed counter in Sysmac Studio for the PLC I have?  Thank you everyone in advance   
  6. Hello, I need to Synchronize two 4kW motors connected to their own individual AltiVar VSDs. To put it simply the two motors are pulling cables on a pulley and when loaded the motor's slip and the speed varies. I have an Omron CP1L-EM PLC and 2x Omron Rotary Encoders ( E6C2-CWZ5B encoders - 360 PPR) - connected to each motor,   What is the best way to read the pulses from the two rotary encoders then convert to RPM? 1) Using  PRV or PRV2(883) instruction,  - this would be the best option as it would convert the value to RPM - however, can I use this instruction on both Counter 0 & Counter 1? 2) Or read the raw value from  Counter 0:  A270 (connected to motor one's encoder) Counter 1: A272 (connected to motor two's encoder) Convert the pulses to RPM - then compare and adjust? 3) Or using CTBL. - is this a useful instruction for this application?   Once I get the RPM speed from each motor - I can then do a compare instruction - see if there is a mismatch and if so send a scaled analogue output to the VSDs to correct the speed if required. (10-50Hz) What would be your recommendations? any help would be most helpful. Thank you.
  7. I am trying to connect a Delta ASDA-A2 Servo internal motor encoder to a Delta DVP28SV high speed counter input.  I was successful in connecting the servo to the plc on position mode with an external encoder connected to PLC high speed counter.  Currently having trouble in finding the correct wiring between the servo drive and the plc to count the pulses from the internal motor encoder.  Attached are some figures from the servo drive manual. OA --> X0 is obvious, tried s/s to GND, COM-, VCC and VDD... no result. Any suggestion would be highly appreciated.  
  8. I am looking to replace a SIC Hiperface encoder with a standard 1024 encoder. I see how to change the protocol here but am wondering what else I would have to change. Thanks for your help!
  9. Using Rotary Encoder

    Hello dear, may i need some help .. I want to use a rotary encoder for my CJ2M CPU32 , but i don't know what anything must i prepare for it. such as type slot for plc and what kind program for read pulse from rotary encoder ... Thanks before  
  10. Hello, I have a cp1h-y20dt-d (sinking output) plc supposedly to be wired to a servo controller. The pulse control method is Pulse/Direction. I've did some manual research on the PLC and found the following diagram attached Untitled. Since the diagram above doesnt show which terminals does it connect to in the CP1H side circled red, I want to ask if those connections belong to the following diagram attached Untitled1? If so, assuming im planning to use only Pulse Output1 (Pulse/Direction method) from the PLC side, is the connection from the first diagram no.1=CCW0- , no.2=CCW1- , no.3=COM (connected to -ve) *Note: these diagrams are from omron's manual SYSMAC CP Series CP1H-X40D_-_ CP1H-XA40D_-_ CP1H-Y20DT-D CP1H CPU Unit Your replies would greatly help. Thanks and best regards, Summer
  11. Dear Sir, Kindly Tell me how to use encoder with micrologix 1400. Thanks
  12. Closed loop

    Hi All, I'm new to PLC programming and need some help with a project! I have built a indexer for a grinding machine with the following specification....... Stepper servo motor that needs 10000 pules per revaluation. Gearbox with 3.6:1 ratio. 3600 PPR quad encoder fitted to the indexer main shaft 1:1 ratio . Omron CP1H PLC   I need to control the servo closed loop using the 3600 line encoder for feedback. Does any one have any suggestions?????   Thanks Tim
  13. Hello Everyone, I am struggling with interfacing Incremental encoder with FX5U PLC, Does anyone have parameter setting and sample program for same. i am unable to fetch counts...   Encoder: 500ppr, 24V line drive, A-B phase,  PFA datasheet Hollow Shaft encoder.pdf
  14. Hello Everyone, I am struggling with interfacing Incremental encoder with FX5U PLC, Does anyone have parameter setting and sample program for same.   Encoder: 500ppr, 24V line drive, A-B phase, 
  15. 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?
  16. 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
  17. Hey guys, I am working on an application that tracks irregularly spaced PET bottles on a conveyor line and then blows them into boxes waiting on the side of the conveyor. I believe I have working logic, but I am having issues with the encoder at operating conveyor speeds. I believe the best logic for my project is to use a photoeye to detect the presence of a bottle (a one-shot makes sure it is only detected once), and then "store" the "presence" of the bottle in a binary file using an encoder pulse to trigger a BSL function. Using this logic, the bits in the file are analogous to a real, physical location on the conveyor, and I can just monitor specific addresses in the file where my real-world air nozzles are located. My current problem is that as my conveyor speeds increase, the PLC begins to miss pulses from the encoder. During my initial set-up, I took data at very slow speeds to experimentally determine how many pulses were between the photoeye and each air valve, but when I run at full speed, I only detect about 70% of the pulses detected at slow speeds. Not good. Althought the "skipped pulses" seem to be proportional to the detected pulses at slow speeds. I am using an encoder that only runs at 60ppr, so I would think that my PLC (MicroLogix 1200) can handle this...I did the math before I purchased the encoder and thought I found the pulses to be infrequent enough that the PLC wouldn't miss any. My 2 trains of thought: 1) I need to use an interrupt for each encoder pulse since they occur so quickly (utilizing an EII), which I am not fluent in. I can find instructions to intitially configure the EII file, but I am unsure of how you are supposed to correctly set up the ladder logic to utilize the interrupt. 2) There is an electrical issue. The encoder I bought uses pull-up resistors. The resistor value I selected only drops the detected voltage to 14V from 24V. Is it possible that the encoder does not spend enough time in the "off" state at high speeds because of this high voltage value? OR does the usage of a resistor introduce a time-lag into the system which further complicates the issue? Any help would be appreciated, Thanks!
  18. 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?  
  19. I want to use an incremental rotary encoder with my Allen Bradley PLC to move induction motor (3 Phase) in clockwise and anticlockwise direction.Please help me with the program how to use High Speed Counter Values to move motor reverse and forward.
  20. 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. 
  21. 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. 
  22. 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.
  23. 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.
  24. FX5 PLC loses impulses from encoder

    Hello everyone!I have strange problem.I have plc, inverter (mitsubishi), incremental encoder (sick) and motor.When i set the frequency on the inverter about 1,5Hz, the plc correctly counts impulses, but every higher frequency causes the plc counts impulses incorrectly or doesnt count.  Above described things are happening at the rotation of motor in the forward direction. With a rotation of the motor to the rear, high-speed counter doesn't count the impulses.All the parameters of high-speed counters and PLC program i am sure there are right ( i'm using only instruction to start high-speed counting (HIOEN) and to enable interrupt (EI).  Input Response Time i had on "No setting" or 10micro-s and nothing.Type of encoder - A/B phase, HTL.PLC - FX5UPLC program - Gx works 3.Maybe somebody had similar problem? Maybe somebody could tell me where i need to look for the solve?   Thanks for help :)
  25. Do I need an encoder (slave) axis for my project? I am using a Powerflex755 and Incremental Rotary Encoder (scaled into linear movement axis)... Any other suggestions would be GREATLY APPRECIATED!! project file https://sites.google.com/site/lyncedrgb/eva/untitledpost-2/StellaPLC.ACD