03-10-2010 09:19 PM
Hi can I ask how can I debug this VI? i want to have a function of get char or gets but i dont know how to implement it in labview using formula node or any other methods. Below is is the sample VI of my program..having problem on the formula node.
And btw, how can you turn this into labview program?
do
{
x = getchar()
}
while (x!=k);
Thanks and God Bless!
03-10-2010 09:39 PM
03-10-2010 11:40 PM
Multiple problems.