Search the Community

Showing results for tags 'omron eip'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Found 491 results

  1. Hello Everyone, I am studying the overview of the CIP Message Communications in Omron's "NJ/NX-series CPU Unit Built-in EtehrNEt/IP Port User's Manual"  but not all is clear for me. Could anyone suport me with the WireShark's capture of the PC <-> Omron NJ  CIP communication session  ? I'd like to see in 'real' world the CIP packets used to read/write of Omron's NJ Global variables.   Thanks in advance Zbyszek  
  2. Input Name of User in CP1E

    Hello, my name is Danu. I have a project to print label to SATO printer with CP1E from my weighing scale. I can print weight data in label, and i think i dont have a problem with SATO and weighing scale. My question is, can CP1E input the name of user with keyboard or HMI (especially NB7W (because i just have NB7W)) and save it in memory in CP1E? because i want print a label with name of user, weight data, and name of goods. And my second question is, Does Omron PLC have a type that has 3 RS232 or 1 RS232 with 2 optional board for RS485 (CP1W-CIF11) and RS232 (CP1W-CIF01) ? Thank you.
  3. Hallo, i want to connect Omron PLC CP1E use CP1W-CIF11 to AD4329A with RS485 communication.  my wiring is CP1w-CIF11     AD4329A SDA-                  SDA & RDA SDB-                 SDB & RDB and until now, i cant get data from AD4329A. Do you have any clue for this project?   Thank you Riandanu PLC to 4329A coba.cxp ad4329aex.pdf
  4. Omron PLC problem

    Hello, Maybe somebody know why show this error number and that that mean, how solve this problem? I upload video to youtube https://www.youtube.com/watch?v=Leiya_YreeQ
  5. Connecting CPM1 to KEPServerEX5

    Hello there, I'm having a problem with connecting my Omron CPM1 PLC with KEPServerEX5. The problem is that I can't find any drivers that support a serial connection with the CPM1. The only driver that comes close to what I'm looking for is the Omron FINS Serial driver, but that one only supports the following devices: Even if i choose the CVM1 (that has simular TAG-addresses as the CPM1) I can't get any connection because it requires an ID with the following format (UU.AAA.NNN.) and I have no idea where to get this. I also tried to using the U-CON (user-configurable) driver, but I can't figure out how to get this working. I'm running a program in the CPM1 with a Input(00.01) , Output(10.01) and Timer(T000). I used the Transaction Editor to import these tags in KEPWare: I checked the serial port settings and they are correct. The only thing I'm not sure about is the device ID, but I tried 0 until 5 and I don't think it could be any higher than that. I'm hoping any of you guys is experienced with making a serial connection to KEPWare and is able to help me with this problem. Jimmy
  6. Mitsubishi & Omron -OPC-UA - KEPWARE Server

    Hi,In a project I have four Progressive Pressing Machine. Each machine with different PLC like Mitsubishi 'Q00UCPU' with 'QJ71C24N-R4', 'FX-3U-16M', 'FX2N-128MR' and Omron 'CJ2M-CPU13' with 'SCU41-V1' module.Now my task is to connect all PLC with KEPWARE Server through OPC-UA.Note: There is no Ethernet Port available and existing RS232 port are all connected to all respective HMI'sIn this scenario, I would like to know, do all the PLC that i have mentioned above supports OPC-UA through Ethernet if i add a new Ethernet module to each PLC. So the data transmission will be faster or else should I buy RS232 serial communication module to communicate through OPC-UA.And also i would like to know, what kind of "Industrial Switch" will be perfect for this application.Kindly suggest a best way to prove myself.Thanks in advance
  7. I am trying to communicate to a AB 1738-AENTR on a OMRON ethernet/ip network. I have configured the AENTR module through the web browser and have been using Omron's Network Configuration tool to set up the network. I can see the AENTR but cant seem to communicate to it. I think this has something to do with the input and output byte size? Does anyone out there have any experience in setting up a 1738-AENTR in a OMRON system? If so, how do I determine what the proper byte size is? Also, is there something else I should be doing to get the module working?
  8. Hi, I would like to know if it is possible to send files (pictures, csv, etc) to the memory card (CF) of a Omron HMI (serie NS) from my computer using FINS Commands. I am not able to find a manual with the FINS commands for a NS HMI. But I think it should be possible. Thanks.
  9. Are there any current recipe examples for omron na hmı?Are there any current recipe examples for omron na hmı?Are there any current recipe examples for omron na hmı?
  10. Hey was just curious if anyone has come across the error message for Sysmac Studio posted. I have uploaded an image. Essentially what happened was I was using sysmac studio, went for lunch and it wouldn't open when I got back. I uninstalled v1.23, ran the remover (1901) and reinstalled it. Still could not open without the error. I uninstalled and tried installing V1.13 (oldest one I have) and again am getting the error. Any help would be much appreciated. Thanks, DJ  
  11. Hello, In sysmac studio, for a NA hmi, is there a way to access a button in Visual basic from a global subroutine ? I always get this when i compile : error BC30456: 'MyPage' is not a member of 'My_NA_HMI'. the code is : My_NA_HMI.MyPage.myButton.IsEnabled = True   Regards,
  12. Hi everyone; I want to communication Omron NB series HMI with Allen Bradley Micro 830 PLC. I don't know is it possible. İf its that possible, help me please..
  13. I have a NB7W HMI connected to a CPIH over RS232. I'm connected to the HMI over USB and when I try to download my project, it starts the downloading GUI process and fails at a random time and shows a popup that says "data reading error". The HMI is locked up at this point and needs to be restarted. This is a fresh HMI and has not previously had a program on it. I created a blank project to make sure I didn't do anything weird in my program, but got the same result when I tried to download. Has anyone experienced something like this before? Its made it as far as 50%, and has also failed almost immediately.   Thanks in advance. 
  14. Hi, Now I am using Sysmac Studio - NA HMI. I am facing the problem of Data edit tool here I am unable to give Indirect address. Like this address HM15_Recipe_hmi(Index_No).SetPoint_1 But If I give direct Address its working HM15_Recipe_hmi(8).SetPoint_1   I Hope someone give the solution.    
  15. Internal function block variables

    I have a function block where the first internal variable is showing as address H1420 in the Global Symbol table. When I add another retained variable to the function block then save and compile the code, the variable address in the global symbol table shifts from H1420 to H1488.  I need to retain the address as I will be downloading code and I need to ensure the address if H1420 stays with that variable.    Can anyone help with this?
  16. Hi,  I want to use the servo drive in internally speed control, how can I change the motor direction? Do you help me for wiring and parameter settings please.  
  17. Hello to everybody,   I have another question relative sysmac studio. When I close and open SysmacStudio and open project, each time HMI reset update rates to 500ms for my variable in global variables list. I have regular variables with standard types and few structures that I pulled out from PLC. everything works. But I need to change some update rates for my variables and it's taking time to do it each single day when I need touch HMI program.   Any opinion what may be wrong?   Thanks in advance! 
  18. Hello to everybody, I have a project with NJ-101, 7 MX-2 VFD and ECC-202 with safety CPU SL-3300 and few I/O slices. Till today I did not have problem to build my project. All day long today I'm receiving and  error during the rebuild. It's says that my DataTypes section got failed during the build and only 1 error message I have: An exception such as memory shortage has occurred. I check memory usage,  it's not even load on half. Manual says that I need to split ladder programs or reduce amount of Global Variables. I do have some custom structures and 1 union, don't think that it cause the problem. DataType section uploaded in excel file. Does anybody has experienced similar issue? And what is the solution for the problem? I'm using SysmacStudio 1.26 with Windows10 x64 Regards, Scotty DataTypes.xlsx
  19. Omron CJ1m - bluetooth connect

    Hi, I write app to smartphone to communication omron CJ1m and Android. I want to connect devices by standard bluetooth. I plug in bluetooth adapter directly to omron RS232.  I want to ask you, how i can connect by FINS command. Bluetooth device baud rate is set 9600. If i connect to omron, i sent code: "AC01" and i sent how long as omron return me "AC01" ?? And what's next command i sent? If I want read CIO 10 i sent: "0101B000000A" ? and FCS and "*" ?? how i calculate FSC? Is it XOR my data sent? 
  20. Lets say I worked in a factory that made multiple models of parts. I need to run data tracing on the off shift due to certain models only running on 2nd and 3rd shift. I want one data trace to capture one group of bits at Model 1, Then reset the Data Points and run again for Model 2, Model 3 and so on. So the Bits that I am mapping with the trace need to change.  I can change the trigger easy enough with my program. I see in the manual the CPU has a "separate memory area" for trace settings. Can this area be accessed from the Program so I can set my bit addresses to monitor to a word or E_?   See attached pic for clarification of what I aim to change through the program.   
  21. Omron Function Block variables

    Hello all.  I posted earlier in the week regarding downloading new code to an Omron PLC, but I think the question was a bit vague. As a follow up, and hopefully to clarify, I have the following query. I have created an upgraded program which will be downloaded by field techs using memory cassettes. The revised area of code is essentially a Function Block which amends service lamp behaviour, and in creating it, I have amended the existing function block and added new Internal variables. Is there any way I can ensure that the new variables don''t over write or move the existing  variables in the PLC, because this is what is happening when I download it.    HELP!!!!!!!!!
  22. Geo1000

    Hello all, I have a problem with PLC at work. I am working on historical code with a view to upgrading it for a roll out program to all site based PLCs. The code is to be downloaded using memory cassettes, and there is data on the PLC's which needs to be retained. I have re-worked the code and it performs as I would expect as per the following: 1) I download original code (V2.01) to PLC using CX1 2) The PLC simulates a cycle and various values are stored (the key variables are Installation Date and Service Due date). 3) I then download my code to the PLC and the variables have been retained. All so good so far.   The problem is that the factory production line uses PLC code saved using the PLC Backup Tool. When I download the original code to the PLC using this tool, I encounter various issues, but the main one is to do with real time PLC clock values. When I download the code direct from CX one developer,  I use the MOVD(083) instruction on A352 through four to give me a variable with the date, month and year. This morning (29/01/2019) the BCD values read as 41, 1 and 25, which translates to 29 (0010 1001), 1 and 19 (0001 1001). When I download the backed up code using the PLC  Backup tool, the values are totally different. I have run the backup files for both codes through a comparison program and there are no differences between them at all....... Can any one advise if they have experienced this before??   Thanks.
  23. hello.   I've been trying to communicate this omron plc CP1L-EM30DT1-D, with a yaskawa inverter cimr-vu4a0004faa. but i can't figure out how to make de correct mov or configuration in de DM. i need to run/stop, change frequency.    some help, please. :) 485PRUEBA.cxp 485PRUEBA.opt
  24. Newbie - Help. on Omron Sysmac S6

    Hello- I am looking for some existing code to reference to try to troubleshoot an old machine.  It has a Omron Sysmac S6 console and I've been able to get the individual inputs and outputs to activate via the console, but the code that is in the machine seems to not be correct.  I suspect someone got in there and overwrote a bunch of the initial lines of the program.  Again, I can control the machine manually through using the console, but want to now automate it.  I've done the program checks and have a whole host of errors, including double coil errors, a missing IL error and circuit errors.   Ideally, I'd like to see what the code looks like to "start" the machine with a button (input 9) as an example and also see how that input can keep one output "ON" or running constantly (output 27) while then activating several outputs in sequential order, individually for a set period of time or until they activate a certain sensor (as an example input 6).   I've mapped out and am attaching what I believe the process flow to be.   I am also attaching the code as I pulled it off the machine.  Again, I don't believe the code to be correct.  Thank you for reading this. Any help would be greatly appreciated.
  25. Hi everybody! I am an experienced electrical/electronics technician with 6 years of maintenance experience, and my boss at the factory recently suggested that I should start learning PLCs so I can take over the automation maintenance all by my own team. I have a lot of time to prepare for this position. What is the optimal way to start? We are working with OMRON equipment. I found some courses that look interesting, so my training plan is: 1 finish the free courses - the ones from Omron Learning website - the one from LinkedIn learning "Learning PLC Ladder Logic Course by: Zahraa Khalil" 2 finish the payed courses on UDEMY - Learn 5 PLCs in a Day-AB, Siemens, Schneider, Omron & Delta - PLC Programming From Scratch (PLC I) -  Practical PLC Programming (PLC II) -  Process Visualization with HMI / SCADA (PLC III) -  Advanced Programming Paradigms (PLC IV) - From Wire to PLC , A Bootcamp In Industrial Automation -  Factory Automation using PLC Logics   That being said, can you suggest me more courses / textbooks / training programs? BTW your forum has been a good source of information for the last few days that I have took to research the topic, so I want to thank you all for providing all of this information. God bless you all!