Search the Community

Showing results for tags 'omron na series'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Found 568 results

  1. Hi, I'm new to the Omron PLC, we have a job that require we change the balluff master port from IO link to Stander IO output, i read some resource online saying that it has to be done though the cx configurator, i followed the instruction and tried to remove the module connection from the cx configurator and change the parameter and add it again. during this sequence i encounter some problem, the IO size for balluff master module is 392byte input and 262byte output, i've tried to add input though D17350 and output though D17550, i was only able to add one of them successfully, when going to the other one the softerware came  up with a error saying the it exceed the total tag size that the device supported, i tried to decrease the tag size but it would now match the device IO size when i tried to register it. all i need is to change the module's function from IO link to stander IO, hope someone has experience in these area can provide me some help Thanks     
  2. Q-Series - Operation Error 4100

    Hi guys. I found error on PLC and from PLC diagnostic I found this Operation Error 4100 as per attach picture. FYI, there is no SD card mount onto this PLC. I wonder what is ATA card. This error wont affect the operation. Any advise on what to check?   This ladder is pop up when I clicked, error jump.   Thanks.
  3. Lately I have been having a struggle importing tags into JMobile from a CJ2M CPU31, I can enter tags directly and it works OK, but when I try to import tags nothing works, there are the yellow triangles on all the widgets. I tried to import using the "normal" Ethernet protocol by first making a .CXR file from the global symbol list, it seems to create the dictionary, and I can update the taglist and the tags appear to have the correct datatype and address, but no joy. I also tried the EthernetIP protocol by making a cjf file, funny thing is that worked for a while, but stopped communicating after a while. I have successfully used the EthernetIP import on another  CJ2M/Exor eSmart. Any way of troubleshooting this, adding 50+ tags by hand is not very tempting :( Geir
  4. I've setup an Omron NX102 PLC with two CIF105 cards communicating with about 40 MX2 VSD's (20 on each card). Generally it works pretty well. I used the attached document to set up the devices. The links on the document to the examples don't work, so I'm unsure if I missed anything. My problem is that every day, sometimes multiple times a day the communication seems to die. i.e I either loose the output to the VSD and nothing will run. Or it all runs but I loose the feedback, as in I get no running signal even though the drives are running causing a fault in my program. I'm at a bit of a loss as to what might be causing the issue. To resolve it, I put the PLC into program mode and back into run mode and everything is happy again.    Has anyone had a similar issue or offer any advise? MX2_Control_Serial.pdf
  5. R60DA8-G & R60DAI8 ISSUES

    Hello all, We’ve been having some issues with Analogue Output cards (R60DA8-G and R60DAI8) on some projects we’ve been doing and wondered if you could help.   On one site where we are using the R60DAI8 we have the following issues: when a valve is failing on site (wired to the first analogue output channel) the ERR LED comes on for the disconnection detection error, should this error come on with a valve failure/instrument failure or should this be for physical disconnection only? Also, site are reporting that the other valves analogue outputs on the card stop working when this happens. We have had a response previously from Mitsubishi support suggesting that this shouldn’t happen (basically they pointed to noise), could be wiring or it could be caused by external noise. Would replacing the R60DAI8 with an R60DA8-G resolve this issue?   General issue for both R60DAI8 and R60A8-G: When the Disconnection Detection Error is no longer present the ERR LED is still on so we have had to issue a reset to the “Error clear request” bit of the card (YF) to clear the error (currently a manual action from the HMI). Is there a way that this can auto clear when the detection error is no longer active? The only other way we can see to make this clear automatically is if the card has an error we could periodically issue the “Error clear request”, is there any issue with doing this if there’s no way to set the card to auto reset? The R60DA8-G has a detection auto-clear enable/disable setting but only has 100 times and from the manual this suggests a 100ms period between resets, so does that mean it only checks to auto-clear for 10 seconds the ERR LED is on and requires the “Error clear request”?   Any help with this matter would be much appreciated.
  6. PT property NB series

    hello everyone, I want to ask this setting. If I check this check box, what will happen to the program that I input into the HMI? can someone give me examples for not allow upload and not allow decompile?
  7. hello, anyone. I want to ask about file which is I cant open. I was uploding HMI NB series but the file is only .pkg and when I decompile, it cant be done/ failed.. can anybody help me and explaine how is it can be? I use NB3Q-TW01B. thank you.
  8. Series Six PLC Expanded I/O addressing

    I have a program to convert from Series Six to RX3i and the series six is using expanded addressing. I need help to convert this to standard addressing. I found a manual for this but I still can't figure it out. For example I have  addresses  I1+0201    I1+0203    I1+0205    I1+0206    I1+0207 and need to represent them in RX3i. I attached the 3 page "manual" on extended I/O for reference.   Thank you in advance for looking at this Series 6 Expanded IO Addressing.pdf
  9. Hi there!   I'm trying to communicate a Weintek cMT2128X with a CP2EN via Ethernet. The thing is I'm getting 'No device response' messages every 2-3 seconds. They'are connected at some point because some values are updated, but the connection error keeps showing up. So far I've checked: - Comm. settings are okay in both sides - Wiring is good - Happens the same with a CJ2 CPU. - There are two arrays of 50 UINT each, I don't know if that's slowing things but that would surprise me...   I've worked with Weintek HMIs before (communicating with different CPUs: LOGO!, CP1, CJ2...) and never had this problem. I just set the IP addresses and everything was working fine, so I guess I'm missing something. Hope you can throw some light at this! Thanks in advance
  10. Hi all and good day, I'm working through my workflows with Sysmac studio.  I think I have a grasp on the PLC side, now I'm trying to foucs on the HMI side.  I have setup some data types on the PLC to store booleans, integers, etc. I am trying to pull the data from those data structures into a value display on the HMI however it is being most difficult.  This brought me to two immediate questions. 1. Can you display the value of a local variable on the PLC from the HMI or does it need to be a Global variable?  I'm familiar with Java so I do understand the concept of public versus private variables.  I'm just not sure if that is what is going on here or if I am just not querying the variable correctly.  2. How would you go about setting up a variable display of a variable that is part of a data structure?  I have my structure setup as well as the variable in the table to USE that data type however it is just giving me an error when trying to look at it from the HMI. Any help would be very much appreciated.  My apologies in advance if this is a repetitive question. Thanks, Red
  11. How to count to 120000

    I’m using a Omron CJ plc. I have a press that I need to count the shots up to 120000. I know that the. CNTRX is limited. So does anyone have an example of how to set this up? 
  12. Hello, I have problem with Import and Export data from PLC to USB drivers. I want to write script in Subroutine and I have working script in VB language from the Tia portal, Script is in the attachment but when I want to copy the script to Sysmac it gives many errors. Please give me some advice, how to write such a script.       CsvToDB.txt DbToCsv.txt
  13. Good afternoon, I've done a bit of research in regards to running a Zebra printer via ethernet from an Omron PLC but there's not much info out there. Has anyone had much success printing barcodes to a Zebra printer from PLC via ethernet? I'm using an Omron NA5 (HMI) which I've designed to displays 12 different buttons indicating different barcodes, but I'm unsure how to link these buttons to the specific barcode files that I've created in Zebra Designer.. Would anyone know how I might be able to accomplish this?
  14. Good morning, I'd like to start by saying that I am new to programming, so please bare with my very simple questions. I'm having issues trying to get a DataLamp on the HMI screen to change its behavior from lamp Off to lamp On after a specific process has been completed (not operated by a button). Is this possible or do lamps strictly operate by using a Button?
  15. Hi We are searching for a EtherCAT splitbox with safe digital inputs that is compatible with Omron NX. for a example a hardware like this one https://www.beckhoff.com/en-en/products/automation/twinsafe/twinsafe-hardware/ep1908-0002.html has anyone successfully connected this type of hardware to the omron ethercat network ?    /Best Regards 
  16. Hello,   Seeking for your help on my load cell module RS1201, I am having trouble on how to activate the Ch1_One_touch_Tare_Subtraction_Execution. I have used it on my HMI using that address for tare, upon pressing the momentary button the value would change to zero. But if I release the button, the value would turn back to it's initial value before pressing the Tare Button. How will I be able to zero it? Thank you for any suggestion you may give. 
  17. which programming cable use for Mitsubishi Nexgenie 1000 Series (NG16DN)  PLC ? PLC has 9 Pin D Male Connection.
  18. Hi All, I'm looking to setup communications between a digital force gauge and an Omron NX-CIF1010 RS232 serial communication interface.  Here is the Output Protocol from the Force Gauges Manual: Output Protocol RS-232 Parameter - Baudrate: 9600 - Data-Bit: 8 - Parity: none - Stop-bit: 1 The measured value is requested by the PC by the ASCII Sign “9”. I've tried to follow the youtube video, "How to communicate via RS 232 using an NX CIF to a PC" however setting up communication between the force gauge instead of a PC is proving difficult. How to communicate via RS 232 using an NX CIF to a PC - YouTube This is quite new to me so I'm trying to get my head around it at the moment so please correct me if I'm wrong. I'm reading values from the Force gauge in ASCII and I need to convert those values into another numerical value data type. I've seen in CX-Programmer, ASCII values being converted into Floating Point values using the "FVAL" instruction using Data registers however I can't use the same approach in Sysmac Studio. Do I need to clear the serial buffer everytime before I look to receive a numerical value from the force gauge? Here are details regarding the screenshots I've included below: 1) CIF101 Parameters to read Force Gauge Output Protcol in Sysmac Studio which should be matching the force gauges output protocol. 2) CIF101 IO Map in Sysmac Studio - ** I'm unsure if this is where I need to be linking the "RcvDat" input of the "NX_SerialRcv" function block? 3) CIF101 Sending Data Function Block - "NX_SerialBufClear" function block setup - "port_id" data type has been changed to "_sDevice_Port". 4) CIF101 Receiving Data Function Block - "NX_SerialRcv" function block setup 5) Global Variable - Array [0..3] OF BYTE - used in "RcvDat" input of "NX_SerialRcv" function block  6) Internal Variables Created  to send and receive data 7) Force Gauge RS232 Configuration 8) Force Gauge Output Protocol   Any help would be greatly appreciated. Paul  
  19. NMEA to CJ1M

    Hi there,    I need your help. I need to gather NMEA data to my cpu.  Whats the proper way to do it? I mean set serial port of cj and then to read ascii characters ?  
  20. Hello, I am trying to create a project in GX Works 3 with a R02 CPU, but in the "New" Tab "Change Module" Tab this CPU doesn't show. However, if i gow to Module Configuration i can select and drag the R02 CPU, but i can't define it as the CPU of the system. Another problem i have is that i need to migrate a A1SH CPU project to an R02 CPU project. From my understanding the software tool for A1SH is GX Developer and for R02 CPU is GX Works 3. Is there a way to convert the project or i need to do a new one and adapt it? Thank you.  
  21. Hi, Is there a way to write an Event Name to a string variable in Sysmac Studio? I'm using a NJ-301. My problem is that I can detect that there is an error and get the Error Code using functions GetECError, GetMCError, GetPLCError, etc, but I want to get the Event Name associated with the code (in a string variable), to display that string on an HMI (not from Omron). Is this possible?
  22. Omron plc to Citect Scada communication

    Hi Guys, I need some suggestion & solution regarding my recent project. The CQM1H plc which was used earlier is burnt and I am replacing it with CJ2M series Omron plc. Program transfer is possible from CQM1H to CJ2M. But the main issue is the system is controlled by Citect SCADA version 5.50 pack C. The communication of plc and Scada is through 2wire twisted pair cable. I just wanted to know when I replace the plc and convert the program do I have to change any settings or parameters in Scada? If I keep the same previous plc parameter in new plc and check the tags correctly in new plc as per old plc then the new system will communicate with Scada? I am new to citect scada so please provide your support and help.
  23. NT631C file not opening

    Dear All, I have uploaded program from NT631C-V3 4.2 via NT-Transfer Tool There was no error during upload. Now when I am trying to open the .mmi file in NT Support tool then it is showing error that "This version of the File cannot be Loaded" can anyone help me what is the solution? waiting  Thanks  
  24. Hello Everyone, I have a Omron CJ2M PLC, and I have configured the Ethernet/IP port of this PLC to communicate over ethernet connection. I want to read/write the DM, HR memory areas of Omron PLC (CJ2M) using eip protocol communication. Is there any protocol specification which explains the telegram structure to be sent over ethernet to be able to read/write the values in omron plc over EIP? I want to know the command structure which can be sent to PLC and PLC will respond with the proper response. 
  25. Hi everyone, I have a question for you all, Is possible to configure CJ2M-CPU11 with tags trough network configurator to connect Control Logix PLC using EthernetIP? I did a configuration with CJ2M-CPU31 and Control Logix PLC with no problem, but now I need to communicate CJ2M-CPU11 with Control Logix PLC using EthernetIP. Some of you did this configuration between this two PLC before? Regards!