Search the Community

Showing results for tags 'omron sysmac'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Found 628 results

  1. 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.
  2. 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.    
  3. 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.    
  4. 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
  5. 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
  6. hi dears, I have one CS1D omron Redundant controller ( CP65H) that must be connected to NS15 Touch panel. I want to use Ethernet for connecting HMI and CPUs (CS1D-ETN21D). I have one question. for NS15 we can use CX designer and sysmac studio? is it true? which one is better? what is your recommendation for HMI software? Thanks.
  7. 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
  8. 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?
  9. 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.
  10. 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
  11. 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
  12. 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.
  13. 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
  14. 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
  15. Good morning, I am working with sysmac studio v1.25 controller NX1P2 and HMI NA5. I have been trying to link and modify members of an structure in HMI without success and I don't know if i'm missing some syntax or if it is even possible what I am trying to do. 1. In the PLC I have the struct "Formato" and global variable "Formatos" which is an array of Formato. 2. I have mapped this variable to the NA5 so I can use the same data type. 3. I am trying to give a value to the members of my struct with a recipe of the HMI. I am trying with different syntax, with AT connection, without AT connection and none is working for me.   Is it possible what I am trying to do?   Thanks very much in advance,
  16. Hello everyone, I have a problem with packing machine. There are some issues with one of the axis, when axis actual position is near to 1800000 some error appear and operator has to turn off machine on main contactor. This axis is working in Linear mode. I think that rotary mode would be better for this axis. And here is my question. Which instructions, and what options i should change/check when i change count mode in axis's options. Can any1 point me some manuals to read or give me some advice ? Thank you in advance.  
  17. 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.
  18. 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.
  19. 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
  20. 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!  
  21. OMRON VS FACTORYTALK

    Hello !!! I am trying to establish a communication between a CJ1M (Omron) CPU with a PanelView Plus 7 (Rockwell). In the simulation (runtime) the communication is established, and the buttons send and receive the information. When I download to the HMI, the "SHORTCUTS NOT DETECTED" alarm appears. Someone to help me?
  22. Hi, I can’t find an answer to the following and I was advised to ask it here.I’m programming an Omron CJ2M with an MD212 high speed I/O card. I usually do all my programming in Structured text, simply because I like it a lot over ladder or sft.Now, if I want to read the hight speed counter (incremental encoder), I have to make a ladder section and use the PRV instruction to store the present value in a chosen location.The manual says the current PV is stored in A271, but I can’t get a readout there. Apparently the only way to read it is through this instruction.Does anyone know if there is an equivalent to the PRV instruction for Structured text? or another way perhaps? Again, when I check the actual memory adress, there’s no value there withouth the use of the PRV instr.
  23. I need to import/export all recipe templates to/from a single csv. file Anyone with a Solution for this? Thank you 
  24. Hi,  I have a problem with modbus communication. I set everything as shown in the pictures and I get a error 04. What is wrong ? program.bmp ustawienia.bmp
  25. Omron NX102 / NX1P2 cannot trigger MOXA ioLogik E1212 Outputs through Ethernet/IP connection, But I can read the Inputs Status All the time.   Just CANNOT trigger the Outputs signal through Omron PLC. Moxa claim that they can use AB PLC trigger E1212 outputs and no problem at all, but now OMRON PLC cannot.   Steps I am doing... Define the custom Data Type Structure. Create a variables with custom data type. Mapping with MOXA eds file setting. Inputs - 67 bytes, Outputs - 1 bytes. I had Install the MOXA EDS file I do contact MOXA Support channel, they claim that Omron PLC  not response to port 2222 . Can anybody help ? because same Omron PLC using for test also tested with other EIP device with no problem at all. I have no idea which party are problem now... T.T