Difference between revisions of "Core.Signatures.ScreenSignatures"

From emotive
Jump to navigation Jump to search
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{DISPLAYTITLE:OTX '''Screen Signatures''' data model}}[[Category:OTX-Core]]
+
{{DISPLAYTITLE:OTX '''Screen Signatures'''}}[[Category:OTX-Core]][[Category:Signatures]]
 
== Classification ==
 
== Classification ==
{{ClassificationCore | Screen Signatures | OTX screen signatures data model | [[OTX Core]] | - }}
+
{{ClassificationCore | Screen Signatures | OTX screen signatures data model | [[OtxReference#Extensions|OTX Extension]] | - }}
  
 
== Introduction ==
 
== Introduction ==
The screen signature the interface for input and output within the [[HMI|HMI library (Human Machine Interface)]], see [[OtxPrinciples#SignatureConcept|Signature Concept]].
+
The screen signature is the interface for input and output within the [[Extensions.HMI|HMI library (Human Machine Interface)]], see [[General.Principles#SignatureConcept|Signature Concept]].
  
 
== Properties ==
 
== Properties ==
* '''Name''' <br/> Within the OTX document unique name
+
* '''Name''' <br/> Unique name throughout all global identifiers within the OTX document.
 
* '''Specification''' <br/> Description of screen signature
 
* '''Specification''' <br/> Description of screen signature
* [[OtxVisibilities|Visibility]]
+
* [[Core.Visibilities|Visibility]]
** Private (Standard)
+
** Private
** Packa­ge
+
** Packa­ge (Default)
 
** Public
 
** Public
* '''Screen Parameter''' <br/> Parameters of the screen, see [[Parameters|Parameter Declaration]]. They are the opposite of the arguments of the '''Open Screen''' activity.
+
* '''Screen Parameter''' <br/> Parameters of the screen, see [[Core.Parameters|Parameter Declaration]]. They are the opposite of the arguments of the '''Open Screen''' activity.
 
* '''Category''' <br/> Assign the parameters to a specific group. The following values ​​are recommended by the standard. However, any other values ​​may be used.
 
* '''Category''' <br/> Assign the parameters to a specific group. The following values ​​are recommended by the standard. However, any other values ​​may be used.
 
** '''TITLE''' - parameter is displayed as the title
 
** '''TITLE''' - parameter is displayed as the title

Latest revision as of 08:50, 23 November 2016

Classification

Name Screen Signatures
Short Description OTX screen signatures data model
Class OTX Extension
Pre-Conditions -
Specified by ISO 13209-2

Introduction

The screen signature is the interface for input and output within the HMI library (Human Machine Interface), see Signature Concept.

Properties

  • Name
    Unique name throughout all global identifiers within the OTX document.
  • Specification
    Description of screen signature
  • Visibility
    • Private
    • Packa­ge (Default)
    • Public
  • Screen Parameter
    Parameters of the screen, see Parameter Declaration. They are the opposite of the arguments of the Open Screen activity.
  • Category
    Assign the parameters to a specific group. The following values ​​are recommended by the standard. However, any other values ​​may be used.
    • TITLE - parameter is displayed as the title
    • MESSAGE - parameter is represented as a Communication
    • GRAPH - parameter is represented as a graph
    • WARNING - parameter is displayed as a warning
    • BUTTON - parameter is represented as a button
    • CHECKBOX - parameter is represented as a checkbox
    • INPUT - parameter is represented as input mask