Difference between revisions of "Extensions.HMI"

From emotive
Jump to navigation Jump to search
m (Hb moved page HMI to Extensions.HMI: #3153)
(No difference)

Revision as of 06:07, 4 February 2016

Classification

Name HMI
Short Description The Human Machine Interface
Class OTX Extension
Base Extension -
Pre-Conditions -
Specified by ISO 13209-3

Introduction

The Human Machine Interface (HMI) extension provides access to data types, terms and actions for interacting with the user through the display of graphical screens, as well as through additional input and output devices such as keyboards etc.

Actions

Diaglog related actions
ConfirmDialog
InputDialog
ChoiceDialog
ShowDocumentDialog
Custom screen related actions
OpenScreen
HighlightScreen
CloseScreen

Terms

ScreenClosedEventSource
IsScreenClosedEvent
ScreenIsOpen

Data Types

Screen
MessageType
ConfirmationType

Exceptions

HmiException
ScreenException

Signatures

ScreenSignature

Checker rules

HMI_Chk001 Incorrect data types (Choice dialog)
HMI_Chk002 Incorrect data types (Open Screen)
HMI_Chk003 Incorrect arguments (Open Screen)
HMI_Chk004 Missing argument (Open Screen)
HMI_Chk005 Not resolved reference (Show Document dialog)
HMI_Chk006 Incorrect data types (Open Screen)