Cam: element properties, L-force | plc designer – Lenze PLC Designer PLC Designer (R3-1) User Manual

Page 586

Advertising
background image

L-force | PLC Designer

General Editors

584

DMS 4.1 EN 03/2011 TD29

The following lines have to be entered in the implementation:

(* Create CAM (of linear type for example); unique *)
FOR i:=0 TO 127 DO
Table.Table[i][0]:=Table.Table[i][1]:=REAL_TO_UINT(i / 127.0 * 65536);
END_FOR
(* connect pointers; must be done in each cycle !!! *)
CAM.pce := ADR(Table);


The CAM created can be used as input for module MC_CamTableSelect. The output of
this module in turn can be used for MC_CamIn.

13.1.8

CAM: Element Properties
The properties of elements used in the CAM Editor can be viewed and modified in the
Properties editor window.

To open this editor pick the entry

Element Properties, by default available in the

View menu. An window entitled "Properties" will appear. If currently no element
(point, mapping segment, tappet,...) is selected, the workspace of the editor is blank
and in the "Description" field in the lower part nothing is displayed.
Else, if in one of the graphical tabs of the CAM Editor (entitled "CAM" or "Tappets") an
element has been selected by a click, the workspace embodies a table showing all
properties related to the selected element.

Abb. 309 Example of editor displaying properties of a selected point

Advertising