Author Topic: minimum hold time 3 color pilot light  (Read 433 times)

stephen.crouch

  • Newbie
  • *
  • Posts: 9
    • View Profile
minimum hold time 3 color pilot light
« on: March 17, 2025, 03:06:36 PM »
I'm using the 3 color pilot light to signal an on/off/trip signal, with the push button function triggering a swap in the PLC. However, it seems that sometimes the signal doesn't stay on long enough for the PLC to read it.  Can I add a minimum hold time like what exists for the momentarybutton?

Archie

  • Administrator
  • Hero Member
  • *****
  • Posts: 5356
    • View Profile
    • AdvancedHMI
Re: minimum hold time 3 color pilot light
« Reply #1 on: March 17, 2025, 05:19:15 PM »
- Save the attached file
- In Solution Explorer, expand down AdvancedHMIControls
- Right click the \Controls folder and selected Add -> Existing Item
- Select the PilotLigjt3Color.cb file that was saved
- choose overwrite
- Rebuild Solution
- Add PilotLight3Color to the form
- Set MinHoldTime to 1000 (1 second)