From 04:00 PM CDT – 08:00 PM CDT (09:00 PM UTC – 01:00 AM UTC) Tuesday, April 16, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

I am in need of 3-way switch

Karthikeyan90 has already explained what a picture ring is.  Plus you have plenty of documentation to lean on, I'm sure you can do the research and fill in the gaps.  Are you reading your own thread?

-----------------------------------------------------------------------------------------
Reese, (former CLAD, future CLD)

Some people call me the Space Cowboy!
Some call me the gangster of love.
Some people call me MoReese!
...I'm right here baby, right here, right here, right here at home
Message 11 of 22
(2,331 Views)

One problem which i found in the 3-way switch which u shared .. supoose if i press on that switch it goes to up state, agin if press it comes to middle state and again if i press it comes to down state but my requirement is if on up side it should be up state , again if i press it should come to midlle state , now again if press on up , it should to up state not down state ... the same follows for down state also .....

 

i am unable to overcome this problem .. if i add or remove the states. during run if i press on upper part of picture ring it should go to up state |||ly for all the states it should follow ..

0 Kudos
Message 12 of 22
(2,281 Views)

For ur need, it is better to create an Xcontrol ( a custom control).

I will create an Xcontrol with following functionalities and upload.

Present state   Pressed key.      Final state.

---------------------------------------------------------------

up                      up                     up

up                      middle              middle

up                      down                 down

middle                up                      up

middle                middle                middle

middle                down                  down

down                  up                      up

down                  middle                middle

down                  down                  down.

If you need any change, post it as table above.

0 Kudos
Message 13 of 22
(2,273 Views)

This is what i  wanted exactly.

Thanks a lot . Really

 

Thanks & Regards

Mahadev

0 Kudos
Message 14 of 22
(2,261 Views)

Here i have created a Xcontrol. download the attachment.
Thanks & Regards,

Karthikeyan

0 Kudos
Message 15 of 22
(2,243 Views)

Thanks for the reply

Do we require Xcontrol library? and how to run the attached file. and how to use that 3-way in my application.

 

Thanks

mahadev

 

0 Kudos
Message 16 of 22
(2,243 Views)

I am not sure. I think that it is inbuilt feature of labview. I am using Labview 2010.
Right click in the Front panel and choose Select a Control and choose the 3-way switch.xctl. 

Or simply drag and drop the 3-way switch.xctl in the front panel.

0 Kudos
Message 17 of 22
(2,239 Views)

Thanks a lot its working fine .. can u make a 3-d image ..can u change the apperance and make little bit attractive.

 

thanks

mahadev

0 Kudos
Message 18 of 22
(2,237 Views)

I have defined up, down and middle buttons as typedefs. So, open the up.ctl, down.ctl, and middle.ctl and edit the images.

Click the wrench icon (near Typedef) in tool bar below the menubar.

Right click on image and choose import from file. Similarly change the picture item in the right click menu and change all images accordingly.

One of the image is on image. another image is off image.

0 Kudos
Message 19 of 22
(2,230 Views)

If you are interested, I have This Idea about a Tri-State switch. 

Richard






Message 20 of 22
(2,224 Views)