Functions for data logging

Một phần của tài liệu Hans berger automating with SIMATIC s7 1200 configuring programming (Trang 571 - 577)

Fig. 17.17 shows the call of functions for data logging in LAD representation.

DataLogCreate creates a new data log file. The parameters REQ, DONE, BUSY, ERROR, and STATUS control the execution of the function. At the NAME parameter, enter the name of the data log file, following the requirements for Windows file Fig. 17.16 Data structure for data logging

Data structure for data logging

<Name>

<Name>

Data log file

Data log file

Data buffer (= data record)

NAME

ID HEADER

NAME RECORDS DATA

RECORDS ID

ID

ID ID

DataLogCreate

DataLogNewFile DataLogWrite

DataLogClose DataLogOpen

The data log file is created in the load memory, either in the internal load memory, which is integrated in the CPU, or in the external load memory on the memory card.

DataLogWrite writes the contents of the data buffer as a data record into the data log file.

DataLogNewFile creates a new data log file with the properties of an existing one.

The name and the size can vary.

DataLogClose closes a data log file.

DataLogOpen opens a data log file for writing.

DataLogCreate creates a new data log file.

DATA specifies the data area of a data record.

RECORD specifies how many data records the data log file can accommodate.

names. Further information on the data log file is located at the parameters DATA (pointer to the data buffer with the data record), RECORDS (maximum number of data records), and HEADER (header in the data log file). A numerical value speci- fying the data log file is output at the ID parameter. You specify this numerical value at the other functions that access this data log file.

DataLogOpen opens the log file whose identifier is in the ID parameter. If you specify the name of the log file at the NAME parameter instead, the ID is output at the ID parameter. The parameters REQ, DONE, BUSY, ERROR, and STATUS control the execution of the function. Opening is the prerequisite for writing to the data log file. DataLogCreate and DataLogNewFile also open the newly created data log file. Use the MODE parameter to select whether the data records are deleted on opening (if MODE = 1).

DataLogWrite writes a data record to the data log file whose identifier is in the ID parameter. The data record is taken from the data buffer specified at the DATA parameter of DataLogCreate

DataLogClose closes the data log file whose identifier is at the ID parameter. The parameters REQ, DONE, BUSY, ERROR, and STATUS control the execution of the function. A data log file is also closed in the operating modes STARTUP and STOP.

DataLogNewFile creates a new data log file with the same properties as the data log file whose identifier is specified at the ID parameter. After execution, the iden- tifier of the newly created data log file is at the ID parameter. At the NAME param- eter, specify the name for the new data log file and at the RECORDS parameter, specify the maximum number of data records. The parameters REQ, DONE, BUSY, ERROR, and STATUS control the execution of the function.

Fig. 17.17 Functions for data logging Functions for data logging

Create data log file

Close data log file Write data record Create data log file on the basis of another one

Open data log file

Index

A ABS 368 ACOS 373 ADD 367 Addressing 85

Alarm system (HMI) 528 AND (word logic

operation) 392 AND function

Description 331 with FBD 252 with LAD 215 with SCL 291 Arc functions 373 Area pointer (HMI) 515 Arithmetic functions

for numerical values Description 366 with FBD 273 with LAD 236 for time values

Description 369 with FBD 273 with LAD 236 with SCL 301 ARRAY (data type) 104 ASIN 373

Assignment Description 334 with FBD 259 with LAD 222 with SCL 294 Assignment list 203 ATAN 373

ATH 389 ATTACH 165 Authorization 31 B

Basic Panels 508 BCD16 (data type) 95 BCD32 (data type) 95

Binary logic operations with FBD 249 with LAD 212 with SCL 288 Bit memory 82 Block

Calling 137 Comparing 432 Compile 198 Copy protection 132 Correct call 200 Editing

FBD elements 248 LAD elements 211 SCL statement 286 Interface

Correction 133 Description 133 Supplying 139 Know-how protection 132 Programming

Code block 183 Data block 194 Properties 128 Block calls

Description 413 with FBD 282 with LAD 245 with SCL 316 Block end function

Description 412 with FBD 282 with LAD 244 with SCL 316 BOOL (data type) 95 BYTE (data type) 95 C

Call structure 204 CAN_DINT 158 CASE (SCL) 308 CEIL 379

CHAR (data type) 100 CHARS_TO_STRG 387 Clock memory bits 84

Communication Configuring 483 Open user

communication 484 Point-to-point

communication 499 Comparison functions

Description 364 with FBD 258 with LAD 219 with SCL 300

Configuring function keys (HMI) 520

Configuring process screen (HMI) 517

Configuring the network 482 Constants table 182 Contacts

Comparison 219 Edge 218 NC contact 213 NO contact 212 OK contact 219 CONTINUE (SCL) 314 Control program

Cycle processing time 439 Programming

with FBD 246 with LAD 209 Control statements

(SCL) 307

Controlling the program flow

with FBD 279 with LAD 241 with SCL 305 CONV 377

Conversion functions Description 376 with FBD 275 with LAD 238 with SCL 299 Copy protection 132 COS 373

Counter (HSC) 548

Cross-reference list for HMI objects 512 for the control

program 201 CTD down counter 352 CTRL_HSC 552 CTRL_PWM 556 CTU up counter 351 CTUD up-down

counter 353

Cycle processing time 437, 439

Cycle time monitoring 144 Cyclic interrupt 159 D

Data addresses 84 Data management in the CPU 435 with STEP 7 29 Data types

Classification 92 Elementary 92 Structured 101 DATE (data type) 100 DEC 369

DECO 394 DEMUX 395

Dependency structure 205 DETACH 166

Device name, device number 74 DeviceStates 173 Diagnostics buffer 437 Diagnostics interrupt OB

82 176 Digital functions

with FBD 270 with LAD 233 with SCL 298 DINT (data type) 98 DIS_AIRT 166 Distributed I/O

AS-Interface 473 PROFIBUS DP 462 PROFINET IO 456 DIV 367

Downloading HMI program 543 DPNRM_DG 471 DPRD_DAT 472 DPWR_DAT 472 DTL (data type) 101 DWORD (data type) 95

E

Edge evaluation Description 338 of a binary tag

with FBD 256 with LAD 218 of RLO

with FBD 266 with LAD 229 with pulse output

with FBD 261 with LAD 224 with SCL 295 EN_AIRT 167 EN/ENO mechanism

Description 417 with FBD 418 with LAD 418 with SCL 306 Enable peripheral

outputs 451 ENCO 395 ENO (tag, SCL) 305 ErrorStruct (data type) 112 Exclusive OR function

Description 333 with FBD 254 with SCL 292 EXIT (SCL) 316 EXP 374

Expressions (SCL) 288 EXPT 375

F

FILL_BLK 361 Filling of bit field

Description 336 with FBD 262 with LAD 225 FLOOR 380 FOR (SCL) 311 FRAC 375

Function lists (HMI) 528 G

GET_DIAG 175 GET_ERROR 170 GET_ERROR_ID 170 H

Hardware detection 434 Hardware diagnostics 436

High-speed counter 548 HMI device wizard 511 HMI tags 513

HTA 389 I

IEC counter functions Description 349 with FBD 268 with LAD 231 with SCL 297 IEC time functions

Description 344 IEC timer functions

with FBD 267 with LAD 230 with SCL 296 IF (SCL) 308 INC 369 Inputs 80 INT (data type) 98 Interrupt processing

Cyclic interrupt 159 Delaying and

enabling 166 Introduction 153 Process interrupt 163 Time-delay interrupt 155 INV 394

IP address

Assigning to CPU 424 Configuring 73 of the programming

device 421 J

JMP_LIST 409 Jump distributor

with FBD 281 with LAD 244 Jump functions

Description 406 with FBD 280 with LAD 242 Jump list

with FBD 281 with LAD 243 L

Language setting 207 LED (function) 172 Library

Editing 42

LIMIT 398 LN 374

Local error handling 169 Logic functions

Description 392 with FBD 277 with LAD 240 with SCL 303 LREAL (data type) 98 M

Math functions with FBD 274 with LAD 237 Mathematical functions

Description 372 with SCL 303 MAX 397 Memory card 428 Memory functions Description 334 with FBD 265 with LAD 227 with SCL 294 Memory reset 439 Memory utilization

online 437, 439 MIN 397

Minimum cycle time 146 MOD 368

Modules

Assigning parameters 61 Properties 50

Status displays 436 ModuleStates 174 MOVE 356 MOVE_BLK 360 MUL 367 MUX 395 N NEG 369

Negating result of logic operation

with FBD 255 with LAD 218

Negating the result of logic operation

Description 329 with SCL 293 Nesting depth

Blocks 125 NORM_X 381

Normally closed contact 213

Normally open contact 212 O

OK test

Description 330 with FBD 257 with LAD 219 Online tools 439 Open user

communication 484 Operands 79 Operating mode

RUN 119 STARTUP 118 STOP 118

Operator control and dis- play objects (HMI) 525 Operators (SCL) 286 OR (word logic

operation) 392 OR function

Description 332 with FBD 253 with LAD 215 with SCL 291 Organization block

Cyclic interrupt 159 OB 1 main program 143 OB 100 startup

program 142 OB 80 time error 168 OB 82 diagnostics

interrupt 176 Process interrupt 163 Time-delay interrupt 155 Outputs 80-81

P

Parallel connection 215 PEEK (SCL) 90

Peripheral inputs 80 Peripheral outputs 80-81 PLC station

Adding 60

Parameterization 61 PLC tag table

Editing 178

Monitoring with 445 Point-to-point

communication 499 POKE (SCL) 90

Priority classes 154 Process image update 143 Process interrupt 163 PROFIBUS DP

Addressing 465 Configuring 467 PROFINET IO

Addressing 457 Configuring 459 Real-Time

Communication 461 Program execution

modes 124 Program status 441 Project

Editing 41

Object hierarchy 38 Pulse generator 554 Q

QRY_CINT 161 QRY_DINT 158 R

RALRM 473 RD_LOC_T 151 RD_SYS_T 150 RDREC 472 RE_TRIGR 145 READ_DBL 362 REAL (data type) 98 Recipes (HMI) 535 REPEAT (SCL) 313 Resources

Offline 206

Retentive behavior 121 ROL 392

ROR 391 ROUND 380 RTM 152 S

S_CONV 383 SCALE_X 381

Scanning of signal state Description 329 with FBD 250 with LAD 212 with SCL 288 SEL 395

Series connection 215 SET_CINT 161

SET_TIMEZONE 150 Setting and resetting

Description 335 with FBD 260 with LAD 223 with SCL 294 Shift functions

Description 389 with FBD 276 with LAD 239 with SCL 304 SHL 391 SHR 389

Simulation (HMI) 542 SIN 373

SINT (data type) 98 SQR 374

SQRT 374 SRT_DINT 158 Start-up routine 142 STEP 7

Portal view 32 Project view 34 STP 147

STRG_TO_CHARS 387 STRG_VAL 385 STRING (data type) 102 String functions

Description 398 with FBD 278 with LAD 240 STRUCT (data type) 104 SUB 367

SWAP 363 SWITCH 410

System memory bits 82 T

T branch with FBD 255 with LAD 217 T_ADD 371 T_CONFIG 495 T_CONV 383 T_DIFF 371 T_SUB 371

Tags

Addressing 85

Declaring data tags 198 Forcing 452

HMI tags 513 Introduction 79 Modifying 450 Monitoring with

Watch tables 449 monitoring with

PLC tag table 445 PLC tag table 178 TAN 373

Technology objects for motion control 557 for PID control 561 TeleService 564 Text and graphics lists

(HMI) 526 Time

Configuring 148 Setting online 151 TIME (data type) 100 Time error OB 80 168 TIME_OF_DAY (data

type) 101

Time-delay interrupt 155 TM_MAIL 564

TOF off-delay 347 TON on-delay 347 TONR accumulating ON

delay 348

TP pulse generation 346 Transfer functions

Description 356 with FBD 271 with LAD 235 with SCL 298 Trigonometric functions 373 Troubleshooting 167 TRUNC 380

U

UDINT (data type) 97 UFILL_BLK 361

UINT (data type) 97 UMOVE_BLK 360 User administration

(HMI) 539 User data 81 User program

Download 425

Minimum cycle time 146 Process image 143 Programming

General 189 with FBD 246 with LAD 209 with SCL 284 Reaction time 146 Test with

Program status (LAD, FBD) 442

Program status (SCL) 444 Watch tables 447 Troubleshooting 167 USINT (data type) 97 V

VAL_STRG 387 VARIANT (parameter

type) 108

VOID (parameter type) 109 W

Warm restart 119 Watch tables 447 Web server 567 WHILE (SCL) 312 WORD (data type) 95 WR_SYS_T 148 WRIT_DBL 362 WRREC 472 WWW 569 X

XOR (word logic operation) 392

Một phần của tài liệu Hans berger automating with SIMATIC s7 1200 configuring programming (Trang 571 - 577)

Tải bản đầy đủ (PDF)

(577 trang)