18.06.2014 Views

AGFA d-lab.3 Digital Compact Lab

AGFA d-lab.3 Digital Compact Lab

AGFA d-lab.3 Digital Compact Lab

SHOW MORE
SHOW LESS

Create successful ePaper yourself

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

Diagnosis / Troubleshooting<br />

Repair<br />

MiniCalc - calc<br />

MiniCalc is an Interpreter to calculate numeric<br />

expressions. The basic calculation operations (+ -<br />

* /), the allocation (=) and the setting into brackets<br />

((4+7)*8) of expressions are supported. The result<br />

must be allocated to a variable, variables and<br />

Integers are admissible as operands.<br />

Syntax:<br />

calc var = expr<br />

Example:<br />

calc $1 = 10<br />

calc $2 = 90<br />

calc $3= ($1 * $2 + 100 - 200) / 2<br />

set $4 = "($1 * $2 + 100 - 200) / 2 = " + $3<br />

msgbox $4<br />

String Allocation – var_set<br />

Example:<br />

calc $1 = 4 * 10<br />

set $2 = "ipv" + $1<br />

msgbox $2<br />

# variable are indicated with leading zeros<br />

set $2 = "ipv" + $1!6<br />

msgbox $2<br />

3.12 2001-01-02 /PN 9009 <strong>AGFA</strong> d-<strong>lab.3</strong>

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

Saved successfully!

Ooh no, something went wrong!