Search the Community

Showing results for tags 'cj2m cp1h'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Found 125 results

  1. RTU Modbus CJ2M CPU34, SCU31-V1,

    Hello everyone. In my project I have to communicate Omron CJ2M-CPU34 PLC with TRANE chiller via Modbus RTU protocol. Unfortunately, I never use this protocol and I have no idea where should I start. I'm looking for examples and advices. If someone has experience in this topic please help me. I attach TRANE chiller documentation. Especially I want to use function 5,6 and 4.  CGAX-CXAX_Protocole_Datalists.xlsx CG-SVU007C-GB_0915.pdf
  2. Starting to find my way around Cx-One, running a CJ2M-CPU33, logic runs a rotary indexing-table destacker weldcell.  I am trying to figure out a way to prevent changing the value stored in UDINT TOTAL_PART_COUNT D31 when I upload a revision. The D31 increment line is section Main_Operation:40 It is a cumulative count of all parts run to date, so there is no conceivable reason I am ever going to want the TOTAL COUNT saved in an old revision to overwrite the current value.   The cell runs all day every day, so for a revision I'll open the last *.cxp file, connect to PLC, compare PC to PLC, if same I'll "Save", disconnect, make changes, save .cxp as new Rev#, and upload. When I upload a new revision, I usually (but it seems not always)  overwrite the value stored in UDINT TOTAL_PART_COUNT D31 on the PLC (which of course is bigger than whats in the newer revision since the machine has been running). Usually I remember to write down the TOTAL_PART_COUNT in the PLC before I upload and just manually change it after uploading the new Rev, but when I forget to and realize a week later, I get to have a lot of fun reading paper production logs. Is there a way to protect certain memory-areas like TOTAL_COUNT from being over-written by a Revision upload? Maybe I need to use a different memory area or instruction set? Next revision is going to be adding data-logging of faults, I'd like to create 2 arrays per fault, one for fault timestamp and one for # of minutes before the fault was cleared, and I'd certainly wouldn't want those arrays over-written with older values when I upload future revisions. Are the EM Memory Area values implicitly protected from overwrite? PS. The 13.15 "Trash Bit" contact everywhere  is from the integrator, not me, I have at least figured out the P_Off flag AS-260 IL100 LASER PARTSTCK REV23 2.27.17.cxp
  3. Hi. Can anyone help me on how to connect to OMRON cj2m with fins or ethernet/ip protocol from windows ? Is there any vb code or javascript ? I saw an omron fins javascript  topic from patrick  but i was not able to connect with the plc.  How many steps are needed to connect ? Thank you.    
  4. CJ2M Modbus communication

    Hello everyone, in my project I have to connect CJ2M-CPU34 with CJ1W-SCU31-V1 module to external device (see technical specifications in attachment). The CJ2M should read and write a few values from the external device. Unfortunately, I dont have a chance to try this communication before, just during system start. I never make any project on Modbus. Anyone can send me a program to communicate with this device, according to documentation in attachment?   38RBS_Modbus_1.pdf Modbus_2.pdf
  5. I'm searching for supported EtherNet/IP CIP objects documentation for CJ2M. With Wireshark, I see unknown service 0x54. Thank you!  
  6. Hi, I can't add this CP1W AD041 analog module to mi PLC CP1H 
  7. Omron CJ2M encoder reading

    Good day  I have a CJ2M cpu with ID211 module I have 2 E6B2-CWZ6C encoders connected to inputs 6,7,8,9 the plc data trace shows that pulses are being read, but I`m trying to configure PRV 881 instruction but it doesn`t work   please find attached the images   Best Regards   Eduardo   encoder error.pdf
  8. CJ2M i/O bus error

    Hi, my company got project using omron CJ2M but we got trouble when the output is over ch10  here the PLC hardware setup  :  1. PLC CJ2M 2. PSU PA202 2. Module Input ID211 (5 Pcs)3. Module Output OD211 (2 Pcs)4. Module Output OC211 (3 Pcs) and because addtional input and output we Change modules : 1. ID211(1pcs) -> ID231 (1pcs) 2. OD211(1pcs) -> ID231 (1pcs) after the setting and upload program , warning appear for the image its on attachment. so if i want this system to run do i need to buy expansion rack or there is another solution ? Best Regard
  9. Hello, My quest is to make a memory card, which I can just put into my PLC on the field and load all program and options etc to my plc. Now i found the official omron guide about it but its not good at all... For example is does not explain that how i need to transfer the H and D memory part to the plc, and that not all network settings are being copied if im not careful.   But my question is: is it possible to make this backup memory card without having the actual plc? Because the process is done in memory card window, which is only available if you are online. So basicly i have to get all the plc rack parts to make this work? I tried with the simulator but ofc it is not working.   Someone mentioned me that it is possible he heard from someone but no one actually knows how to. And there is nothing in the omron manual as i see.
  10. Addressing I/O

    Hello Guys and Girls, I am new to Omron and I am just setting up a new project. I have populated my rack in the (I/O Unit And Table Setup) but how do I address the physical inputs and outputs?  I started to populate the symbols area but when the inputs I had typed in 3.0 - 3.15 (16 inputs) It wouldnt let me populate the other 16 inputs (3.16 - 3.31) of the 32 input card?  What am I doing wrong? any help will be much appreciated. Many thanks in advance. MrEngineer
  11. hmi communication

    Will cp1h –x40dr cpu support NB series HMI(NB5QTW01B)
  12. I have an application I am currently working on where I have a single AB ControlLogix PLC that needs to read data from 12+ Omron CJ2M PLCs.  The Omron PLCs don't need to read any data from the AB.   I have tried several things including the generic .eds file from Omron and the instructions in the document I found on this site:  Omron CJ2 to Rockwell ControlLogix Ethernet/IP Datalink.  The generic .eds file gave me a D6 error on the Omron side and after talking to support it does not seem like the correct path.   When I tried following the instructions for the datalink I ran into several issues.  The first issue was that after configuring my network in the Omron software upon trying to load it I got a unit mismatch message for the 1756-EN2T, the .eds file I have is for a 1765-EN2T but the card shows as a 1756-EN2T/D, so I am concerned that could cause an issue...that being said I can't find any .eds file specifically for the /D revision.  The next thing I noticed was that there doesn't seem to be be a way to link the produced data from the Omron to the AB, the Omron configuration software with the AB .eds files loaded only gave me the option to send data to the Omron which we do not need to do.  I created a generic Ethernet module in my RSLogix program for the Omron PLC and then created a consumed tag and linked that to the module but I do not see where I set up the link on the Omron side for that, so how does it know what addresses to read?? Any help would be greatly appreciated!!!! Thank you!
  13. 502 port error

    Hi  i am trying to connect to omron plc (cj2m ) using modbus tcp/ip , by using the port 502 i  get an error saying that the port can't be reached is there any method to fix that or change the port number ?   thank you 
  14. port 502 error

    Hi  i am trying to connect to omron plc (cj2m ) from my pc  using modbus tcp/ip in c# , by using the port 502 i  get an error saying that the port can't be reached is there any method to fix that or change the port number ?   thank you 
  15. 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
  16. 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>  
  17. I need some help and advice communicating between an Omron PLC and a Keyence KV-5500. My system typically uses an Omron CJ2M-CPU34 which comes equipped with the built in Ethernet IP port.  My customer is insisting that we change the CPU in our system to a CJ2H-CPU66-EIP in order to communicate with the Keyence KV-5500.  They have not been able to detail why their communications require the CJ2H, they just say they will be using Ethernet TAG communication and for this they need us to change the CPU. Has anyone successfully established communicated between the Omron PLCs and the Keyence?  If so how did you do it and which CPU did you use?  Is there an .eds file available for the Keyence CPU? Please help!!! They will be visiting from halfway around the globe to test communications in January so I want to be prepared!
  18. Hello, recently I tried to hook up a new CJ2M-CPU31 (built-in EIP Port) with a NS10-TV01-V2, which has an Ethernet/IP connection also. I made the simple setting as usual : 1. PLC, IP Address 192.168.250.1, Sub 255.255.255.0, FINS Node 1, no change to FINS/UDP parameter (Auto Dynamic Generation) 2. HMI, IP Address 192.168.250.2, Sub 255.255.255.0, FINS Node 2, Register the Host as EIP, SYSMAC-CJ2 mode with the PLC IP, Disables the Serial Port For some reason, there is no communication between NS and CJ2M (timeout error always occurs). I tried to re-register the Host as FINS, set the Node to 1, and also with no avail. I did try to connect the NS to a CP1L-EM with FINS Comm. and it works fine. Anything I did miss? Thanks in advance
  19. CJ2M serial communication

    Hi! I'm trying to connect Omron plc CJ2M cpu11 (photo below) with Weintek touch panel. I've made proper cable, and I'm trying to establish communication between these two devices. I've wrote a script in Weintek's program, that sends and receives via serial port, rs232. Also, I've used example for serial communication in CX-Programmer, that you can see in attached files. I'm trying only to toggle one W adress using hmi. That sounds simple, but still, I'm not able to make plc and hmi to talk with each other. What I'm doing wrong?
  20. 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?
  21. CJ2M CPU32 SERIAL COMMUNICATION ISSUE

    Hi, I am having an issue with Omron CJ2m Cpu32 serial communication. I'm not receiving the data from pc to plc. sometimes during the production. When I recycle the power its working fine. Is there any Flag to reset the Serial port and clear the buffer on Cj2m VPU32. I contacted tech support and they told me to use A526.00n to clear the port. But I think A528.00 is not for CJ2m cpu32. I'm new to Omron programming and serial communication any reply or response would be helpful. thanks in advance.
  22. Hi. My goal is to communicate from a Wago 750-881 Controller to CJ2M With ETN21 on Modbus UDP. I can only find Modbus TCP function Blocks but would prefer UDP. Does it excist ? Cheers. WagoGrim
  23. 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
  24. Hello everybody, I have CJ2M-CPU35 connected to couple of devices over ethernet IP. I would like to know which bits in CIO area (25 words for built-in E.Net port starting at 1500) gives me the status of Individual nodes (i.e. connected or not connected) Tried to go through W465 but there is a lot of information and I'm getting confused with built-in port, additional E.net IP units, Fins TCP, Fins UDP etc.
  25. Hi All. I have a problem with D memory area. I have PLC CJ2M with ID211(DC input), ID211, OC211 (Relay output), OD212 (Transistor output) on the CPU rack. When I turn on all outputs in the OC211, all my datas in the D memory area is set to 0. What could be the problem? plc_project.zip