Skip to content

Generic CIP to Turck IO Link Device #177

Answered by ottowayi
sdmolt asked this question in Q&A
Discussion options

You must be logged in to vote

I have no experience with IO-Link nor these devices, but I'll try my best to give you some tips. I would start by removing the unconnected_send and route_path arguments, since you're connecting to this device directly there is nothing to route so those shouldn't be needed. Setting connected to False is also probably what you want. I would also make sure you're on the latest version, there was a bug that was adding to the CIP route in the CIPDriver when it should only happen in the LogixDriver. The service, class, instance, and attribute args all look correct, but the request_data you only have 1-byte and the example shows 3: Index (LSB), Index (MSB), Sub Index. I think your Index (0x40) n…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@sdmolt
Comment options

@dealeson
Comment options

Answer selected by sdmolt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants