Tommy,
The following change should do what you need:
Change:
if cld[1] = 71 then Mc = 8 else Mc = 9 ! On/Off coolant
To:
if cld[1] = 71 then Mc = 50 else Mc = 9 ! On/Off coolant
You should review the post-processed code after making the change before running the program to make sure it does what you want it to.
-Brian


LinkBack URL
About LinkBacks




but i want to be able to choose between flood=M8 and Mist=M50.