08-13-2009 05:37 PM
Hi all,
I am wokring on 4145B, using Labview and the Example vi from Henry. I am getting progress but now I am stuck with the reading part. I saw that some people ran into the similar problem. And Henry gave a solution by delaying. What I have here is a little bit different.
Since I can find the very first set of data in the object .txt file, which means it is reading data from 4145B, but not all just one set. I can see a bunch of sets on the 4145B screen, but only the first set in the objected .txt file.
Can anybody give me a hand here? Thanks.
Chris
Solved! Go to Solution.
08-13-2009 07:20 PM
Hi all,
I figured out this problem. In Henry' example, at third stage of the time seq
uence loop, the input to one block(in the middle, i don't know how to call it), it was ; But it should be N
which is the seperating symble of the data array. I don't if this is depending on my 4145B data format. And if it is working for everybody else, then that is because of my specific case.
Chris.