02-08-2006 01:29 AM
02-09-2006 11:19 AM
John,
It sounds like you will need to know how to manipulate strings, possibly read from a file, and know the ins and outs of front panel creation.
I highly recommend you look into taking LabVIEW Basics I and II (a weeklong class).
The page found through the following link has a ton of links to training material for LabVIEW (A lot of it is free)...
http://www.ni.com/academic/lv_training/how_learn_lv.htm
Have fun,
Lorne Hengst
Application Engineer
National Instruments
02-12-2006 11:38 PM
Hi john,
You can see string manipulation examples in Labview examples folder. Now, first try to write a simple code using string functions, case structures and while loop to parse a code and enable a boolean bit indicating that the code has been parsed. Tell me if you are able to do it.
Take these steps as a hint :-
1.) Acquire the string line by line
2.) Seperate the numbers and alphabets
3.) Convert the number part of the string into actual numbers using the vi ("fractional string to number.vi" located in string functions)
Try this much and i'll tell you the further steps.
Regards,
Giridhar Rajan
Automation Engineer
Cruiser Controls
Mumbai, India
02-13-2006 12:46 AM
02-19-2006 11:34 PM
HI john,
First of all, sorry for the delayed reply as I was away for sometime. So, thats good work till now. Now you can obtain individual elements of an array using the index array function. there is a 'wait for move complete' option in the motion library. Try to develop a logic that indexes the array and feeds the next command after each "move complete" event occurs. I can help you better if you send your code.
Regards,
Giridhar Rajan
Automation Engineer, Design
Cruiser Controls
Mumbai, India
06-25-2007 11:26 AM
06-26-2007 10:17 AM
06-26-2007 10:03 PM
@GiGe wrote:
Hi Tyler,
I think it would be usefull for you to try looking at some of the examples that ship with LabVIEW. Giridhar gave several great tips for getting started in his post. Also there are several great ways to learn more about Labview.
I hope this helps
GG
Hi GiGe,
I read Giridhar's post but am kind of lost on what to do to acquire the string line by line and to seperate the numbers and alphabets. This is my first year using labview so im an NEWB. I do know the labview basics but am not familiar with what Giridhar is saying to do. Do you or anyone else know of the .VI's that would need to be used to do this?
Thanks for the help,
Tyler
06-27-2007 05:09 PM