--- a/svghmi/svghmi.js Tue Jan 14 11:09:26 2020 +0100
+++ b/svghmi/svghmi.js Wed Jan 15 09:35:29 2020 +0100
@@ -131,7 +131,7 @@
frequency: 1,
indexes: [heartbeat_index],
dispatch: function(value) {
- console.log("Heartbeat" + value);
+ // console.log("Heartbeat" + value);
change_hmi_value(this.indexes[0], "+1");
}
});
--- a/tests/svghmi/plc.xml Tue Jan 14 11:09:26 2020 +0100
+++ b/tests/svghmi/plc.xml Wed Jan 15 09:35:29 2020 +0100
@@ -1,7 +1,7 @@
<?xml version='1.0' encoding='utf-8'?>
<project xmlns:ns1="http://www.plcopen.org/xml/tc6_0201" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.plcopen.org/xml/tc6_0201">
<fileHeader companyName="Unknown" productName="Unnamed" productVersion="1" creationDateTime="2019-08-06T14:23:42"/>
- <contentHeader name="Unnamed" modificationDateTime="2020-01-14T10:15:29">
+ <contentHeader name="Unnamed" modificationDateTime="2020-01-15T09:34:34">
<coordinateInfo>
<fbd>
<scaling x="5" y="5"/>
@@ -110,7 +110,7 @@
<derived name="HMI_STRING"/>
</type>
<initialValue>
- <simpleValue value=""blup""/>
+ <simpleValue value="blup"/>
</initialValue>
</variable>
</localVars>