ISaGRAF WinCE ViewPAC User Manual , V.1.6 , 1/2017 by ICP DAS
4-35
We need a function “Check_L21 to check the entered T1 value and post it to the ViewPAC.
Please un-mask the sample code to be as below.
// form sample, to check value of L21 & then post val to controller
// For example:
// ********************************************************************************
function Check_L21()
{
var val=form_L21.L21.value;
if(val>12000 || val<4000)
{
alert("T1's value should be in the range of 4000 to 12000");
return;
}
Check(form_L21); // post value to the controller
}
// ********************************************************************************
And also inside the “refresh_data() “ function, please insert below code.
// To refresh displayed data, this function is called by IE about every 1.5 sec later
function refresh_data()
{
B1.src = "./img/circle_blue" + boolean_val[1] + ".jpg";
B2.src = "./img/cmd" + boolean_val[2] + ".jpg";
B11.src = "./img/big_Tcircle_red" + boolean_val[11] + ".jpg";
if(boolean_val[12]==0)
{
B12.innerText="Ok";
font_B12.color="blue";
B12_blink=0;
}
else
{
B12_blink=1;
}
T1.innerText=timer_val[21] + " ms";
}
Содержание ISaGRAF VP-23W7
Страница 44: ......
Страница 118: ......
Страница 134: ...ISaGRAF WinCE ViewPAC User Manual V 1 6 1 2017 by ICP DAS 9 2 On line help of ICP DAS add on functions function blocks ...
Страница 176: ...ISaGRAF WinCE ViewPAC User Manual V 1 6 1 2017 by ICP DAS Ap 16 Appendix C Hardware Interface Dimension ...
Страница 177: ...ISaGRAF WinCE ViewPAC User Manual V 1 6 1 2017 by ICP DAS Ap 17 VP 23W7 23W6 Unit mm ...
Страница 178: ...ISaGRAF WinCE ViewPAC User Manual V 1 6 1 2017 by ICP DAS Ap 18 VP 25W7 25W6 Unit mm ...
Страница 179: ...ISaGRAF WinCE ViewPAC User Manual V 1 6 1 2017 by ICP DAS Ap 19 ...
Страница 180: ...ISaGRAF WinCE ViewPAC User Manual V 1 6 1 2017 by ICP DAS Ap 20 VP 41x7 41x6 Unit mm ...
Страница 185: ...ISaGRAF WinCE ViewPAC User Manual V 1 6 1 2017 by ICP DAS Ap 25 ...