# HG changeset patch # User Edouard Tisserant # Date 1579077329 -3600 # Node ID af32e80d108f38a58deed90973d8e91677985d0b # Parent 1e5abecc3cdef481a43c47d5de180e34c27ecf05 SVGHMI non significant fixes diff -r 1e5abecc3cde -r af32e80d108f svghmi/svghmi.js --- 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"); } }); diff -r 1e5abecc3cde -r af32e80d108f tests/svghmi/plc.xml --- 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>