Curve point table
INFORMATION
The "interpolation" function processes only one buffer for the data of the curve point table. This means that only one curve point table can be read in and interpolated. Switching between two curve point tables on the fly is not possible.
The file with the curve point table must be stored on the memory card of the MOVI-C® CONTROLLER in the same directory as the curve descriptions created with the MOVISUITE® Cam Editor, usually the directory /DATA/Camming/Achsname
, where "Achsname" (axis name) is the identifier of the axis assigned in MOVISUITE®.
The curve point table must be stored in an ASCII file in the following format:
- In the first line, there is a single number that defines the number n of pairs of curve points.
- This is followed by n lines, each containing a pair of numbers separated by a semicolon. The first number corresponds to the master position in user units of the master axis, the second number to the corresponding slave position in user units of the slave axis. It is not important whether the decimal point is a point (e.g. "0.125") or a comma (e.g. "0,125"). Both formats are processed.