|
Dear Applications:
If we turn
our machines (a VF-2 and a VF-3) off at night, do we have to run the
spindle warm-up program each morning? Also, is there a timer or some other
mechanism to turn the machines on automatically at a specified time?
Doug
Messersmith
Dear Doug,
It is
recommended that you warm up the spindle each day. The warm-up program
should be on the disk that came with your machine. There is also a sleep
function that will start the machine after a specified time and run a
program of your choosing – a warm-up program if you desire.
If you have
the function available in your machine, you will find it in the
operator’s manual under the M-code listings: M95, Sleep Mode.
Sleep mode
is essentially a long dwell, but with power to the servo motors turned
off. Sleep mode can be used when the user wants the machine to begin
warming itself up early in the morning and be ready for use upon the
operator’s arrival.
The format
of the M95 command is: M95 (hh:mm).
The comment immediately following the M95 command must contain the number
of hours and minutes the machine is to sleep. For example, if the current
time were 6 p.m. and the user wanted the machine to sleep until 6:30 the
next morning, the command would be: M95 (12:30). Up to 99 hours can be
specified, thus allowing the machine to sleep for more than 4 days. If the
time is specified using an incorrect format, Alarm 324, “Delay time
range error,” will be generated.
When the
machine enters sleep mode, it will turn off power to the servo motors and
display the following message:
HAAS SLEEP
MODE
REMAINING TIME nnn MIN
The message
will be displayed in a different position on the screen each second, to
prevent it from being burned into one spot on the screen. When less than
one minute of sleep time remains, the message will change to: REMAINING
TIME nn SEC. If the user presses any key or opens the door, sleep mode
will be canceled, power will be restored to the servo motors and the
active program will wait at the block following the M95 until the user
presses the Cycle Start key. For the last 30 seconds of sleep time, the
machine will beep and display an additional message: WAKE UP IN nn
SECONDS. When the sleep time has elapsed, power will be restored to the
servo motors and the active program will continue at the block following
M95.
Sincerely,
Haas Applications
|