temp=document.getElementById("Alarm_Low_"+i); if(temp!=null) temp.innerHTML=(decvalue_low&(0x01<<i))?"<font color='red'>ON</font>":"OFF"; } } } catch(err){ var txt="There was an error on this page.\n\n"; txt+="Error description: " + err.description + "\n\n"; txt+="Click OK to continue.\n\n"; //alert(txt); } } iProcess++; if(iProcess>2) iProcess=0; }
function byteCount(bits){ return parseInt((parseInt(bits)+7)/8); }
var flashReady=false; function IsReady(){ flashReady=true; }
var myTimeticks=0; function myTimer(){ if(flashReady==true){ Timer=window.clearInterval(Timer); thisMovie("msocket").ModbusSocketConnect(NetID, host, Module_Port); Timer=setInterval("timerupdate()", Scanrate); } else if(myTimeticks>10){ Timer=window.clearInterval(Timer); } myTimeticks+=1; }
var Recon_Timeticks; function timerupdate(){ var tmp_comm=document.getElementById("communication"); var tmp_timeout=document.getElementById("timeout"); var tmp_comm_status=document.getElementById("tab_comm_status"); if(thisMovie("msocket").ModbusSocketStatus()==1){ tmp_comm_status.style.backgroundColor="#EEEEEE"; tmp_comm.innerHTML="Good"; } else{ tmp_comm_status.style.backgroundColor="#FF1A1A"; tmp_comm.innerHTML="Failed"; tmp_timeout.innerHTML="";
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Здравствуйте, подскажите какой тег использовать для увеличения значения, пример на картинке.
Вроде, про такой тег я слышала. Если есть тег прогресс бар, значит и такое должно быть.
Question
edic01
Помогите, пожалуйста, разобраться в коде! Не могу понять где происходит вывод не нулевых значений.
Link to comment
Share on other sites
0 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.