Open NorthstarCodeBase opened 5 months ago
👍 Thank you to noticing it. I'm looking on it. I was using the old In-Sight Explorer 6.5.0 which doesn't have the Cognex 2800 emulator. I'm getting the In-Sight Vision Studio and will have a look.
@NorthstarCodeBase I'm running the Cognex 2800 emulator right now and I am not able to connect a socket via python nor via telnet. Does the real hardware is compatible with native interface? Do you have any idea how can I emulate it to be able to test the code?
Hi, I used the actual Cognex 2801 model. Your code can connect with the camera, but like I said, the Camera sends the status code and information in 2 different packages.
Hi, I use the Cognex 2800 series and it send data back in 2 different packages, so if you just use
it only get the status code
['1', '']
so I prefer change to: