Siemens Simatic S7-1500 Podręcznik - Strona 15

Przeglądaj online lub pobierz pdf Podręcznik dla Urządzenia przemysłowe Siemens Simatic S7-1500. Siemens Simatic S7-1500 40 stron. Digital output module dq 16x230vac/2a st relais (6es7522-5hh00-0ab0)
Również dla Siemens Simatic S7-1500: Podręcznik (40 strony), Podręcznik (37 strony), Podręcznik (47 strony), Podręcznik (24 strony), Podręcznik (34 strony), Podręcznik użytkownika (45 strony), Podręcznik (27 strony), Podręcznik konfiguracji (20 strony), Podręcznik (47 strony), Podręcznik (43 strony), Podręcznik (48 strony), Podręcznik (26 strony), Podręcznik (28 strony), Podręcznik (50 strony), Podręcznik (34 strony), Podręcznik użytkownika (44 strony), Podręcznik (50 strony), Podręcznik (30 strony), Podręcznik (41 strony), Podręcznik (50 strony), Podręcznik (40 strony), Programowanie bezpieczeństwa Manualline (48 strony), Instrukcja obsługi komunikacji (36 strony), Podręcznik (25 strony), Podręcznik (42 strony), Opis aplikacji (50 strony), Podręcznik (28 strony), Podręcznik (33 strony), Podręcznik (49 strony), Podręcznik (36 strony), Podręcznik (41 strony), Podręcznik (46 strony), Podręcznik (38 strony), Podręcznik (35 strony), Podręcznik (39 strony), Podręcznik (28 strony), Podręcznik (35 strony), Instrukcja obsługi sprzętu (35 strony), Podręcznik (50 strony), Instrukcja obsługi sprzętu (32 strony), Instrukcja obsługi sprzętu (38 strony), Podręcznik (29 strony), Instrukcja obsługi sprzętu (38 strony), Podręcznik (34 strony), Podręcznik (36 strony), Instrukcja obsługi sprzętu (50 strony), Podręcznik (45 strony)

Siemens Simatic S7-1500 Podręcznik
3 Principle of Operation
3.2 Blocks
errorUss
errorStatusUss
Function
In this application example, the block has only the following tasks:
Calls and supplies the USS_PORT system instruction
Saves the USS_PORT output parameter STATUS when ERROR = true
Call interval
On the one hand, the call interval of the cyclic interrupt OB in which the
UssCyclicInterrupt user FB and finally the UDD_PORT or USS_Port_Scan system
instruction are called
should be as short as possible to minimize the communication time;
on the other hand, it must be long enough to process each communication
request reliably without errors.
3.2.2

UssCyclic [FB1]

Call
All activities to be cyclically performed while processing USS communication
should be combined in this block.
Figure 3-6: UssCyclic user FB
The block name is intended to indicate that the FB is called by a cycle OB.
3
Communication errors are only signaled at the ERROR and STATUS outputs of the
*)
USS_PORT instruction. Therefore, it is sufficient to read out the error code of this
*)
system instruction.
SINAMICS V20 at S7-1200/1500 via USS
Entry ID: 109480894,
V1.0,
Name
OUT parameter
Bool
Word
09/2018
Data type
Communication error
Saved ERROR error bit of the
USS_PORT or USS_Port_Scan
system instruction. In the
example, this error bit is reset
using the HMI or the watch table.
Error code
Saved STATUS error code of the
USS_PORT or USS_Port_Scan
system instruction. In the
example, this error code is reset
to 0000
hex
watch table.
Meaning
3
3
using the HMI or the
15