New Samples Update. Modbus Coil Read Write Fix.
This commit is contained in:
11
Samples/TripleAdd/Scripts/refresh.js
Normal file
11
Samples/TripleAdd/Scripts/refresh.js
Normal file
@@ -0,0 +1,11 @@
|
||||
|
||||
function Reload(data) {
|
||||
$('#add1').val(data.Add1);
|
||||
$('#add2').val(data.Add2);
|
||||
$('#add3').val(data.Add3);
|
||||
$('#ans').val(data.Ans);
|
||||
}
|
||||
|
||||
function DisplayError(data) {
|
||||
alert(data);
|
||||
}
|
||||
Reference in New Issue
Block a user