04-25-2008 02:35 PM
04-25-2008 04:19 PM
mrBean,
By custom dialog do you mean a seperate VI that you open and show the front panel when the step executes?
If that is the case the producer consumer might be overkill. From what I've seen one of the main reasons one would use this pattern is to seperate the acquisition loop from the data record loop. In that manner the data recording doesn't slow down the data acquisition. I've used a wedge type barcode scanner in the past and it is pretty easy to impliment.
On a side note I really enjoy reading your posts on both of the forum boards. I too at some later date will be creating a custom operator interface using LabView and your questions have been really helpful in my formulation of a plan. Thanks
04-25-2008 04:40 PM
I agree that it sounds like it's overkill. I've written custom TestStand dialog screens with multiple entries besides the serial number and a basic event structure with Value Change events is about all that you would need. To automatically go to the next field after a data entry, you set the key focus of the next field.
Assuming a hand held wedge or usb bar code scanner, all you need is a string control for it.