Help setting up mist coolant
Posted: Wed Mar 26, 2025 6:22 pm
Hi, I've got an old Millport Smartlathez machine with a Servo3IO controller. I attached the report.zip. I was hoping to set up mist coolant on it since there is a button for it on the console. I found this thread which explains how to wire the relay: viewtopic.php?f=64&t=1072&p=5270&hilit= ... tput#p5270
I tried this and it didn't work. Just now, when preparing the report, I found that there is some code for the mist key which is commented out in T40015CP.SRC:
;IF Mist_key THEN (MK_1Shot)
;IF (ManMist ^ (!Auto_Coolant_Mode & MK_1Shot)) &
; !ATM_1Shot AND ! Stop THEN (ManMist)
;IF !Stop & ((M7 & Auto_Coolant_Mode) | (ManMist & !Auto_Coolant_Mode))
; THEN (Mist)
Perhaps this is why the button doesn't work? Is there any reason why this would be commented out, and how could I uncomment it to enable the mist functionality?
I tried this and it didn't work. Just now, when preparing the report, I found that there is some code for the mist key which is commented out in T40015CP.SRC:
;IF Mist_key THEN (MK_1Shot)
;IF (ManMist ^ (!Auto_Coolant_Mode & MK_1Shot)) &
; !ATM_1Shot AND ! Stop THEN (ManMist)
;IF !Stop & ((M7 & Auto_Coolant_Mode) | (ManMist & !Auto_Coolant_Mode))
; THEN (Mist)
Perhaps this is why the button doesn't work? Is there any reason why this would be commented out, and how could I uncomment it to enable the mist functionality?