04-02-2013 06:46 AM
so I have to remove array subset function and directly give the array output to the type cast.is it right . I done that also. but it not working like what is expected.here I'am attaching the VI .please help
04-02-2013 06:54 AM
Did you read Gerd's message #5 where he told you to prepend a zero to the front of the array?
04-02-2013 06:57 AM - edited 04-02-2013 07:00 AM
Hi perumpadapu,
did you carefully study the snippet shown in message #5? Did you read my comment for that snippet?
Did you read message #9 by Yamaeda? There also the solution is given...
Did you read message #10 where I asked you: Do you read our answers at all?
Doh...
Edit: And now message #12 also provides the solution. So by now you got 4 times the same solution for your question, but you aren't able to read it...
04-03-2013 06:57 AM
u for your reply but i'am not able to understand the answer can you send me a snippet of the answer you indicated. please kindly help me.
ok
04-03-2013 06:59 AM
04-03-2013 10:59 PM
but in my program its not from a array constant its from a for, s how can I modify my programn please reply
04-03-2013 11:21 PM
Have you showed us your program? It is "from a for " what?
With what you've been shown so far, you really should be able to figure this out. If you can't, then I would recommend looking at the online LabVIEW tutorials
LabVIEW Introduction Course - Three Hours
LabVIEW Introduction Course - Six Hours
to learn how to manipulate arrays.
04-04-2013 01:31 AM
its a for loop which can send commands one by one .how can I select the replies of index 2-4 and get the stepcounts. Can you please help me. I need a help to make a array of results from a for please kindly help.
04-04-2013 05:05 AM
I think you need an array subset, maybe?
04-04-2013 06:01 AM
so can you send a snippet such that i can know how to take a value from a set of replies coming from a for loop