Machine.config_MaxPulseSpeed()

[Motion86]

Description

Set the maximum speed of the machine output pulse.

Syntax

machine.config_MaxPulseSpeed(pfhz);

Parameters

  • machine: is the Machine object.
  • pfhz: The speed of the machine pulse output in pulses/s (HZ).

Returns

  • true: The setting is successful.
  • false: The setting is wrong, which means the machine does not exist or it was set up after the machine was started.

Please make sure that the machine exists and make sure that the machine is set up before starting the machine.

See also


Libraries Reference Home

The text of the 86Duino reference is a modification of the Arduino reference and is licensed under a Creative Commons Attribution-ShareAlike 3.0 License. Code samples in the reference are released into the public domain.

Leave a Comment

Scroll to Top