12-30-2010 10:47 AM
Hello! I'm trying to save an information generated through printer output. Everything works exept that I'm saving duplicate data. I've attached a correct and incorrect. I would really appreciate any help.. Thank!!!
Solved! Go to Solution.
12-30-2010 11:58 AM
Hard to say without seeing any code.
12-30-2010 08:48 PM - edited 12-30-2010 08:48 PM
It looks to me like you are building strings by concatenating data into a shift register and printing the entire contents of the shift register at each step.
As vt92 said, post your VI.
12-31-2010 12:37 AM
Hello Kowdtek,
As Ravens Fan said you are incorrectly concatenating the string with the shiftregister data, see the attched vi in which i simulated the incorrect data you are getting now. also post your code for more help..