Thursday, July 29, 2010

Probing your system


When I build a new VI program, I always put VIs and indicator to check the step response an bode plot of my models and, once check, I deleted them.

Thanks to Andy Chang, users can now leverage custom probes to check their models in LabVIEW without the need of extra code!



http://decibel.ni.com/content/docs/DOC-12804

Enjoy!

NIWeek is near!

Hello all

NIWeek is very near. I'm going to improve my "coverage" with news and updates relevant to the world of Algorithm design and Simulation. If you are coming, feel free to comment a post to meet!

I'll leave you with the vide0s from NIWeek last year



Enjoy!

Thursday, May 20, 2010

Want to get an sbRIO? submit your Inverted Pendulum control code in LabVIEW

Ok, that might be a little bit long of a title, but will give you the idea. National Instruments and Ammons Engineering are sponsoring a code challenge. The goal is to design and implement a control algorithm for the... guess what... exactly: An inverted pendulum.

The best part (other than the fun of programing) is that we are giving way a NI Embedded Kit!!!

You can see all the details in the NI Community Forums

http://decibel.ni.com/content/message/16920#16920

Enjoy!

Monday, May 3, 2010

Another inverted pendulum.

By now you probably know I have something for inverted pendulums. I just found this project done in the University of Michigan as a Senior Design project. I like this particular project because:

- The inverted pendulum model was provided using Matlab, but it was implemented MathScript
- LabVIEW used for the control algorithm and cRIO for the embedded control platform
- I like the enclosure used to make it safe. This system is meant to be in a museum for children
- I also like the use of magnets to disturb the plant. Slick!

Here is a link to the youtube video



I know, I have to start posting about something different from inverted pendulum :D

Enjoy!

Friday, February 19, 2010

How low can you go? PID Performance?

I can't wait for Toy Story 3 to come out in cinemas. I still remember when I skip a couple of classes in university to see Toy Story with a couple of good friends and how long we stayed afterwards discussing the merits of the 3D generated characters.


One of my favorites sequences in Toy Story 2 is when in Al's Toy Barn they are looking for Buzz and drive along the isle where the Barbies are playing and one of the games go "how far can you go, how far can you go".


I guess that applies today to computing plaftorm used for control. There is a wide variety, from multicore CPUs machines to 8 bit processors and the control engineer has to find the balance between performance and cost (among other things). I wanted to test the performance on three embedded computing platforms that I have on my desk. A PXI, my Laptop, a CompactRIO and and embedded ARM board.

I've successfully run Simulation Loops (the backbone of simulations in LabVIEW) in all of those platforms. More soon!