02-02-2006 09:53 AM
I want to use Quick_Test_Pro to control a LabView program. But the LabView FP controls can not be understood as standard window controls. Even the FP is controlled through HTML page, the HTML page is treated FP as one object instead of individual object for each controls. I have to write a separated window program with all controls on it and transfer all events to LabView through a text file. Does anyone know an easier way to do this?
02-02-2006 10:33 AM
LabVIEW controls and indicators are not and probably will never be standard windows controls. They are LabVIEW objects. If your software test program allows you to open an ActiveX reference, then you can use the methods Set Control Value and Get Control Value.
p.s. Does Boulder refer to where you live/work?
02-02-2006 10:45 AM
Thanks, Dannis!
My test program(VB) can open an activeX reference. Do you have any examples to show how to set control value and get control value?
ps: I lived in Boulder before and like it very much.
02-02-2006 11:03 AM