03-17-2010 12:36 PM
03-17-2010 12:46 PM
Thanks,
i'm just playing with that now, but i've run into problems, as some of my data is text and some is numbers how can i index the data in the byte array ?
03-17-2010 12:47 PM
03-17-2010 12:57 PM
Just tried to wire the byte array to N but it is expecting 32bit.
heres my code before i tried to wire to N:
03-17-2010 12:59 PM
03-17-2010 01:01 PM
03-17-2010 01:11 PM
Here is an example of what you should try. (I didn't complete all of the wiring such as the VISA resource)
You should really consider cleaning up your code. Having wires running back in your code (right to left) is a very bad habit and makes the code difficult to read. There were several suggestions given earlier regarding things you can do to cleanup the code. It will help you in the long run to develop good style and good programming habits.
03-17-2010 01:33 PM
03-17-2010 01:38 PM
03-17-2010 01:45 PM
I change my value to 101, the array shows : 0 =108, 1 = 50, 2 = 49 3 = 48 what am i doing wrong ???