Turntable controlling

Can anybody help with controlling the turntable conveyor ?
is it an int32 value the table uses for correct placement? is it 0-1-2-3 or is it dregree value
How do you tell the turntable that i has to use the value from the PLC?
I allready set up OPCAU and make links between the PLC tags and the turntables attributes, but i dont seems to use the values :frowning:
Regards
Peter

1 Like

The turntable conveyor uses routing rule to determine where to route incoming parts. It doesn’t seem to support external control like you would want.

Also the routing rules can only access properties of the incoming part, not the parent component so you would need to modify the script in the turntable component to implement external control.