i want to make a laser switch scanner to scan a board for holes , outer perimeter etc.etc
i cannot use the probe function for this as i require a point at every high/low and low/high transition of the laser switch.
(i could use a flip flop to invert the signal every other one i suppose to give just one direction signal)?
id like to use the digitize m40 function to capture the points.
how can i simulate what the probe is writing to?
is it setting a var number as digitise point etc? i will be scanning x and y only.
i can write the code required once i know what to write to that the m40 digitise routine can see and store.
my thoughts. command the scan movement with a macro.
collect the points with a macroloop. (however this may not be fast enough so might have to rethink)
thoughts?