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
bStartWriteto write all stored data points to a CSV file. - Set
bStartReadto read data points from a CSV file.