LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

I have used clusters in my program. I want to download into a PDA but clusters is not supported in a PDA.I think my program cannot get the required output without clusters. Can you help me with some ideas in modifying the program?

I have tried using bundle/unbundle functions. But that does not seem to satisfy totally what I need.
It is a program for a questionnaire where patients should select answers and that gets written to a file.
It is that when I use bundle fn the buttons do not get reset when answers are modified.
0 Kudos
Message 1 of 8
(4,992 Views)
Here is a possible solution. I would prefer to use an event structure to handle this. This example is close to the program you provided. Also you could modify this to enter the text answers if you like.

Good luck.
Randall
Message 2 of 8
(4,992 Views)
Thanks a lot Randall. That was exactly what I had thought too earlier but I badly need it to be either of the button format / atleast the radio button format which is where I don't get any idea as to how I must proceed. Pls let me know if you have any idea for implementing the button format in PDA.
It was a wonderful programming in a very short span of time.
0 Kudos
Message 3 of 8
(4,992 Views)
Here is another try note there are several changes some of the methods may be eliminated but you can adapt what you choose to. I didn't take time to clean up my work but use what you can.

Notice the file path was changed and you may want to change it back.
Randall
Message 4 of 8
(4,992 Views)
I realized that property nodes used is not supported by a PDA. I am trying to use event structure without these. Is is possible to make labview read the buttons when selected, without using property nodes?
I also tried polling but I am able to complete the Prgm only if I use a cluster which is not PDA compatible
Pls give me ideas to use event structures w/o property nodes but at the same time make labview read when buttons are selected.
0 Kudos
Message 6 of 8
(4,992 Views)
I realized that property nodes used is not supported by a PDA. I am trying to use event structure without these. Is is possible to make labview read the buttons when selected, without using property nodes?
I also tried polling but I am able to complete the Prgm only if I use a cluster which is not PDA compatible
Pls give me ideas to use event structures w/o property nodes but at the same time make labview read when buttons are selected."
0 Kudos
Message 7 of 8
(4,992 Views)