Хорошие продукты и сервисы
Наш Поиск (введите запрос без опечаток)
Наш Поиск по гостам (введите запрос без опечаток)
Поиск
Поиск
Бизнес гороскоп на текущую неделю c 29.12.2025 по 04.01.2026
Открыть шифр замка из трёх цифр с ограничениями

ГОСТ Р 55346-2012; Страница 342

или поделиться

Ещё ГОСТы из 41757, используйте поиск в верху страницы ГОСТ Р ИСО 9735-5-2012 Электронный обмен данными в управлении, торговле и на транспорте (EDIFACT). Синтаксические правила для прикладного уровня (версия 4, редакция 1). Часть 5. Правила защиты для пакетного ЭОД (аутентичность, целостность и неотказуемость источника) (Настоящий стандарт устанавливает синтаксические правила защиты EDIFACT и определяет метод защиты на уровне сообщений/пакетов, групп и обмена для обеспечения их аутентичности, целостности и неотказуемости источника в соответствии с принятыми механизмами защиты) ГОСТ Р ИСО 15745-4-2012 Системы промышленной автоматизации и интеграция. Прикладная интеграционная среда открытых систем. Часть 4. Эталонное описание систем управления на основе стандарта Ethernet (Настоящий стандарт распространяется на описание технологических спецификаций для элементов и правил как профилей коммуникационной сети, так и связанных с коммуникациями аспектов профилей устройств, относящихся к системам управления на основе Ethernet) ГОСТ IEC 60730-2-12-2012 Автоматические электрические управляющие устройства бытового и аналогичного назначения. Часть 2-12. Дополнительные требования к электрически управляемым дверным замкам (Настоящий стандарт распространяется на электрически управляемые дверные замки, предназначенные для предотвращения открывания дверей в оборудовании бытового и аналогичного назначения. Настоящий стандарт устанавливает требования безопасности, значения срабатывания и последовательность срабатывания, если эти параметры влияют на безопасность оборудования, связанного с электрически управляемыми дверными замками, а также методы испытаний электрически управляемых дверных замков, предназначенных для использования в оборудовании бытового и аналогичного назначения или совместно с ним. Настоящий стандарт распространяется также на электрически управляемые дверные замки для приборов, входящих в область распространения IEC 60335-1. Настоящий стандарт не распространяется на электрически управляемые дверные замки, предназначенные исключительно для промышленного применения)
Страница 342
Страница 1 Untitled document
ГОСТ Р 553462012
SELF\fsm_state.child_states : SET [2 : ?] OF fsm_state_compositK>n_relationship FOR parent_state;
END_ENTITY;
(*An Fsm_commandJnteraction_relationship is the mechanism for indicating that a command is issued to a the refer
ence to a function (in the form of a statejunctionjnteractionport) by a textual_specification. The fsm_commandJnter-
action_relationship is only used within the scope of a finite state machine. The nature of the command is specified in the
interaction_type attribute. <note number=»1»>The Fsm_comment_interaction_relatk>nship indicates that a command
(function: start, stop, suspend, resume) is issued by a Fsm_transition or Fsm_state. The notation complements the textu
al definition of actions in stales or in transitions.</note> *)
ENTITY fsm_command_interaction_relationship:
(* The definedjn specifies the textual_specification where the command is issued.’)
definedjn: fsmJnteraction_se!ect;
(* The interaction_port specifies the state_function_interaction_port through which the command relayed by the Fsm_
command_interaction_relationship is sent.’)
interaction_port: state_function_interaction_port:
(* The interaction_type specfies the semantics of the Fsm_command_interaction_relationship. Where applicable one
of the following values Shall be used:<ul><ii>start: The referenced function is started by the commar>d;</li> <li>stop: The
referenced function is stopped by the command:</li> <li>resume: The referenced function is resumed from a suspend ed
state by the command;</li> <li>suspend: The referenced function is temporarily suspended by the command.</li></
ulxnote number=»2»>AII commands predefined are idempotent. i.e.. issuing a «start» command to a started function
does not have any effect.</note> *)
interaction_type: label:
END_ENTITY:
(*An Fsm_data_interaction_binding is a parameter matching relationship between an element tn the actual interface of
an Actual_io_port and an element of the formaljnterface of a Formal_data_interaction_port.’)
ENTITY fsm_data_interaction_binding;
(* The actual_port specifies the Actual_io_port in the relationship. *)
actual_port: actual_io_port;
(* The formal_port specifies the Formal_data_interaction_port in the relationship. *)
formal_port: formal_data_interaction_port;
END_ENTITY:
(’ An Fsm_data_interaction_retationship is the mechanism for indicating the a datajnstance is referenced within a
textual_specification. The nature of the reference is defined by the interaction_type attribute. <r>ote>The Fsm_datajnter-
ation_relationship that the associated data item of an lo_port fsm_interaction_port object is updated or read as a part of
a action performed in a state or transitions,l’note> *)
ENTITY fsm_data_interaction_relationship;
(* The definedjn specifies the Textual_specification where the command is issued. *)
definedjn: fsmJnteraction_select;
(* The interaction_port specifies the Formal_datajnteraction_port in the relationship. *)
interaction port: fornial_data_interaction_port;
(* The interactionjype specfies the semantics of the Fsm_dataJnteraction_relationship. Where applicable one of the
following values shall be used:<ul><li>read: The value of the Datajnstance on the Formal_data_interaction_port is refer
enced in the Textual_specification identified by the definedjn attribute;</li><li>write: The value of the Datajnstance on
the Formal_data_interaction_port is written in the Textual_specification identified by the definedjn attribute.
< A i> < h i>
*)
interaction_type: label:
END_ENTITY:
{*A Fsm_generic_state is the abstract super class of either a Fsm_state, or a Fsm_transient_state. *)
ENTITY fsm_generic_state
ABSTRACT SUPERTYPE OF (ONEOF(fsm_state. fsmJransient_state));
INVERSE
(* The destination_state specifies the Fsm_state activated if the Fsm_state_transition is fired. •)
destinationjransition : SET [0 : ?] OF fsm_stateJransition FOR destination_state:
END_ENTITY;
(*An Fsm_initial_state_lransition is the initial transition to the initial state of an Fsm_or_state in a finite state model. *)
ENTITY fsmJnitial_state_transition;
(* The initial_state specifies the initial state. *)
336