You are on page 1of 1

SIMATIC E3-LIB\LIB\Sources\...

\Notes 03/23/2019 04:51:18 PM

1 //attributes :
2 //S7_sampletime Sampling TIME A parameter with this system attribute is automatically assigned
the cycle time of the calling watchdog interrupt OB. Set the "Update scan time" check box acc
ordingly when you compile the CFC chart (cf. chapter 1.4).false
3 //S7_dynamic CFC A parameter assigned this system attribute is automatically registered FOR te
sting in CFC test mode. false
4 //S7_edit CFC Defines whether TO include the parameter in the "Edit parameters/signals" table
FOR editing in SIMATIC Manager without opening the CFC chart. false
5 //S7_link CFC Defines whether the parameter can be interconnected in the CFC. true
6 //S7_param CFC Defines whether the parameter can be programmed in the CFC. true
7 //S7_visible CFC A parameter with system attribute status 'false' is NOT visualized in the CFC
chart.true
8 //S7_qc CFC, O&M This attribute identifies parameters which provide the quality code in additi
on TO the process value.
9 // The quality code declaration in the interface must be appended as next parameter immediatel
y after the process value. The process value may be OF ANY data TYPE, however, the quality cod
e must be OF the data TYPE "BYTE". false
10
11 //S7_contact SFC Parameter belongs TO a connection group false
12 //S7_m_c O&M Defines whether the operator can control AND monitor the parameter AT an OS false
13 // S7_shortcut O&M Contains the parameter name with a maximum STRING length OF 16 characters.
This name, FOR example "setpoint" can be output TO a faceplate on the OS.
14 //S7_string_0 O&M This system attribute is only useful FOR input OR in/out parameters OF the d
ata TYPE BOOL.
15 //It contains a text, FOR example "Open Valve", with a maximum length OF 16 characters which c
an be output TO a faceplate. The parameter is assigned the value 0 when this control FUNCTION
is executed.
16
17 // S7_string_1 O&M This system attribute is only useful FOR input OR in/out parameters OF the
data TYPE BOOL.
18 //It contains a message text, FOR example "close valve", with a maximum length OF 16 character
s which can be output TO a faceplate. The parameter is assigned the value 1 when this control
FUNCTION is executed.
19
20 //S7_unit O&M Contains the name OF the parameter's physical unit, with a maximum length OF 16
characters. The unit, FOR example "mbar", can be displayed in the CFC AT the block I/O.
21 // Server The interface parameter is assigned TO a server. Message server: S7_server:='alarm_
archiv' No server call
22 //S7_a_type Message server The interface parameter is the message number input OF message clas
s x OR the archive number input
23
24 //structure
25 //BLK_Jump := '1'
26 //S7_xqc := 'Value,true;'
27 //S7_xm_c := 'Value,true;'

Page 1 of 1

You might also like