Home > List of Keywords > *WRITECONT
*WRITECONT
Data format:
A first line followed by an arbitrary number of lines comprising 1 to 20 values each. Note that & can be used if several lines are needed
ID_TURBINE IOP
L(1) ... L(N)
Purpose :
To create .csv files of data exchanged with the turbine controller dll (Ctr_out_ TurbineName.csv and Ctr_in_ TurbineName.csv) before and after calling the controller or .txt after the controller call but saved only at recording time steps (turbctr_ TurbineName.txt)
Details :
Parameter | Description |
---|---|
ID_TURBINE | Turbine identification number |
IOP | IOP=0 : creation of .csv file; IOP=1: creation of .txt file |
L(1) ... L(N) | List of line numbers of the exchange table to be written (note L(1) L(2) L(3) is equivalent to L(1) - L(3) ) |
Note
Data are saved at every time steps, the time steps for saving data is not taken into account.