Heidenhain IK 5293 User Manual Page 338

  • Download
  • Add to my manuals
  • Print
  • Page
    / 407
  • Table of contents
  • TROUBLESHOOTING
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 337
Chapter 7 Programming
324
Quote marks ""
Use quote marks to indicate an output in a formula. For example,If([Circle
1]radius<=2.0,"Small")
prints the word "Small" in the column if the radius of Circle 1 is less than or
equal to 2.0.
A more complex equation might be
If([Circle 1]radius<=2.0,"Small","Big")
Here the "Small" is printed if the radius of Circle 1 is less than or equal to
2.0 and "Big" is printed if it is greater than 2.0.
Use empty quote marks "" to show no output. For example,
If([Circle 1]radius>2.0,"","Small")
gives the same output as
If([Circle 1]radius<=2.0,"Small")
using a slightly different formula.
Min/Max
Use the min and max functions to find the minimum or maximum param-
eter for a series of features. For example,
Max(-1,-10,"Diameter")
will produce the maximum diameter of the last 10 circles measured.
Page view 337
1 2 ... 333 334 335 336 337 338 339 340 341 342 343 ... 406 407

Comments to this Manuals

No comments