ZRXP-Format

From BlueM
Revision as of 08:52, 18 February 2023 by Froehlich (talk | contribs) (Link to PDFs, add example)
Jump to navigation Jump to search

Wave.png Wave | Development

The ZRXP format is a text-based format for time series developed by Kisters.

The format is documented in Data Exchange Format ZRXP, User Manual information.png (German version information.png).

Example file:

#ZRXPVERSION2206.235|*|ZRXPMODEStandard|*|ZRXPCREATORKisters ZRXP-Fileexporter|*|
#TZMEZ|*|SANR00001234|*|SNAMEStation|*|SWATERFluss|*|CNR12345|*|CNAMEQzu|*|
#CTYPEn-min-equi|*|CMW1|*|RTIMELVLdaily|*|CUNITm3/s|*|RINVAL-777|*|RNR1|*|
#RTYPEmean values|*|RORPRProduktion|*|
#LAYOUT(timestamp,value)|*|
19741231000000 -777.0 
19750101000000 3.23 
19750102000000 2.69 
19750103000000 2.51 
19750104000000 2.20 
19750105000000 1.79 
19750106000000 1.54 
19750107000000 2.48 

Notes

  • The ZRXP format is associated with the file extensions *.zrx and *.zrxp.
  • Wave reads all metadata contained in the file, but currently only uses CUNIT for setting the unit, a combination of SNAME and CNAME for setting the title, and RINVAL for handling error values.