ZRXP-Format: Difference between revisions

From BlueM
Jump to navigation Jump to search
(added RINVAL)
(Link to PDFs, add example)
Line 3: Line 3:
The ZRXP format is a text-based format for time series developed by [https://www.kisters.de/ Kisters].  
The ZRXP format is a text-based format for time series developed by [https://www.kisters.de/ Kisters].  


The format is documented [https://www.kisters.de/fileadmin/user_upload/Wasser/Downloads/ZRXP3.0_DE.pdf here].
The format is documented in {{file|pdf|ZRXP3.0 EN.pdf|Data Exchange Format ZRXP, User Manual}} ({{file|pdf|ZRXP3.0 EN.pdf|German version}}).
 
Example file:
<pre>
#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
</pre>


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


[[Category:BlueM.Wave]]
[[Category:BlueM.Wave]]
[[Category:Timeseries formats]]
[[Category:Timeseries formats]]

Revision as of 08:52, 18 February 2023

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.