Siemens S7-1200 System Manual page 661

Hide thumbs Also See for S7-1200:
Table of Contents

Advertisement

Block tag
initialized
last_error
Request table
The request table is an array of structures containing commands and states that apply to
individual fragment DBs. If you created fragments with the AWP_Start_Fragment (Page 637)
command of type "manual", the STEP 7 user program must control these pages through the
control DB. The request states are read-only and provide information about the current
fragment. You use the request commands to control the current fragment.
Block tag
requesttab
Struct members of requesttab struct
Block tag
page_index
fragment_index
// Request Commands
continue
repeat
abort
finish
// Request states
idle
waiting
S7-1200 Programmable controller
System Manual, 03/2014, A5E02486680-AG
Data type
BOOL
INT
Data type
ARRAY [ 1 .. 4 ] OF STRUCT
Data type
UINT
UINT
BOOL
BOOL
BOOL
BOOL
BOOL
BOOL
11.6 User-defined Web pages
Description
Web application is initialized
Last error returned from a WWW instruction
call (Page 642) when the return code of WWW
is 16#0010:
16#0001: fragment DB structure is inconsistent
16#0002: the application name already exists
16#0003: no resources (memory)
16#0004: control DB structure is inconsistent
16#0005: fragment DB not available
16#0006: fragment DB not for AWP
16#0007: enumeration data is inconsistent
16#000D: conflicting size of the control DB
Description
Array of structures for individual fragment DB
control.
The Web server can process up to four
fragments at a time. The array index for a
particular fragment is arbitrary when the Web
server is processing multiple fragments or
fragments from multiple browser sessions.
Description
Number of the current web page
Number of the current fragment - can be set to
a different fragment
Enables current page/fragment for sending and
continues with the next fragment
Enables current page/fragment for resending
and continues with the same fragment
Close http connection without sending
Send this fragment; page is complete - do not
process any additional fragments
The request states are read-only
Nothing to do, but active
Fragment is waiting to be enabled
Web server
661

Advertisement

Table of Contents
loading

Table of Contents