Hi:
Makes no difference to the machine. When you use the slider and then exit the wizard, Mach4 stores the value in the machine.ini profile under [Darwin]
as ( Im pretty sure ) "Pulse Freq". TO be clear, this means you have selected config/plugins, then pressed config on Darwin. The pulse screen slider is then changed to 20,000 and you exit. This should be permanent unless changed due to the entry in the machine.ini for [Darwin] under "Frequency"
As it starts up it runs this line
mcProfileGetInt(m_cid , "Darwin", "Frequency", &rval, 25000);, so it defaults to 25K if nothing is stored.
So when you exit it should then read 20000. It sounds liek for some reason your configs arent saving.
Art