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

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

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

Ещё ГОСТы из 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. Настоящий стандарт не распространяется на электрически управляемые дверные замки, предназначенные исключительно для промышленного применения)
Страница 341
Страница 1 Untitled document
ГОСТ Р 553462012
(* The data specifies the Datajnstance object in the interface. ’)
data : datajnstance:
(* The port_of specifies the Functional_state_context object for which the Formal_data_interaction_port provides part of
the interface. *)
port_of: functional_state_context;
END_ENTITY:
(’ A Formai_io_port is a type of lo_port and the definition of an element of the interface to a GeneralJunction_definition.
<note number=»1»>lf a GeneralJunction_definition has an interface one or more formalJo_port objects will specify the
interface.</note> <note number=»2»>Flow ports are classified according to three criteria in the data model:</note> <ol>
<li>Whether the port is formal (attached to a GeneralJunction_definitk>n) or actual (attached to a Functionjnstance.
Fsm_model. Persistent_storage or lo_splitJoin).</li> <6>Whether the port is an input or output port.<Ai> <li>Whether
the port is a flow or control port (a flow port carries data whereas control port carries triggering information such as start
stop, suspend, resume). <li> </o4> From this classification the role the port plays with regard to the FunctionaIJink ob
jects connected to the port can be derived. A port can «consume» flows (the data on the flow is delivered to the port) or it
can produce flows (the data on the flow is delivered from the port). For instance, a formaljo_port object whose direction
attribute is «output» produces data, while anActual Jo_port whose direction attribute is «input» consumes data. <p>ln
the data model we capture this information in the derived role attribute. This attribute is used to ensure that Function
aIJink objects are connected correctly (a FunctionaIJink object must have one producer and one consumer), and that
lo_port_binding objects are applied only to ports where the actual_port in the binding is a producer of information and the
formal_port in the binding is a consumer or vice versa.</p> <note number=»3»>When a Functionjnstance of the Gener-
al_function_definition is created an ActualJo_port object corresponding toeach formalJo_port is created if (and only if)
there is a flow connected to the actual port (and the actual port is related to the corresponding formalJo_portobject via a
lo_portJ>inding object).</note> ’ )
ENTITY formalJo_port
SUBTYPE OF (io_port);
(* The port_of specifies the GeneralJunction_definition for which this is a port. This attribute is reinforced by the inverse
relationship which indicates that a port_of can only point at a definition but a definition can be referred to by several
ports. *)
port_of: generalJunction_definition:
DERIVE
SELF\io_port.role : port_data_relation := determineformalportrole(SELF);
UNIQUE
UR1: port_of. SELF\io_port.io_port_number. SELF\io_port.portJype;
END_ENTlTY:
(*A Formal_physical_port is a type of Physical_port and represents either an input and an output or an input or an output
of a General_physical_defmition. *)
ENTITY formal_physical_port
SUBTYPE OF (physical_port);
(* The port_of specifies the General_physical_defintion object for which the Formal_physical_port provides part of the
interface. *)
port_of: general_physical_definition:
END_ENT!TY;
(*A Formal_port_position is a type of Visual_element and the representation of the graphical position of a Formal port, a
FormalJo_port. or a Formal_physical_port object. *)
ENTITY formal_port_position
SUBTYPE OF (visual_element);
(* The position specifies the position of the port. *)
position : graphics_point;
(‘ The positioned_port specifies the formal port that is positioned by the Formal_port_position. *)
positioned_port: port_position_select;
END_ENTITY:
(’ An Fsm_and_state is a type of Fsm_state and the representation of a decomposed state in a finite state machine
where all child Fsm_state objects are active concurrently.An And_state is composed of a minimum of two child Fsm_
states.’)
ENTITY fsm_and_state
SUBTYPE OF (fsm_state);
INVERSE
335