LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

disable or hide page on tab control

Are you simulate gas engine by labVIEW, it can show THA, THW, MAP, VTA such voltage, temperature, pressure, anh ignition map. I neet it can run on PC.without DAQ. Just simulator.

0 Kudos
Message 11 of 18
(1,701 Views)

I have some mistake. When i click at Map it have to change to tab " MAP". why it has mistake. Can anyone help me?

0 Kudos
Message 12 of 18
(1,690 Views)

Your enum constant doesn't match the enum that makes up the pages.  The constant contains 5 items, your tab control contains 8.

 

You should make a typedef out of your tab control.  Then use constants of that typedef anywhere you use a constant to change the pages.  That way if you add another page, then all the constants get updated as well.

0 Kudos
Message 13 of 18
(1,684 Views)

Thank you, I did, I use local varible. Righr click tab control chose cons.

 

0 Kudos
Message 14 of 18
(1,669 Views)

I never said to use a local variable.

 

I said to make a type def out of your tab control.

0 Kudos
Message 15 of 18
(1,665 Views)

i am a student of mechanical engineering and intend to undertake my final year project on employing ABS in motorcycles.
Does anyone have a line diagram or figure, theory or anything of the sort to help me know how to get started?

0 Kudos
Message 16 of 18
(1,625 Views)

First, is it not polite to post a completely unrelated question to an ongoing thread.  Start a new thread with your question.

 

Second, what you are asking is a fundamental part of engineering and, as such, is something which you should be expected to do on your own.  Consult with your university librarian to learn how to do a literature search to find out what is standard practice for that specific field.

 

Third, this is a Forum for asking questions about LabVIEW programming.  When you get to the point in your project where you need specific help with understanding how something works in LabVIEW, please post back here.

 

Lynn

0 Kudos
Message 17 of 18
(1,611 Views)

Thank so much.

0 Kudos
Message 18 of 18
(1,601 Views)