LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

I am looking for a control. a standard switch, but with a "Safety Cover"

Solved!
Go to solution

I have been looking around, with no success, for a control like the one in the enclosed Image...

In a nutshell, 2 steps needed, (with light to indicate when the switch has been activated)

Does this exist?

 

0 Kudos
Message 1 of 15
(4,319 Views)

Hi Pat,

 

use two switches:

- one to do your intended switch operation

- another one to dis-/enable the first button…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 15
(4,313 Views)

I happen to have used those exact swtiches with guards before to initiate critical processes, but you will have to add your own indicator light.

 

Link here, further down on the page is the guard that goes over the toggle:

 

http://www.alliedelec.com/labinal-llc-8500k2/70176366/

 

-AK2DM

~~~~~~~~~~~~~~~~~~~~~~~~~~
"It’s the questions that drive us.”
~~~~~~~~~~~~~~~~~~~~~~~~~~
0 Kudos
Message 3 of 15
(4,272 Views)

That is what I am currently doing. But I was looking for something that more closely resembles an actual device I am working on

0 Kudos
Message 4 of 15
(4,285 Views)

I have used those same exact switches before to initiate critical but irreversible processes. You will have to add your own light though.

 

Link below and further down the page is the cover guard:

 

http://www.alliedelec.com/labinal-llc-8500k2/70176366/

 

-AK2DM

~~~~~~~~~~~~~~~~~~~~~~~~~~
"It’s the questions that drive us.”
~~~~~~~~~~~~~~~~~~~~~~~~~~
0 Kudos
Message 5 of 15
(4,272 Views)

You can also hide (property node -> visible?) safety cover after it has been pressed and move it back after 1-2 seconds.

Instead of the button you can use slider that you need to move with mouse to "unlock".

If you want to absolutely avoid accidental clicks, you can hide safety cover 1 second after it has been pressed, or require user to hold it for 1 second to "open". 

 

I would also check guidelines of developing industrial user interface. If program looks like mechanical panel it shortens transition time for the operator, but software and hardware solutions are different in nature and one should not completely duplicate another.

0 Kudos
Message 6 of 15
(4,274 Views)

Wierd- my intial post did not show up so I posted again.

 

~~~~~~~~~~~~~~~~~~~~~~~~~~
"It’s the questions that drive us.”
~~~~~~~~~~~~~~~~~~~~~~~~~~
0 Kudos
Message 7 of 15
(4,269 Views)

Guess it just took a while for your first reply to show.

However, I am not looking for the actual switch... I have tons of them 🙂 

 

I am in need of a labview representation of one.

 

0 Kudos
Message 8 of 15
(4,257 Views)

Anything worth saying is worth saying twice.

 

Anything worth saying is worth saying twice.

 

Lynn

Message 9 of 15
(4,256 Views)

OK, I think that we are on the same page here...

I am not wedded 100% to a photorealistic image of the toggle/cover, but want to "improve" in the current solution where switch 1 "enables" switch 2... (yes, I just wired the 2 in series)

The Indicator is a trivial exercise... but the 2 stage button... not so much

you said, in part...


You can also hide (property node -> visible?) safety cover after it has been pressed and move it back after 1-2 seconds. Instead of the button you can use slider that you need to move with mouse to "unlock". If you want to absolutely avoid accidental clicks, you can hide safety cover 1 second after it has been pressed, or require user to hold it for 1 second to "open". 

so I am curious... Are you envisioning an image sitting "on top of" the  switch? toggling it somehow removes it (hides it or moves it over)

If so, can you provide a simple .vi showing how I could do that?

0 Kudos
Message 10 of 15
(4,241 Views)