M85 - Open Door

This G-code opens an automatic enclosure door.

 

M85 works with the Door Open / Close output on MASSO and sets the output HIGH to open the door.

 

The door open function is interlocked with the MASSO spindle and will stop the spindle when the door opens.

 

Opening the door does not stop machine operation. If the machine must halt, use the Door Sensor input to stop machine operation.

A sounder output is provided so the user can connect a warning sounder.

 


Syntax & Parameters

 

  • M85

 


Example Program

 

N10 M85

 

  • When M85 is executed:

  • The Sounder output goes HIGH for 1 second to signal the door is about to open.

  • The Door Open / Close output is set to HIGH.

  • The Sounder output then alternates between HIGH and LOW every 0.5 seconds for 5 seconds to warn that the door is opening.

 

 

 

INFORMATION: To close the door, see G-code M86.

 


INFORMATION: For manual door operation, use the Door Open / Close input.