|
From: <ma...@us...> - 2012-05-13 10:36:22
|
Revision: 817
http://openautomation.svn.sourceforge.net/openautomation/?rev=817&view=rev
Author: mayerch
Date: 2012-05-13 10:36:15 +0000 (Sun, 13 May 2012)
Log Message:
-----------
Make obvious in the demo config that units etc. can be easily added to the format string
Modified Paths:
--------------
CometVisu/trunk/visu/visu_config_demo.xml
Modified: CometVisu/trunk/visu/visu_config_demo.xml
===================================================================
--- CometVisu/trunk/visu/visu_config_demo.xml 2012-05-12 22:02:23 UTC (rev 816)
+++ CometVisu/trunk/visu/visu_config_demo.xml 2012-05-13 10:36:15 UTC (rev 817)
@@ -377,6 +377,15 @@
<address transform="DPT:9">12/7/9</address>
</info>
<line/>
+ <info format="%.2f°C">
+ <label>Format "%.2f°C":</label>
+ <address transform="DPT:9">12/7/9</address>
+ </info>
+ <info format="%.2f%%">
+ <label>Format "%.2f%%":</label>
+ <address transform="DPT:9">12/7/9</address>
+ </info>
+ <line/>
<info format="%.4f" mapping="One1000th">
<label>Format "%.4f + Formel":</label>
<address transform="DPT:9">12/7/9</address>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|