I am making a door function on a “CNC” that turns a Shaft/Aksel, then a robot picks it up and places it on a pallet.
I have made the door/CNC as a Mechanism so it can slide open or shut.
I’ve placed a Plane sensor so I can set boundaries for the robot when its allowed or not, to pick up the Shaft inside the CNC.
I have tried setting it up as I believe it should be and working, but offcourse it doesnt
I have linked a couple of pictures so you can see what i mean.
I hope that someone can help me or bring me directions :smile:
You could use any sensor, for example line sensor, just in front of the open door, which sets a signal high when the door is closed (i.e. the door intersects the line sensor). Then in Rapid you make the robot wait for that signal to go low before it continues on its path into the CNC.
I know that Maxim, it was connecting the Door mechanism så when i send the signal high it closes the door and when i send the signal low it opens again.
But it wont work
Sturner :
I’ve tested the diCloseDoor and diOpenDoor manually on my SC_CNCv2 while running simulation and they work probably when doing that.
Im thinking it might be the Output that are causing the problems.
I’ve fixed the problem !
I had misconfigurated the station logic signals and the door function works perfectly now
So many thanks to you Guys Sturner and Maxim Riabichev for your help.