-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trying an OpenForwardRequest for a Barcode scanner #83
Comments
That's the exception i get
|
Maybe this is also helpful
|
I believe the extended response code for 0x011C is "Transport Class Not Supported" |
|
I think the "Transport Class and Trigger" parameter should be But even if this works you're still very much on your own after that. The library only supports Class 3 (explicit messaging). You'll need a copy of the EtherNet/IP spec and a healthy understanding of Class 1 to get any further I think. |
Ok, thank you |
Hello,
I need to implement a program that is listening to a the barcode value change of the Cognex DM8700DX Scanner. I’m able to read the current value of the barcode in the scanner but polling is not an option for my customer.
So I figured out I need to use an OpenForwardRequest for this. But my code gets an exception when trying to decode the response. Can you please tell what I’m doing wrong.
That’s what my code looks like:
This is the link to the object model of the scanner.
This is the link describes the implicit messaging of the scanner
Thank you in advance
Kind regards
Michael
The text was updated successfully, but these errors were encountered: