Y table

Y tables are based on the 'ST_PROF_YTAB' structure. They support the definition of a function y=f(x) with equidistant x axis resolution.

In the table structure, only the y values of the function y=f(x) are described.

The corresponding x values are generated in the block with 'uiNoElement'+1 equidistant points.

Thus:

A =

udMasterInc
uiNoElement

where A: equidistant spacing

 

Tabelle 2: CAM_PROF: Table structure of the Y table

Header information:

  enType = PROF_YTAB  

  uiNoElement  

 

udMasterInc

Interpolation points:

diY[0] = 0

 

diY[1]

 

...

 

diY[360]

 

Limiting to 'uiNoElement' = 360 is negated by mode 'enType' = PROF_YTAB_NL

 

Abbildung 33: CAM_PROF: Principle of the function interpolator with Y table

 

Advantages of the Y table

Disadvantages of the Y table