10-14-2009 08:08 AM
10-14-2009 08:11 AM - edited 10-14-2009 08:14 AM
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 🙂
10-14-2009 08:57 AM - edited 10-14-2009 09:01 AM
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 bump
10-14-2009 09:13 AM
10-14-2009 09:22 AM
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.
10-14-2009 09:47 AM
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.
10-14-2009 10:48 AM
Hi!
I've tried with these simple VI, but I can't do it yet.
There is a mobile project in the attachment.