LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Can Labview PDA provide multi-interface?

Hi:

I want to use labview PDA module to develop software. But I found that labview can't provide multi-interface design.

I don't have the Labview Module and I just think about it. So if you have any idea to implement multi-interface design, please give me some suggestion.

By the way, labview doesn't provide the menu control to implement it. So how to design menu in the interface?

Thanks,
0 Kudos
Message 1 of 3
(3,689 Views)
I am not sure what you mean my multi-interface, so I may not answer your question. The pda module has a special block that allows shields part of the VI from compiling in the PDA toolkit. It looks a lot like the case structure. The idea is that pocket pc and palm have different funtions, so it is silly to have two different VIs when all you need to change is a single subVI so that the VI can be compiled to run for one platform and it can be compiled again without changes to run on the other platform.

To access LabVIEW's menu options for a regular VI, goto edit >> run-time menu. There are several shipping examples too. Goto help >> find examples >> click on the search tab and look for menu .
0 Kudos
Message 2 of 3
(3,689 Views)
Thanks,

I found the examples in labview. But I didn't find an example like this: you can design menu in the workspace of labview, not the menu of labview enviroment.

In labview pda module, I want to use menu to switch different windows. Because PDA's display is too small, I have to display different context in different windows.

This may be a special problem for PDA only. I found the PDA demo through Ni.com but I found that there is no menu in the demo.

Would you please give me some idea?

Thanks
0 Kudos
Message 3 of 3
(3,689 Views)