LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Using Queued State Machine with Parallel Event Loop on PDA

Do queued event driven state machines run on pda? I can't seem to get it to work. Attached is a simple vi I have been trying to run. It doesn't seem to work properly in either emulation mode or compiled on a PDA (PPC 2003). The attached file is stripped down version of what I was using with only a single control loop (no parallel loop). It appears to execute once and then stop, If I run the same code on a PC it works as expected. Any help is appreciated.


Thanks

Scott
Download All
0 Kudos
Message 1 of 2
(2,876 Views)
Hello,
 
I don't think I'm seeing the problem you're describing.  When I looked at your code, I quickly did some minor aesthetic cleaning, and added some code to make the large LED blink every half second or so - I did this so there would be something very visually obvious if it simply wasn't working on the pda emulator target.  However, it worked under both the windows and pda emulator targets just fine.  I have attached my slightly modified version of your code below - does that VI work the same on your windows and pda emulator targets?
 
Best Regards,
 
JLS
Best,
JLS
Sixclear
Download All
0 Kudos
Message 2 of 2
(2,858 Views)