03-25-2009 04:56 AM
Solved! Go to Solution.
03-25-2009 05:18 AM
03-25-2009 07:29 AM
prifx2 wrote:
i completed with the labview basics I , i am getting bored of reading the basic instead please suggest me any way so that i can practise labview basics II .
What worked for me was to come up with an idea that I (in this case YOU) want and then DO IT!.
Make sure the "project" is not simple and actually does something that you want. I'll skip what motivated me (since decoding the error logs from mainframes OS is not very popular these days) but what got my son going until his laptop died...
He re-wrote mortal combat so that he could import images (jpg's) of himself and his buddies in all of the classic positions (Throwing fire ball, taking a hit, mortality etc.). After the import he and his buddies could slug it out virtually. He reported his friends loved it.
SO figure out what YOU WANT and just DO IT!
Get stuck along the way?
Post Q's
Ben
03-25-2009 07:32 AM
If you are done with (or bored with) the basics, my advice is to get a piece of hardware and start talking to it. Something like a simple, cheap RS-232 (or USB) controlled relay board with an LED on it is perfect. Write programs that toggle the relay/led based on user input, events, etc.
Also, going forward from basics, get comfortable with Queues, Notifiers, Producer/Consumer loop archetecture, State Machines, and enums. Learn to Type Def stuff. Keep it modular. Avoid global variables and sequences!
have fun.
03-25-2009 08:56 AM
03-26-2009 08:10 AM
I would like to strongly second Ben's recommendation. I learned LabVIEW by doing something (in my case, acquiriing data from a position sensitive photodiode to characterize galvo scanner response). I learn something new almost every time I do a new project, and I have been doing this since LabVIEW 3.0. Find something you like and write LabVIEW code to do it. I still do this fairly often. It is a good way to stay on top of new LabVIEW features before trying to use them in a shipping product.
I would recommend you learn the proper use of design patterns as you go. This will save you many hours of experimentation/misery.
Feel free to contact me internally if you would like a mentor (Damien Gray by internal mail).
04-30-2009 09:30 AM
I have data files(images): 2 32-bit numbers followed by sequential 16 bits binary numbers.
Now I want to convert it to other format files(such as tiff, jpg, txt and so on) which can be open by other software?
How to do it? By the way, attached is a file with an .bis extension.
Thanks,
Peter
04-30-2009 09:39 AM
04-30-2009 09:39 AM
Please do not hijack a completely unrelated thread that's essentially closed.
Start a new thread with your question - you will likely get more people to see the question.