08-21-2009 08:43 AM
I am successfully using a single USB Keyence LK-G3001 laser displacement controller with 2 heads and making function calls to LKIF.dll
The next step is to implement a second controller.
According to Keyence, the LKIF.dll will only support a single device. They suggested disabling the 1st USB port and then enabling the 2nd port.
How can I programmatically
determine which device is attached to which port?
enable/disable the USB port?
08-21-2009 09:02 AM