All Activity

This stream auto-updates   

  1. Past Hour
  2. Yesterday
  3. Omron NA5-NX1P2 - Password page

    Depending on the specific security requirement, (and if the password needs to be hashed out when entering), you could use a popup screen with a data entry. The entry has to match a variable value in the PLC to enable the ok button, which then takes them to the screen. That method is 'quick and dirty', and I primarily use it to protect screens/settings that the client can access, but they just want something there so people can't 'accidentally' go into the specific screen and start changing things. Pretty much just an elaborate "Are You Sure" before they can get to the screen  If your situation requires proper security, then Crossbow's suggestion is the best way.
  4. NX102-9000

    4 position control axes... position control axes are basic motion axes, and do not support group motions.  The instruction set in the manual shows which instructions can be used on a single axis positioning axis.
  5. NX1P2 CPU Clock Speed?

    Not sure what bearing that has on anything... the task cycle time for the PLC primary task is the important value, and it is user configurable in Task Settings in Sysmac Studio.
  6. Omron NA5-NX1P2 - Password page

    The HMI already has a security system and if someone attempts to access a page that has security, it will prompt for a user name and password automatically. You need to set security for a page, and then create the users and assign them the proper security levels.
  7. Current User to PLC

    Here's a possible solution: Create a list that correlates each of your PanelView users to a unique numeric value. For example: Default User = 0, Linda = 10, Bill = 20, Fred = 30, etc.   In ControlLogix create a tag called "Current_User" (or whatever works for you) of the data type DINT. In FTME Studio under Logic & Control, create a logout macro that writes 0 to the Current_User tag. Create login macros for each user that writes that user's numeric value to the Current_User tag. In Runtime Security, select users one at a time and assign the macros. Everyone would have their own login macro, but only one logout macro would be needed to show the default user. Then just write whatever code you want in the controller to react to the value / current PanelView user. If you're wanting to restrict line speed when Fred is logged in, then use some math and MOV instructions that uses Current_User value as a source, and set the max speed accordingly. Problems: If you have any amount of attrition you'll have to edit or create new macros, then create and download a new .MER file to the PanelView. Any edits to the PanelView users may also require editing of the Logix code. If you have attrition concerns or a large work force, you might want to create user groups and assign values and macros there instead of to individual users. FTME has Admin buttons that allow adding users and assigning them to groups at runtime so you don't have to download a new .MER. I'm not sure what your goals are but using this method, the controller itself won't really behave any differently because one person or another is logged in. I don't think there's any way you can use this to start auditing, restrict forcing, etc. If that's what you're wanting to achieve, you'll want to start using FT Security features in the Admin Console. And that is a whole other conversation. Hope this helps.
  8. iQ-R PLC Data Logging SD Card Specifications and Questions

    Sandisk SDHC, industrial grade works perfectly. Kingstone is also ok, but always fast one and always industrial grade. I've made one time error and used slow SD card on HMI and never again.
  9. Hi, I have a screen developed for supervisor access only but I would like to have an area to type in a password, and when the password is typed in correctly I'd like it to open a certain page. I'm not experienced with interactive text boxes or keypads etc. Is someone able to help me out determine what I need to do? Thanks 
  10. Hi All, I need to start PLC Data Logging using an SD card in the CPU module for an iQ-R PLC.  I have not attempted this kind of logging before and I was wondering about any restrictions on the type of SD cards that can be used. The documentation I have found says "SD/SDHC memory card: 32Gb maximum". Does anyone know why can't I use a 64 GB SD card ? (maybe due to addressing limitations?) Also, when I look for SD cards, I see different speeds of data transfer such as 120 MB/s or 100 MB/s and I was wondering if there is any difference as far as the logging is concerned.  Does anyone know if there are any other restrictions, brands that don't work? Useful tips? Cheers    
  11. PL7 TSX Micro

    Morning, This is not usual to have some many plcs, particulary small ones likes TSX37 and hmis connected together in Modbus. Are you sure by the way that it's Modbus and not Unitelway wich is the Telemecanique protocol usually used to connect Schneider Hmi to plc ? Anyway, Modbus or Unitelway it sound like "wires troubles". You have to check all the cables and connections first. Then you must verify that there's no conflict of adresses in the hmis and plcs. Some views of the configurations could be usefull to go further. You said you have changed an hmi but how, as it seems you don't have the version needed to open old projects ? JC
  12. PL7 TSX Micro

    interesting. I did not even think of that.. Thanks Bud.
  13. PL7 TSX Micro

    Sounds like a ground loop / isolation failure. (I have no experience with either those PLCs nor those HMIs, but that is where I would look.  With a scope, if necessary.)
  14. Last week
  15. I have a new customer running a Machine with 7 TSX Micro(s) and 6 magelin HMI(s) mostly over rs485.. Customer called with a down line they had a PLC failure and could not get the 485 network back up. i assisted them in troubleshooting and found some issues. We resolved this issue and was able to get most of the line powered , communicating again however they had no setpoints(fun fun). Along the way one of the Sections of this line (PLC 2-Modbus(1,2) and the 2 Hmi's connected to TER,AUX port began giving them issues. Issues are when both units are connetd 1 will Show ! on all the screens assigned to tags while the other will not. once you unplug 1 the other unit will operates as intended. Flip the units and the same thing. I have changed the PLC, Changed the HMI for each section and still have the same results. Note all PLC's are not new but do operate the code "seemingly" correctly. Any help is appreciated. PLC TSX Micro 37 Magelis advanced xbtgt4330 P.S Also looking for vijeo designer 4.6 or 5.0 as these projects were created in 4.6 and there is no direct convert to 6.x
  16. Communication Problem S7-1200

    one thing i forgot to mention . siemens plc is reading the modules of fatek plc 
  17. Communication Problem S7-1200

    Dear Experts,  i am facing a problem regarding plc to plc communication .  i have 2 plc that are communicating through industrial switch . one plc is s7-1200 and second is Fatek FBS-40ma with FBS-CBE ethernet bd card.   both plc are connected to an ethernet industrial switch. Siemens HMi is also connected to that industrial switch as well.    i have both plc programs back up. everything is running smooth but i want both plc as back up. so i bought both plc same model new one.   i have replaced the siemens plc with a new one and inserted program in it . everything works fine. but when i replace fatek plc with new one with program . siemens doesnot communicate with fatek.   any suggestion will be a life saving   
  18. Tia Portal Program Upload Error

    thanks all for your help. it was a version issue 
  19. NX1P2 CPU Clock Speed?

    I could probably find out for you - but why would you need this out of curiosity?
  20. Does anyone know what the clock speed of NX1P2 CPU is? I could not find this info anywhere. Cheers!
  21. Here.. DRAGSILL_LH_20171013_UPP.pdf
  22. RSS to pdf conversion

    Hi I am new here. I see that some people have had the same issue I have. Is there anyone who can make this file into a PDF DRAGSILL_LH_20171013_upp.RSS
  23. Detect CF memory card activity

    Hi! I'm looking for a way to detect if/when a backup has been made to the CF memory card and a way to detect if a backup has been written from the CF memory card to the PLC memory. A counter, a time/date, etc? In short: detect backup and/or restore Application: Trigger an audit log event on a seperate system Any known solutions?
  24. The Firmware is 1.290  (Attached photo) Thanks for the diagnostics codes. Image (1).jfif
  25. Simple CPU Communication TCP Time out

    Which Firmware are you running ?   As for Dianostics:
  26. Buttons with graphics in NA

    I know this is an old post, but I don't think with the NA screens you can overlap two buttons. Only one button will work, the one in front. I've tried this in the past and couldn't get it to work like it does on the NB screens. Maybe someone can correct me if I'm wrong.
  27. Hi! A have a question about how can I send the current User data from the Panelview (HMI) to the PLC. Its an allen bradley PLC 1756 L71. In the Factory Talk view I tried to make a register and to move in it the current user, but unfortunatelly its not working. Is anybody here who can help me with this ? Thanks ahead. Br.
  28. Load more activity