Jump to content

Craig McCanada

MrPLC Member
  • Posts

    22
  • Joined

  • Last visited

About Craig McCanada

  • Birthday 05/15/1990

Profile Information

  • Gender
    Male
  • Location
    Windsor
  • Country
    Canada

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Craig McCanada's Achievements

Apprentice

Apprentice (3/14)

  • First Post
  • Collaborator Rare
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. Aah, I see now. So, I created a button labelled "LOG IN" and set the event as a "Click" and action as "Login()", so the Supervisor can change some parameters with his Level 5 access. And I created a "Log Out" button with the action set to "Logout()" for when he's done. Thanks for the help guys! Much Appreciated.
  2. Ok, I think this is what I need but just to use on certain buttons now on the main operating screen. But just to make sure I got this right.. If I program a button with access Level 5, and someone tries to enable that button, it'll have a pop-up window to type in a Username and Password? Then only people with level 5 access can access that page?
  3. 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
  4. Thank you DonNH, this is exactly what I was looking for!
  5. Can someone please help me figure out how to create a 12 hour long timer function in Sysmac? Or at least help me determine which timer function (in any) is best suited to create this long of a timer? Or will this require a counter instead? If so, does anyone have an examples on how to go about this? I'd like this timer to start it's function when powered up, and after the 12 hour timer is finished I will have it open a certain page on my HMI. Thanks!
  6. Good afternoon, I'm trying to add a custom image to the screen saver on the NA5 HMI, has anyone had experience with this? I can get to the screen saver setting on the device but there's only "Blank" screen as default, but I'd like to add my own image instead. Can anyone help? Thanks!
  7. If I have a mechanical push button (N.O.) in my application, would I have to display it in my PLC program? I have a push button that I'm planning on using to trigger a smart camera to run it's program, so I want to hook it up from my Output_Bit_00 (once it has been set) from the PLC to the cameras trigger wire.
  8. The printer supports serial, usb, wifi and ethernet. But I will be using Ethernet. PLC = Omron NX1P2 HMI = Omron NA5 Printer = Zebra ZD421T (desktop printer with ethernet module)
  9. I think I understand now, so say if I were to use Latch Example 1 I would create those set of rungs for each of the 12 momentary buttons?
  10. What do you mean by "Latch your Action Bit in the PLC"?
  11. So right now the 12 buttons on the HMI (beginning of the program) are Toggle Buttons, which i want to keep highlighted until the whole program has been completed successfully. Will those automatically reset at end of the cycle (in my program as it is) or no because they're Toggle Buttons?
  12. Eureka! The checkbox did work, I never would've thought of that. Thanks! And I'll delete the END function, i just assumed I needed it to end the program as that is the whole program there, it's not a big one at all. One last question, at the end of the process does the program automatically reset everything or would I have to add in a reset function of some type?
  13. I just looked at everything and it all checks out, and I only used that Output coil (HMI_CONTROL_STATUS) once. I've attached the program here, it's quite small. If you have time can you take a look? Thanks 12207_PLC-HMI_2023.10.24.smc2
  14. Thanks, I will look into that. And no, I took the structured text out as it would technically be redundant right?
×
×
  • Create New...