Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Example: ReadWriteCsvFile

Example to write (read) valve characteristic curve data to (from) a CSV file.

FB_ValveCharacteristicCurve_WriteToCsv
Writes all stored data points to a CSV file.

FB_ValveCharacteristicCurve_ReadFromCsv
Reads all data points from a CSV file to a valve characteristic curve object.

Main application (MAIN):

  • Set bStartWrite to write all stored data points to a CSV file.
  • Set bStartRead to read data points from a CSV file.