XY table

XY tables are based on the 'ST_PROF_XYTAB' structure. They support the definition of a function y=f(x) with any x axis resolution.

In the table structure, the x and y values of the function y=f(x) are described by 'uiNoElement'+1 pair of values.

 

Tabelle 2: CAM_PROF: Table structure of the XY table

Header information:

  enType = PROF_XYTAB  

  uiNoElement  

 

udMasterInc (not used)

Interpolation points:

stElement[0].diX = 0

 

stElement[0].diY = 0

 

stElement[1].diX

 

stElement[1].diY

 

...

 

stElement[180].diX

 

stElement[180].diY

 

Limiting to 'uiNoElement' = 180 is negated by mode 'enType' = PROF_XYTAB_NL

 

Abbildung 5: CAM_PROF: Principle of the function interpolator with XY table

 

Advantages of the XY table

Disadvantages of the XY table