Delayer
状況によっては、何らかの変数値の履歴を保持する必要がある場合があります。たとえば、最後の値の平均または差を取得したい場合などです。
For this, you can use a Delayer, with which you can maintain the history of the values of a given variable. You can do this by inserting a Variable Card in the top slot for which you want to maintain the history. You can now create Variable Cards that will refer to a list of values, which corresponds to the history. The referenced (or any other) Variable Card must remain in the top slot for the delayer to work.
最も古い値はリストの最後の要素に対応します。履歴の最大長はGUI内から選択できます。