Search the Community

Showing results for tags 'OMRON CJ2M'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Found 543 results

  1. Function Block addressing

    Hello all.  I have a program which has 8 function blocks. I recently added extra functionality to one of the programs (not the function blocks). I added the new variables to the global symbols table and added the new code, but when I compiled the new code, the variable addresses in three of the function blocks had changed. This is a problem, because we use memory cassettes to download new versions of code, so when the new version is downloaded to a machine in some far flung part of the world, these variables will be overwritten (they are hours run variable, so are important for servicing purposes).   My understanding is that CX assign's variable addresses in Function Blocks and we have no control over this. Bit if I only added variables to the Global symbol table, why are the FB addresses affected??   Any input appreciated. 
  2. Omron rs485 communication

    I am using OMRON CJ2M-CPU15 with SCU41-V1 communication module I want to establish communication (rs485 modbus) between omron and Schneider device for reading out electrical parameters. How I can do this? I could not find any manuals and this is becoming very hard for me. I want simply to read few registers from Schneider. Where do I set unit number, starting register, ending register, number of data? I was recently using Siemens and Unitronix and started working with Omron recenlty. Do you have any examples or manuals for this? Thanks in advance
  3. Simulate Omron FINS PLC server

    Hi, I am new in working with Omron PLC. I would like to know if there is a way to simulate an OMRON FINS SERVER to test a desktop application for simple command like READ_MEMORY_AREA, READ_CLOCK... I try to use CX-simulator but i'dont know how to connect it to my application. Thank you for your advice.
  4. Analog Input Addressing

    Hello Everyone, This is first time i am using Omron's CX-Programmer. PLC-  CP1L-EM40DT1-D I have 2 built in analog input of 0-10V on PLC Board. I want to know the default resolution, Data Type and Register address to detect analog Input for my further programming. Please Help me with these...
  5. Hola buenos dias quisiera pedirles de su ayuda estoy intentando establecer la comunicacion por el modulo cif11 modbus 485 el plc es omron cp1h con un esclavo que es un variador delta ,pero el tema es que no puedo comuncarme alguien que haya hecho ya, en la configuracion solo me da el puerto de enlace serial HOST LINK y otros pero por el manual te dice que es por el puerto de enlace serial, alguien que lo haya hecho seria de gran ayuda. saludos.  
  6. CP1L-EL TCP/IP with VideoJet Printer

    Hello, My previous topic was want to establish communication CP1E --> Videojeet Printer using RS232 serial cable. this project test SUCCESS. by the way distance from printer and PLC was very far almost 500meter. so printer technical team request to use tcp communication using cat5e cable. Problem: 1. I'm using TCP communication protocol that need me to have open,send,receive,close port. 2. Communication testing with PC Hyper Terminal --> OK but HT need in waiting call mode, i don't know why. 3. Using printer no result show. how i'm suppose to know communication already establish? 4. Communication setting on PLC Setting-Built in Enthernet need to add other communication device.? here i'm share some programs to give more understanding. Thanksm TCP with printer.cxp
  7. Hello. I am trying to make a serial RS 232C connection between Schneider Magelis HMIGXU3512 and Omron PLC CP1E. However, there seems to be a communication problems between both of the equipment. I am using cable XBT Z9740 for the serial communication cable. The format used is 8.2.N for both equipment. The baud rate is 115200. No Flow Rate is choose. Anyone can help with this kind of problems?
  8. Omron CP1E Clock adjustment

    I'm working on a project with Omron CP1E-N30DR-A Plc (And yes it does have the timeclock) And Omron NB7W-TW00B HMI I'm trying to use the Clock adjustment DATE(735) feature in the Plc program. In conjunction with the HMI to correct the time. Only focused on the Plc program for now. And presume I can accomplish the HMI portion once Plc program is working. Been fumbling with the Instruction manual descriptions several days and seems I'm not getting anywhere. Is there a possibilty to find an example program for this feature somewhere online? Or could someone possibly create an example program? I realize I might have missed some key information things in this topic. But lets see if I get any response at all.
  9. Hello, From modbus, Im reading a HEX variable in the data register D0, as it is a 32 bit variable, the second part is saved in D1, then I get: D0: BE62 D1: 31D7 The value that I should obtain in float is -0.2208932 as I obtained setting  BE6231D7 in online Hex to float converter and this agree with what I'm reading on the flowmeter.  The problem is that when I try to change the data type from channel to Real on CX programmer I obtain a different value, also the registers are not sort in the proper way, instead they are sort inversely 31D7BE62, and obviusly the obtained value is completely different. Also instead of Hex, I want to display the decimal, or floating value, is there a way to do this? I'll attach some captures.    
  10. Hello, I have been so many days trying to comunicate the multiway software trought a serial usb converter with the SCU31 device, using a omron function block to read a holding register, but I can't achieved it. Now Im receiving some frames on multiway, but there is always some errors. I was wondering if somebody in here that have worked previously with modbus and omron can be able to help me in how to configure everything corectly to be able to read the value from multiway, on the plc, and where is this value saved.  I'll upload some captures to show what I have done till now.    
  11. Hello, One thing that I constantly find hard to do when I program in SFC is to properly reset a FSM. If something goes wrong during the process I like to be able to reset the program. In Ladder this is quite simple to accomplish. Usually, I have a variable (non volatile) which is responsible for the step transition. If I want to reset the FSM I just use the function MOV to disable every step variable, which turn off the entire FSM. If I want to restart the program I use the MOV function again to enable only the first step. So my question is: how can we accomplish that in a SFC program? Lets not consider the option of having a reset transition in each step... Best regards, Paulo
  12. Network Number Problem

    Hi,  I am trying to connect a new CJ2M-CPU31 to a used NS12-TS01B-V2 (it seems to be restored to default). I want to connect that using Ethernet.  In the Cx-Designer I have set the following for the NS ethernet Port:   - Ethernet: Enable   - Net number: 1   - Node number: 5   - UDP Port: 9600   - IP address: 192.168.140.5  //  255.255.255.0  //  0.0.0.0  //  0.0.0.0 And the following for the host:   - Name: CPU_A   - Type: SYSMAC-CJ2   - Protocol: Ethernet/IP   - IP Address: 192.168.140.10 In the Cx-Programmer I have set the same IP address for the PLC from the I/O table configuration.  However, they are not connecting. After some seconds the HMI shows a Time-out Error. I am used to works with this kind of HMI, I think the problem is in the PLC because this is my first time working with a new, out of the box, PLC. I have tried to comunicate them using the "Com. Test" tool from the System Menus of the HMI; however, I didnt get it.  I think the problem is than the integrated ethernet port of the PLC is not in the Net Number 1. I have tried to set it using Cx-Integrator. I have clicked in "Create routing tables" -> "Insert SIO CPU unit" for the Unit250(Integrated Ethernet Port) -> Local network number = 1 -> Transfer to PLC. Nevertheles, the windows "Online Connection Info" is allways showing Net(-) instead of Net(1):    "Ethetnet [CJ2M-EIP21] Net(-), Node (10),  Unit (0)" I have checked the Cx-Integrator Manual and says in this case it is only neccessary to "Connect", but I have tried it, waited for the 254 nodes, and... it doesn't work!! I don't know what to do! Thank you.
  13. CJ2M HSC input

    I have omron plc CJ2M CPU15 and I have input module CJ1W-MD261 (32 inputs, 32 outputs) and I was wondering can I MD261 module for hsc inputs? When I open CX programmer and go to settings and go to "IO Module" I see that I can include HSC input and I assigned it to Input 08 and what is that input? Is that input 0.08 on MD261 because my plc has no integrated inputs or outputs  (image included at the bottom). Any help is wellcome
  14. Hi all,  I am trying to update the firmware of a NS12-TS01B-V2. I have downloaded the RecoverUpdate_8_95.exe (and someothers) from the myomron website. I have followed the instrucctions PDF, but when I switch on the HMI with the Compact Flash inserted, nothing happens: the screen is dark and the led is lit orange (not blinking).  The compact flash is 1GB (not omron) and formated using a CJ2. I have been using this card in OMRON PLCs and HMIs for years without problems.  I read in other topic than I guy had similar problems and he solved it using other computer and other unzipper program. I have tried it, but it did not work.  After that, I tried to update it using the DIP switches, but I got more problems, because I got a Warning first, and later an Error, because I forced the installation of the Firmware of the NS8 (BANK1) instead of the NS12. However, the other BANK folder contains the FW for the NS5... Anyway, I could fix this error because previously I did a backup of the already installed system (V7.0). I would like to ask you to send me a BackUp of another NS12, using the "Manual Transfer", that should works. I need the 8.20 version or higher.  Thanks a lot.  My email is hector.moreno.lax@gmail.com
  15. How do I edit an array size ARRAY[0..13] OF REAL to ARRAY[0..15] OF REAL? Sysmac Studio doesn't allow it to be done online, as far as I can see. If I do it offline and then go online and Synchronise, Transfer to Controller I receive error Any ideas?
  16. Control Panel

    Is it possible to view the values / states of all inputs, outputs and workbits (e.g. 64.00 through 64.15 on Omron CQM1 PLC) on a single screen or control panel within CX-Programmer software?  I'm trying to troubleshoot some ladder logic that I wrote and need to know the values of 5 or 6 inputs/outputs/workbits simultaneously.  Having to scroll up and down through my ladder logic repeatedly does not work well with code that changes state every 5-10 seconds or so. Any help is welcome.
  17. Help, NX communication with CQM1H

    Hello, I have a PLC NX102-9020 with an NX-CIF105 card. I need to communicate with 3 CQM1H, with Host Link protocol. Someone could tell me how to do it or if you have an example. The frames to send I already have defined and tested, I just need to implement it in the PLC. Sorry for the translation, it's done with Google. Thanks
  18. Hi Omron Experts,  I am connecting mitsubishi HMI with Omron nj101 plc via ethernet, pl tell how to connect tag data of Omron plc to the hmi
  19. Trying to connect our old Sysmac C200HE PLC to the CX-Programmer software however, failed connection appears. We are using a USB-Serial connection and have set up the comms on the device manager. To try and connect to the PLC we are using the Auto connect function, selecting the usb-serial connection and selecting the comms the same as the host network. Any help would be greatly appreciated.
  20. Hey guys I have searched the forum, but can not find the answer I am looking for. I have an Omron Nx102-9000 along with an NA5 (9 ") that I use to control an industrial furnace. I need to set an output one at a given time (date and time)  A time that should be able to specified from day to day via the HMI Is there anyone who can help me? Then I would really appreciate it
  21. Using a AD041 and DA041

    Hi, I'm using a CJ2M CPU 33, and also a CJ1m Ad-041-V1 Analog Input and DA-041 Analog Output card.  I am using the Analog input to measure my current in my one heating application and  Ihave that reading and scaled correctly, but now  I want to use my Analog output to replace the Rheostat  we have in the system. I'm having some issues setting the range and getting voltage to vary. I also am a little new to Analog Outputs and don't know what I'm doing wrong. I have attached my program here. Any help would be greatly appreciated. Analog Heat.cxp
  22. HI ,  Thanks a lot for the reply & help on previous topic. Now i setting up a new system with 2x CJ2M CPU13  and 2x SCU32 and the connection via 1000M RS485 cable. May i know the best communication to use for the serial communications?   Regards, TJ SHARON.
  23. CJ1W-ETN21 Detection

    To all the gurus. We have a project now that is using CJ2M PLC. However some hardware is using 1 piece of ETN21 card while some machines are using 2 cards. Programs sequence is quite similar. However Customer wants us to be able from program side able to detect if there is 1 card presence or 2 cards presence.   Not sure if there is certain bits or memory in PLC that program can tap to "detect" number of cards that is presence.
  24. Does anyone know whether it is possible to edit a Omron NB screen remotely via modem. I know they can be monitored and activated remotely but can they actually be edited, ie change or add a screen. If not can any of the Omron screen range??   Thanks Don
  25. Hello,   I have  a project where I need to run 2 Omron Servos 1S at same time with 1:1 ratio. I created virtual servo axis and attached my 2 physical axis to virtual one ( screenshot from Sysmac studio attached). For some reason when 1 of the axis has a fault, my whole virtual axis goes down. For recovery I need to to do GearOut and GearIn again. In one of the moments I'm losing count in my motion that cause issue later. I believe that I'm doing something wrong.  Can somebody help me to understand how I can keep my synchronized axis all the time? Thank you in advance!