Unregistered
May 30, 2002, 14:42:48
I am doing a trigger grab with the following code
Dim ImageData as Variant
IcImagingControl1.MemorySnapTimeout=1000
IcimagingControl1.DeviceTrigger=true
IcImagingControl1.LiveStart
' now retrieve pixel data
ImageData=IcimagingControl1.MemoryGet Data
WHy doesnot the program stop after LiveStart and wait for trigger?
the code proceeds through without storing the pixel data in the ImageData array
This array only contains zeros.
how do I cause it to save image data of the triggered event. in a file accessible in an x,y array?
Is a more descriptive book available of your called functions when you purchase software?
thanks, Bill
This message was originally posted by BILL in the old IC Imaging Control Support Forum.
Dim ImageData as Variant
IcImagingControl1.MemorySnapTimeout=1000
IcimagingControl1.DeviceTrigger=true
IcImagingControl1.LiveStart
' now retrieve pixel data
ImageData=IcimagingControl1.MemoryGet Data
WHy doesnot the program stop after LiveStart and wait for trigger?
the code proceeds through without storing the pixel data in the ImageData array
This array only contains zeros.
how do I cause it to save image data of the triggered event. in a file accessible in an x,y array?
Is a more descriptive book available of your called functions when you purchase software?
thanks, Bill
This message was originally posted by BILL in the old IC Imaging Control Support Forum.