Microcontroller that outputs an on signal at regular intervals
This microcontroller outputs an on signal at regular intervals.
When it receives an on signal, it outputs an on signal at regular intervals for that duration. The interval can be set via the properties.
The output can be split into multiple on signals within the fixed interval. The default is 2, so the microcontroller has two output nodes. If you need to change this, set the desired number of splits in the properties and modify the microcontroller accordingly.
Example: Since the light autocannon fires once every 8 ticks, set the interval to 8 and repeat the number of times [a number divisible by 8].
---------------------------------------
一定間隔でオン信号を出力するマイコンです。
オン信号を受け取るとその間は一定間隔でオン信号を出力します。間隔はプロパティから設定できます。
一定間隔の間に複数のオン信号に分けることができます。デフォルトは2なので、マイコンの出力ノードも二つになっています。変える必要がある場合は、プロパティから分けたい数を設定してマイコンを適切に改造してください。
例:light autocannonは8tickごとに1発発射するため、間隔を8にして繰り返す回数を[8を割り切ることができる数]にする