LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

arrow key function in front panel

Solved!
Go to solution

Hi Somil,

 

It works great. Thx for the help.

Anyway if u're free, can i ask a few more queries regarding LabVIEW which are quite longwinded.

 

And can i kindly ask to communicate thru email cos at times I'm having troubles accessing this forum.

 

Thks.

 

My email add: singa611@hotmail.com

 

Rdgs

 

Titano

0 Kudos
Message 11 of 67
(2,791 Views)

Hi Somil,

 

Just a greedy query..

Is there any way for the button to look depressed and unpressed.

Or changing the colour when its depressed.

 

Thks N Rdgs

 

Titano

0 Kudos
Message 12 of 67
(2,787 Views)

felt good to hear that you got your problem solved. Kindly mark the post as solution which you think is the best answer to your query.

 

And feel free to ask. i will try helping you out

Somil Gautam
Think Weird
0 Kudos
Message 13 of 67
(2,786 Views)

Hi Somil,

 

Done as per ur request.

 

Actually I'm doin a project to simulate a needle moving in X, Y and Z directions using 3D plots.

I've somehow managed to find and come up with a sample code but do not really understand its function.

I am trying to simplify its design but most of the time, I'm getting errors.

I've attached the VI, pls do take a look and advice.

 

Thks N Rdgs

 

Titano

0 Kudos
Message 14 of 67
(2,782 Views)

 


Or changing the colour when its depressed.

 


 

 

Ya definitly you can.

you just need to replace the increase button with a  boolean push button. this has an led which glows when button is pressed.

customize this also by following the same procedure. it will work

Somil Gautam
Think Weird
Message 15 of 67
(2,779 Views)

Thanks

 

 

What you area trying to ask in this code?

Somil Gautam
Think Weird
0 Kudos
Message 16 of 67
(2,775 Views)

Hi Somil,

 

I am trying to simplify this design to produce the same results. Is it possible?

 

Thks N Rdgs

 

Titano

0 Kudos
Message 17 of 67
(2,772 Views)
can you attach the vi. you have attached a jpg
Somil Gautam
Think Weird
0 Kudos
Message 18 of 67
(2,767 Views)

Hi Somil,

 

Here's the VI.

 

Thks N Rdgs

 

Titano

0 Kudos
Message 19 of 67
(2,766 Views)

Hi                                                                                          (sorry , was out for lunch)

 

I have never worked with 3-d things. but still will try to help u

 

1. Use first call function in front of case structure instead of equal to zero

2. what is the fourth insert into array doing in the block diagram (last one) you are not taking its output anywhere

3.  and the major one, instead of using insert into an array, y dont you use indexed array.

 

i have modified your code. compare both

Somil Gautam
Think Weird
0 Kudos
Message 20 of 67
(2,757 Views)