Du bist nicht angemeldet.
Lieber Besucher, herzlich willkommen bei: Aqua Computer Forum. Falls dies dein erster Besuch auf dieser Seite ist, lese dir bitte die Hilfe durch. Dort wird dir die Bedienung dieser Seite näher erläutert. Darüber hinaus solltest du dich registrieren, um alle Funktionen dieser Seite nutzen zu können. Benutze das Registrierungsformular, um dich zu registrieren oder informiere dich ausführlich über den Registrierungsvorgang. Falls du dich bereits zu einem früheren Zeitpunkt registriert hast, kannst du dich hier anmelden.
Phatboy69
Full Member
Phatboy69
Full Member
![]() |
Quellcode |
1 2 3 4 5 |
:top C:\libxslt-1.1.26.win32\bin\xsltproc.exe -o c:\cpu-clean.xml c:\CPU.xsl c:\CPU.xml C:\libxslt-1.1.26.win32\bin\xsltproc.exe -o c:\gpu-clean.xml c:\CPU.xsl c:\GPU.xml timeout 5 goto top |
![]() |
Quellcode |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
<?xml version="1.0" encoding="utf-8"?> <LogDataExport xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <name>CPU</name> <exportTime>2013-03-07T01:03:58.0461184+11:00</exportTime> <logdata> <LogDataSet> <t>2013-03-07T01:03:57.912</t> <value>35.41</value> <name>CPU Water out T2</name> <unit>°C</unit> <valueType>temperature</valueType> <device>aquaero 5 (A5)</device> </LogDataSet> </logdata> </LogDataExport> |
![]() |
Quellcode |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
<LogDataExport> <name>CPU</name> <exportTime>2013-03-07T01:03:58.0461184+11:00</exportTime> <logdata> <LogDataSet> <t>2013-03-07T01:03:57.912</t> <value>35.41</value> <name>CPU Water out T2</name> <unit>°C</unit> <valueType>temperature</valueType> <device>aquaero 5 (A5)</device> </LogDataSet> </logdata> </LogDataExport> |
![]() |
Quellcode |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
<LogDataExport> <name>Temps</name> <exportTime>2012-11-14T14:13:32.2662968+11:00</exportTime> <logdata> <LogDataSet> <t>2012-11-14T14:13:32.058</t> <value>31.84</value> <name>CPU Water In Temp</name> <unit>°C</unit> <valueType>temperature</valueType> <device>aquaero 5</device> </LogDataSet> <LogDataSet> <t>2012-11-14T14:13:32.058</t> <value>28.28</value> <name>GPU Water In Temp</name> <unit>°C</unit> <valueType>temperature</valueType> <device>aquaero 5</device> </LogDataSet> </logdata> </LogDataExport> |
Phatboy69
Full Member
![]() |
Quellcode |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 |
[Format] type=xml ; xml / txt / ini dataExpiry=0 ; # of seconds to consider the data invalid language=EN ; The language used by the lists in this file. Other languages can be added by copying the lists to a new text file, ; translating them and then saving the file as "lists.<language>.txt", e.g. lists.RU.txt [Parsing] logdata.LogDataSets logdata.LogDataSets.CpuTime logdata.LogDataSets.CpuTime.*Value logdata.LogDataSet.t logdata.LogDataSets.CpuTime.Level logdata.LogDataSet.t logdata.LogDataSets.CpuTime.Level.Code logdata.LogDataSet.t logdata.LogDataSets logdata.LogDataSets.CpuTemp logdata.LogDataSets.CpuTemp.*Value logdata.LogDataSet.value logdata.LogDataSets.CpuTemp.Level logdata.LogDataSet.value logdata.LogDataSets.CpuTemp.Level.Code logdata.LogDataSet.value logdata.LogDataSets logdata.LogDataSets.CpuName logdata.LogDataSets.CpuName.*Value logdata.LogDataSet.name logdata.LogDataSets.CpuName.Level logdata.LogDataSet.name logdata.LogDataSets.CpuName.Level.Code logdata.LogDataSet.name logdata.LogDataSets logdata.LogDataSets.CpuUnit logdata.LogDataSets.CpuUnit.*Value logdata.LogDataSet.unit logdata.LogDataSets.CpuUnit.Level logdata.LogDataSet.unit logdata.LogDataSets.CpuUnit.Level.Code logdata.LogDataSet.unit logdata.LogDataSets logdata.LogDataSets.CpuvalueType logdata.LogDataSets.CpuvalueType.*Value logdata.LogDataSet.valueType logdata.LogDataSets.CpuvalueType.Level logdata.LogDataSet.valueType logdata.LogDataSets.CpuValueType.Level.Code logdata.LogDataSet.valueType logdata.LogDataSets logdata.LogDataSets.CpuDevice logdata.LogDataSets.CpuDevice.*Value logdata.LogDataSet.device logdata.LogDataSets.CpuDevice.Level logdata.LogDataSet.device logdata.LogDataSets.CpuDevice.Level.Code logdata.LogDataSet.device |
![]() |
Quellcode |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 |
[Format] type=xml ; xml / txt / ini dataExpiry=0 ; # of seconds to consider the data invalid language=EN ; The language used by the lists in this file. Other languages can be added by copying the lists to a new text file, ; translating them and then saving the file as "lists.<language>.txt", e.g. lists.RU.txt [Parsing] logdata.LogDataSets logdata.LogDataSets.GpuTime logdata.LogDataSets.GpuTime.*Value logdata.LogDataSet.t logdata.LogDataSets.GpuTime.Level logdata.LogDataSet.t logdata.LogDataSets.GpuTime.Level.Code logdata.LogDataSet.t logdata.LogDataSets logdata.LogDataSets.GpuTemp logdata.LogDataSets.GpuTemp.*Value logdata.LogDataSet.value logdata.LogDataSets.GpuTemp.Level logdata.LogDataSet.value logdata.LogDataSets.GpuTemp.Level.Code logdata.LogDataSet.value logdata.LogDataSets logdata.LogDataSets.GpuName logdata.LogDataSets.GpuName.*Value logdata.LogDataSet.name logdata.LogDataSets.GpuName.Level logdata.LogDataSet.name logdata.LogDataSets.GpuName.Level.Code logdata.LogDataSet.name logdata.LogDataSets logdata.LogDataSets.GpuUnit logdata.LogDataSets.GpuUnit.*Value logdata.LogDataSet.unit logdata.LogDataSets.GpuUnit.Level logdata.LogDataSet.unit logdata.LogDataSets.GpuUnit.Level.Code logdata.LogDataSet.unit logdata.LogDataSets logdata.LogDataSets.GpuvalueType logdata.LogDataSets.GpuvalueType.*Value logdata.LogDataSet.valueType logdata.LogDataSets.GpuvalueType.Level logdata.LogDataSet.valueType logdata.LogDataSets.GpuValueType.Level.Code logdata.LogDataSet.valueType logdata.LogDataSets logdata.LogDataSets.GpuDevice logdata.LogDataSets.GpuDevice.*Value logdata.LogDataSet.device logdata.LogDataSets.GpuDevice.Level logdata.LogDataSet.device logdata.LogDataSets.GpuDevice.Level.Code logdata.LogDataSet.device |
![]() |
Quellcode |
1 2 3 4 5 |
:top C:\libxslt-1.1.26.win32\bin\xsltproc.exe -o c:\cpu-clean.xml c:\CPU.xsl c:\CPU.xml C:\libxslt-1.1.26.win32\bin\xsltproc.exe -o c:\gpu-clean.xml c:\CPU.xsl c:\GPU.xml timeout 10 goto top |
![]() |
Quellcode |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 |
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> <xsl:output method="xml" version="1.0" indent="no" omit-xml-declaration="yes"/> <xsl:template match="*"> <xsl:element name="{local-name()}"> <xsl:apply-templates select="@* | node()"/> </xsl:element> </xsl:template> <xsl:template match="@*"> <xsl:attribute name="{local-name()}"> <xsl:value-of select="."/> </xsl:attribute> </xsl:template> <xsl:template match="text() | comment() | processing-instruction()"> <xsl:copy/> </xsl:template> </xsl:stylesheet> |
![]() |
Quellcode |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
<LogDataExport> <name>CPU</name> <exportTime>2013-03-08T01:24:18.4380893+11:00</exportTime> <logdata> <LogDataSet> <t>2013-03-08T01:24:17.577</t> <value>34.9</value> <name>CPU Water in T1</name> <unit>°C</unit> <valueType>temperature</valueType> <device>aquaero 5 (A5)</device> </LogDataSet> </logdata> </LogDataExport> |
Phatboy69
Full Member
novax1
Full Member
Dieser Beitrag wurde bereits 2 mal editiert, zuletzt von »novax1« (30. März 2013, 09:42)
Phatboy69
Full Member
![]() |
Quellcode |
1 2 3 4 5 |
:top C:\libxslt-1.1.26.win32\bin\xsltproc.exe -o c:\cpu-clean.xml c:\CPU.xsl c:\CPU.xml C:\libxslt-1.1.26.win32\bin\xsltproc.exe -o c:\gpu-clean.xml c:\CPU.xsl c:\GPU.xml timeout 1 goto top |
Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »Phatboy69« (31. März 2013, 04:47)
novax1
Full Member
Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »novax1« (31. März 2013, 05:45)
Phatboy69
Full Member
Hello
and created the file and xml.bat.
but not how to set it in the task scheduler. Windows 8
I can help
this code as I have to put cleaning.
<xsl: stylesheet
xmlns: xsl = "http://www.w3.org/1999/XSL/Transform"
version = "1.0">
method="xml" <xsl:output version="1.0" indent="no" omit-xml-declaration="yes"/>
<xsl:template match="*">
<xsl:element name="{local-name()}">
<xsl:apply-templates select="@* | node()"/>
</ xsl: element>
</ xsl: template>
<xsl:template match="@*">
<xsl:attribute name="{local-name()}">
<xsl:value-of select="."/>
</ xsl: attribute>
</ xsl: template>
<xsl:template match="text() | comment() | processing-instruction()">
<xsl:copy/>
</ xsl: template>
</ xsl: stylesheet>
Sorry but I have no experience in xml
thanks
Phatboy69
Full Member
Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »Phatboy69« (31. März 2013, 12:03)
novax1
Full Member
SaludosHello
and created the file and xml.bat.
but not how to set it in the task scheduler. Windows 8
I can help
this code as I have to put cleaning.
<xsl: stylesheet
xmlns: xsl = "http://www.w3.org/1999/XSL/Transform"
version = "1.0">
method="xml" <xsl:output version="1.0" indent="no" omit-xml-declaration="yes"/>
<xsl:template match="*">
<xsl:element name="{local-name()}">
<xsl:apply-templates select="@* | node()"/>
</ xsl: element>
</ xsl: template>
<xsl:template match="@*">
<xsl:attribute name="{local-name()}">
<xsl:value-of select="."/>
</ xsl: attribute>
</ xsl: template>
<xsl:template match="text() | comment() | processing-instruction()">
<xsl:copy/>
</ xsl: template>
</ xsl: stylesheet>
Sorry but I have no experience in xml
thanks
no se como poner el archivo creado xml.bat en el programador de tareas.
El código de limpieza que le indico como tengo que usarlo y donde lo tengo que poner.
Im very sorry but Im not understanding your english translation. Can you post in spanish and Ill try translate for myself.
Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »novax1« (31. März 2013, 12:14)
Phatboy69
Full Member
novax1
Full Member
impressiveHere's my new G19 Screens for Aquasuite 2013.
I have added Aquasuite alarms to the G19 screen and critical dials & indicators on a dedicated Aquasuite screen.
Main G19 Page screenshot with all ok, and screenshot with 1 pump turned off to simulate a failure.
![]()
Aquasuite G19 Page screenshot with all ok, and screenshot with 1 pump turned off to simulate a failure.
![]()
A Screen shot of some of the LCDHost settings for the Aquasuite page.
![]()
Phatboy69
Full Member
[/quote]1.0Saludos
no se como poner el archivo creado xml.bat en el programador de tareas.
El código de limpieza que le indico como tengo que usarlo y donde lo tengo que poner.
novax1
Full Member
Phatboy69
Full Member
este es el error que muestra cuando ejecuto XML.bat.
This is the error that shows when I run XML.bat.
novax1
Full Member
Dieser Beitrag wurde bereits 3 mal editiert, zuletzt von »novax1« (4. April 2013, 14:09)
-