ZRXP-Format
Jump to navigation
Jump to search
Wave | Download | 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 (German version ).
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 ofSNAME
andCNAME
for setting the title, andRINVAL
for handling error values.