LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How can I use the Control Design & Simulation module in the Mobile (PDA) modul?

Your VI is a mess, please post it as K/(A+Bs)


Besides which, my opinion is that Express VIs Carthage must be destroyed deleted
(Sorry no Labview "brag list" so far)
0 Kudos
Message 11 of 17
(1,413 Views)

The problem was with the X scale. I connected the frequency, not the w. Now everything fine.

 

My equation was a simple 1/(1+s), but you can set this on the front panel.

 

 Btw this will be a little slow on a pda 🙂

Message Edited by Jenő Kocsis on 10-14-2009 08:14 AM
0 Kudos
Message 12 of 17
(1,412 Views)

Here is some tip. Do not use locals or globals as substitute for wires (shame on you;) ). Globals and locals require a copy of the data for each occurrence. Also If data is not to be change while a loop is executing place the controls outside. If they are placed inside they will be read for on each loop iteration. If they are placed outside they are read only once

Ps If your problem is solved mark the solution as solved so others can see it. And not to forget give my reputation as solver a bumpwhistling.gif

Message Edited by Coq Rouge on 10-14-2009 04:01 PM


Besides which, my opinion is that Express VIs Carthage must be destroyed deleted
(Sorry no Labview "brag list" so far)
0 Kudos
Message 13 of 17
(1,405 Views)
Thank you! Your sample is a way simplier than mine. If you don't mind, I'll use it 🙂
0 Kudos
Message 14 of 17
(1,397 Views)

You are free to use as long as learn something. By the way it is nothing wrong in using a for loop for generating a plot. Take a look at my for loop version also. I meant to give you this version in my last post.

 



Besides which, my opinion is that Express VIs Carthage must be destroyed deleted
(Sorry no Labview "brag list" so far)
0 Kudos
Message 15 of 17
(1,387 Views)

Hey Jeno, 

 

The reason you can't deploy the functions to PDA is because they have Property Nodes on its block diagram. If you want to keep those VIs on PDA, you just need to find all the instances of the VIs that have property nodes (the error dialog can help to easily find what is broken) and use the "Conditional Disable Structure" and use "TARGET_TYPE=PocketPC". This way, you should be able to use at least those functions on a PDA.

 

Please let me know if you have more questions.

Barp - Control, Simulation, RTT and HIL - National Instruments
0 Kudos
Message 16 of 17
(1,382 Views)

Hi!

 

I've tried with these simple VI, but I can't do it yet.

There is a mobile project in the attachment.

0 Kudos
Message 17 of 17
(1,377 Views)