10-29-2009 01:15 AM
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
10-29-2009 01:20 AM
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
10-29-2009 01:20 AM
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
10-29-2009 01:28 AM
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
10-29-2009 01:31 AM
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
10-29-2009 01:37 AM
Thanks
What you area trying to ask in this code?
10-29-2009 01:41 AM
Hi Somil,
I am trying to simplify this design to produce the same results. Is it possible?
Thks N Rdgs
Titano
10-29-2009 01:53 AM
10-29-2009 01:56 AM
Hi Somil,
Here's the VI.
Thks N Rdgs
Titano
10-29-2009 02:37 AM
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