scotty134

MrPLC Member
  • Content count

    74
  • Joined

  • Last visited

Everything posted by scotty134

  1. Hi to everyone, Is it a way how I can close Login screen that appears after auto-logout? I checked default methods and it says that I need to have the name of page that I want to close. Any ideas?   Regards, Scotty  
  2. Hello, I have a question about AlarmViewer in NA HMI panels. I found that I can't control what type of messages to show. I have a user information messages showed on one of the screens and I would liike to illuminate one of the events that cause the event to appear. I can't find how can I show raised or cleared user alarms only. It always shows me when it was raised and when it was cleared. In example when I have auto-clear (impulse of added condition into alarm event). Any solution how to create a log for events without showing raised/cleared/acknowledge? Thanks, Scotty
  3. Yes. I need to have active log of events. In case if I disable Historical mode it will show me only raised events, but as soon as they cleared they will be gone from the list. In my situation I need to keep them in historical order.
  4. NX IO Unreliable?

    Did you try to replace your ECAT cable to shielded one (more industrial build, not for offices like you have)? Let's try to debug from beginning.
  5. Omron NX1P2 to C#

    pturmel said nice stuff. You can use E/IP library for .NET and your communication will be more advanced, compare to old fashion TCP/UDP styles. I'm not saying that it's wrong or so. TCP and UDP still valid and very useful communication protocols. But E/IP will be a bit comfortable and convinience. PLC won't require to do extra steps to build a message for transaction and your application won't need to parse the data.
  6. NX-ECC203 vs. NX-ECC202

    Check ebay or other vendors for potential leftover or returns. I'm still waiting for my 11 PLCs and 11 HMIs that I've ordered in Feb.
  7. Hello to everyone, Today in the morning I found that HMI freezed when I called internal function EjectSDMemory. I Rebooted the HMI and tried again, same result. When HMI freeze I can't connect to HMI via SysmacStudio, so it means that panel stop responding completely. It's first time when I see it happen in my life. I tried next ideas: From HMI screen save Alarm Log to SD Card. Called out Action on the button : SaveUserAlarmLogToFile. File Name: \SDCard\AlarmLog.csv File was not created. HMI not freezed. No error messages on the screen. Transfer User Program From Hmi - from Device System Menu. Create *.nabin file in SD Card. File was created. No issues. Call internal EjectSDMemory function that is assigned to a momentary button.  HMI freezed and became unresponsive. Test with transfering program to SD Card validated that the SD Card that I'm using is fully operational. So why it stop working from runtime? All these functions were working few days ago with no isses. I also tried to format and use different SD Card, but end up with same result when I try to operate with SD Card from HMI runtime program.   Thank you in advance!
  8. Count uptime on servo motors

    It works flawlessly.
  9. Hello, I need to cound uptime on servo motors. I though to use AccumulationTimer and have ET as retain. Unfortunately, AccumulationTimer resets ET after each power loss. Is it a simple way to count uptime on servo motors without making extra logic? Regards, Scotty
  10. Count uptime on servo motors

    Initially I started with logic below #picture#1. But my idea was crashed after fist power reboot. photovaltaic, based on your example. I modified a bit the node to get rid off the bit using embedded tools - picture#2. I will test it and let you know soon.
  11. DataTracing save to PLC without PC?

    It will be an awesome feature if I could save Data Trace to internal SD Card. 
  12. Hello, I am curious, is it possible to use Data Tracing tool to use it without PC connected to a PLC? I want to keep saving data on SD card installed on PLC while it's running on its own. I tried to use sampling trigger and wrote piece of code that enables sampling, but no luck with saving the data to SD card that is installed on PLC. What am I doing wrong?  Thanks, Scotty
  13. I thought that error state from the unit itself will be in ON state only when error is present, not when notification messages are present. Is it a way to make error fault status react only on errors not on every state change in the unit?
  14. Hi to everyone, I have a question. Why when I disconnect an analog sensor from NX-AD2204 the card sets fault bit even when I changed event level setting. I checked when the sensor goes out of range or gets disconnected the Fault bit for the unit card sets ON. I have checked troubleshooter and I don't see any warnings or faults, only status change as observation message. Anybody was able to make it working properly?   Thanks in advance! Scotty  
  15. Hi to everyone!   Our company is planning to build >10 same machines. Some features will be developed later down the road. And here I'm facing a problem where I need to start tracking PLC and HMI program build revisions. Has Omron any internal tools to generate program build revision? Regards, Scotty
  16. PLC/HMI Program build revision

    Hi kdobsontn, VCS not gonna do the job. I do use VCS since 2014 and Omron's Version Control Explorer for last 2-3 years.. PLC softwares are not adopted to PLC and HMI software build revision to keep track which one has been deployed into a hardware. If we will have some sort of Dev-Ops system that would be able to publish/download software into hardware only from specific branch in your repository, then it will be a different story. But reality says that we can use VCS only for historical progress on programs and potential version deviations for some specific needs.   
  17. PLC/HMI Program build revision

    I do use "Team" a lot for development. One of the things. when our guys goes to service our machine, they might need to know what PLC and HMI program revision is currently loaded to the machine. In other development apps such as Microsoft Visual Studio I can use special conditions to create my build revision after each production build. I save that I can do project revision when I am working with local project, but it's not loading this information to PLC/HMI. I want to have available PLC and HMI program revision available on the main screen for visual understanding what version of the program is loaded to the machine.
  18. Sysmac Studio Improvement Request

    Never had this type of problem. I'm a guy who likes to use strucs in advanced mode all the time. I always transfer my important strucs into global, then map to HMI and communicate to child objects using "." delimeter and everything works fine. It's not super fast on parsing variables, it's true.  Can you make a screencapture on how you do these steps? Will be interesting to see it.
  19. Perfect. It's exactly what I was looking for. Thank you!
  20. Hello to everybody,   I have partially stupid question, but it's confusing sometimes and I was not able to find full answer on it in manuals. I know that you need to use Motion control axis when you need to have some type of multi axes interpolation. But in case if I have just independent axes that needs to be operated at same time, collect torque data, etc. could I just use single-axis position control axis or not. I do not see what kind of restrictions I will be facing when I use single-axis position control vs motion control axes anything except group/cam axes interpolation. Can I in example to operate 2-4 individual servos at same time using single-axis position control axis or not? Basic NX102-9000 comes with 4 single-axis position control axis, that should be good for me, but what limitations I will have compare to NX102-1000 if I do not need group/cam interpolation.    Regards, Scotty
  21. What do you mean 'lite' axis? Can you share a manual where it says what commands require motion control and which not require? I was trying to find same information for a while and can't find exact answer except of couple sentenses where says that if you want to use cam/gear in/ follow / group / multi-axes interpolation motion then you need to use motion control. Sysmac studio toolbox's showing same list of available functions If I change PLC from 0 control axes to 2 control axes and it's a bit confusing. 
  22. I was warried that I would get some limited communication with servo amplifiers or have some lagging when I need to trigger 2 axes at same time or else. 
  23. NA HMI: Datatype not updating

    How you did assign the structure from PLC to HMI before?
  24. Hello, I have an idea to read a text file (txt,xml,csv, etc.) from USB on NA HMI. I did small research over internet and NA terminal manual, but was not able to find any information how can I read a file using VB script on NA HMI panel. Is it anybody tried vb scripting in way to read a file or data from USB stick connected to HMI panel?   Thanks in advance!
  25. NA HMI Read a file from USB

    I believe I have found the solution. System.IO.StreamReader or System.IO.File.AppendText