config_MaxPulseSpeed()
Description
Set the maximum speed of the machine's output pulse.
Syntax
machine.config_MaxPulseSpeed(pfhz);
Parameters
machine
: Machine
object.
pfhz
: The speed of the machine's pulse output, in pulses/s (HZ).
Return
true: Setting is successful.
false: Setting error, which means the machine does not exist or the setting is done after the machine is started.
Please make sure the machine exists and make sure to set it before starting it.
See also
Library Reference Main Page
The text of the 86Duino reference is licensed under a Creative Commons Attribution-ShareAlike 3.0 License. Code samples in the reference are released into the public domain.