Description

The BStringToFile component records values into a user-defined file.

For each change in the value of the in property, the component records this value into a file. Between each value is a separator which is also user-defined.


Implementation


  • Add the BStringToFile component into the station.
  • Set the File Path property to the path of a file.
  • Set the Record Separator property or leave it empty.
  • Link the In Slot to a source of data

Properties

  • In: Indicates the value to be recorded.
  • FilePath: Indicates the path of the file in which records are to be stored.
  • RecordSeparator: Indicates the separator to use between different records. If left empty, the separator will be a newline.