Search the Community

Showing results for tags 'sysmac s6'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Found 191 results

  1. Version 1.0.0

    57 downloads

    This document details the updating of the clock on the NB based on the clock in a Sysmac Controller.
  2. MPG WITH OMRON NX CONTROLLER

    How we can connect MPG with omron NX SERIES CONTROLLER. PLEASE HEALP 
  3. NA Data History Program

    Does anyone have any idea how I can create a Data History though the NA screen. I know I can do a Data Log with a Data Set then use a Trend Graph but, I want to create the "Table Like" Data History found in the Omron NB screen. I use data histories for a UI to an operator to review previous Cycle Times, Poka Yoke values, and Temperatures monitoring with a time stamp as to when the data was recorded. Any ideas?  I am using a NX102-9020 NA5 Screen
  4. Hello, In my ladder program I have 7 different arrays (containing REAL values) all members of a structure and I wish to extract certain values from the arrays and put them on another structure consisting of REAL values (not arrays). Which is the best way to do that ? I tried AryMove command but I get an error "Conversion from REAL to ANY_ELEMENTARY[], ENUM[], STRUCT[] is impossible. To get a better understanding of my structures and arrays here is an example: Struct wheel_data Global variable SWheel of wheel_data rad[1...10] of real, vary[1...10] of real, varx[1...10] of real struct. 2 wheel Global variable Wheel1, .... , wheel10 of wheel rad REAL, vary REAL, varx REAL what I wish to do is to copy Swheel.rad[1]  to wheel1.rad,  Swheel.vary[1] to wheel1.vary, Swheel.varx[1] to wheel1.varx 2nd structure Swheel.rad[2]  to wheel2.rad,  Swheel.vary[2] to wheel2.vary, Swheel.varx[2] to wheel2.varx until I fill all 10 wheel structure instances with values Thanks in advance.
  5. I have been able to Jog the opposite direction from a Hardware OT with my 1S servos (using Sysmac Studio).  I reset the OT Fault and Job the opposite direction. What I am having trouble with now is, I have set Software Limits and I cannot Jog off like I can with the Hardware OT.  I have been told I should be able to do that, but it still does not work.  The fault returns immediately when I press the appropriate HMI Job button....which is the same HMI buttons and Logic used when I have the Hardware OT. Has anyone ran into this before?  It may be a setting I have not done right maybe?? Thanks,
  6. I am using a Label as a Message Display with Resource Group.  I want to do the same thing with my User Alarms, I do not like the Alarm View Popup.....The image is how I assume it needs to be setup.  It compiles and downloads without fault, but messages do not display. Any thoughts on what I am doing wrong?  I could retype all the User Alarms in a Message Resource folder, but I have a lot of User Alarms.... Thanks,
  7. I have done some digging and cannot find an alternative.  I need a Multi-State Indicator for my NA-Series HMI that functions like the "Data Lamp".  I do not like the "Data Lamp" because of the darker shade to the color scheme.  Does anyone know of an alternative?  I know I can simply use several "Labels" of different text/color and then only make "visible" the state I want the operator to see...…. Thanks,
  8. Anyone know of a guide about programming a balluff io master device into Sysmac Studio?
  9. I am in desperation.....I had a Recipe setup made for my NA-Series HMI using Sysmac Studio.  It WAS working until I decided I wanted the name of the Recipe to be something different.  After I compiled the HMI, I got several errors referring to the new name of the Recipe file.  I remembered that there was some background code that had the old name in it so I went there and changed all the statements to the new name....still no luck. I changed the Recipe name back and changed all the background code statements back to the old name....and I still get the faults.... What have I done and how do I fix it?  I am desperate to fix it as I have customers on Wednesday morning :? Thanks,
  10. In CX-Programmer software, we have the ability to make a bunch of copies of the same rung with the "Address Incrememntial Copy" Function. Does Sysmac Studio have a similar function?
  11. Still learning Sysmac Studio......how do I gain access to System Variables like 'PageIndex" so my PLC can be notified what Page the HMI is on?  Also, how can I execute an 'Acknowledge All' from the PLC so I can reset the 'Alarm Viewer Popup' from my PLC? Thanks,
  12. A simple request for an Omron novice.  I know Timer values in Sysmac Studio are classified as TIME variables.  How can I modify the Preset of a TON block from my NA HMI since the TON Preset is of a TIME data type? Thanks,
  13. PWM

    Hi  In CX-programmer there is a PWM(891) function. Is there a similar same function block in sysmac studio ?  
  14. I am trying to use the "Scroll_composition_all" IAG that I found browsing the Omron Software section...…  What am  supposed to put in "AlarmObjName" in Properies of my NA5 (using Sysmac Studio)?? I figured it was just a set of buttons that would control the selection bar on my Alarms Display.... Thanks,
  15. Has anyone had experience with EtherCAT Communications using Sysmac, NJ5 PLC & Yaskawa SI-ES3 EtherCAT Comms board for A1000 VFD?  I have looked at the manual, but as I am still green on Sysmac & Omron programming in general.....not sure I understand what to do to simple Drive Status monitoring, Execute RUN/STOP & Speed Select... Thanks in advance :) 
  16. Sysmac NA5-Series HMI

    Compiled my HMI file I am currently building in Sysmac Studio for my NA5-Series display.  Not finished, but I executed a Build and this is what I got....I have absolutely no idea what it means...... Thanks,
  17. Is there any instruction in Sysmac Studio Structure text to detect rising Edge (DIFU/DIFD) ?
  18. Task Priority 16

    I have made a fat bloated program that runs too slow. I tried working under the philosophy that "Premature Optimization" is the biggest time waste in developing programs. Now my program takes to long to run and throws a task error. I am attempt to cut the primary task's cycle time down I tried to move programs that use IO to other tasks. Task 16 is supposed to be able  to handle IO but it doesn't come up as a selection choice of priorities for me. I can do 17 but I get errors trying to use IO variables at that priority level. NX102-1200 controller, Sysmac Studio 1.30.1. Should I be able make a task at priority 16? I have some analog IO that I don't need to update every millisecond and I have some data and loop intensive FB's that only need to run once hour and I'd like to get them off my primary task's to-do list. I'll be busy re-writing my program FB's to accept specific variables instead of bloated structured variables and converting and changing Lreal's to real's and some other Premature Optimization tasks so I can run the sucker. 
  19. I am new to Omron Programming, Sysmac Studio NJ processor & NA hmi.  I am used to being able to create diagnostic PLC logic using BIT addressing from a DINT variable for setting diagnostic signals for an HMI.  I can also use the DINT to do a quick check to see if it is greater than 0, therefore signaling I have a Machine Fault.  I cannot seem to figure out a way to get those BITS setup in the User Alarms of the NA programming.  I have found where you can setup a Datatype/Union to be able to use the DINT scenario and Bit level in PLC programming....but that doesn't help on the HMI side. Any thoughts??
  20. NJ Modbus

    I need to write c# with modbus TCP to read NJ,  Anyone able to to use PC communicate with NJ by using Modbus TCP?  Any Function need to be added in the PLC, for Example , PC to read Register 40000 to 40020 ?    
  21. 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.
  22. 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?
  23. 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.
  24. 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
  25. 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,