20.01.2014 Views

Quickstart manual - ICPDAS-EUROPE

Quickstart manual - ICPDAS-EUROPE

Quickstart manual - ICPDAS-EUROPE

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

function blink_obj()<br />

{<br />

if(blink_step==1)<br />

{<br />

blink_step=0;<br />

if(B12_blink==1)<br />

{<br />

B12.innerText="Error !" ;<br />

font_B12.color="red";<br />

}<br />

}<br />

else<br />

{<br />

blink_step=1;<br />

if(B12_blink==1)<br />

{<br />

B12.innerText="" ;<br />

font_B12.color="red";<br />

}<br />

}<br />

setTimeout("blink_obj()", blink_period);<br />

}<br />

…function refresh_data()<br />

{<br />

if(boolean_val[12]==0)<br />

{<br />

B12.innerText="Ok";<br />

font_B12.color="blue";<br />

B12_blink=0;<br />

}<br />

else<br />

{<br />

B12_blink=1;<br />

}<br />

}<br />

…<br />

Blink step 1:<br />

To display “Error !” in red color.<br />

Blink step 2:<br />

To display “” (nothing) in red color.<br />

The action of the Text object “B12” is<br />

defined here.<br />

If boolean_val[12]=0, no blink.<br />

If boolean_val[12]=1, blink.<br />

5-12 Getting Started : The XPAC-8xx7-CE6 PAC, Ver.1.23 , May 2012 by ICP DAS

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!