I want to find...

検索

Shares

Table of Content

Machine.config_MaxPulseSpeed()

[Motion86]

説明

Set the maximum speed of the machine output pulse.

構文

machine.config_MaxPulseSpeed(pfhz);

媒介変数

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

戻り値

  • 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

86Duino のリファレンスのテキストは Arduino レファレンス を編集したもので、 Creative Commons Attribution-ShareAlike 3.0 License下でライセンスされています。リファレンス内のコードサンプルはパブリックドメインとして公開されています。

上部へスクロール