コンテンツにスキップ

Data Synchronizer vTool#

The Data Synchronizer vTool allows you to synchronize multiple data inputs.

The data types of the inputs don't have to be identical. You can add as many input pins as you like by connecting an output pin of another vTool to an input pin of the Data Synchronizer. For each input pin, a corresponding output pin is created.

Two synchronization modes are available:

  • Leader-Follower: The frequency of the first input determines the frequency of the data output. If the frequency at the Data1 input pin is higher than at the DataN input pin, the DataN input data is duplicated. If the frequency at the DataN input pin is higher than at the Data1 input pin, data from the DataN input pin is discarded.
  • No Data Loss: All updates from any input trigger a synchronized output. In this mode, no data is lost.

入力#

Data1#

Accepts input of any data type.

  • Data type: Initially Generic. Once a connection is made, the input pin takes the data type of the output pin connected.

DataN#

Accepts input of any data type.

  • Data type: Initially Generic. Once a connection is made, the input pin takes the data type of the output pin connected.

出力#

DataN#

Returns the synchronized data inputs according to the mode specified.

  • Data type: Same as the corresponding input.