showData Clause Samples

The "showData" clause defines the conditions under which data may be displayed or made accessible within the context of an agreement or system. Typically, this clause outlines what types of data can be shown, to whom, and under what circumstances, such as user permissions or compliance with privacy regulations. For example, it may specify that only anonymized user information can be displayed to third parties or that certain data is restricted to internal use. The core function of this clause is to ensure proper handling and disclosure of data, thereby protecting sensitive information and maintaining compliance with relevant data protection standards.
showData. Direction: from System to HMI Purpose: To display data in a widget inside an HMI form To show system outcomes SystemRequestEvent XmlPayload:  Task ID: identifier of the task that performed the request  Description: not required  OperationID: showData  Parameters: formID, widgetID, type (T – text, N – number, L – list (text+number), [others can be added]), data o Example: logForm, logWidget, T, “Current trains number: 56” (to show the text [T] “Current trains number: 56” in the logWidget into the log- Form) Note. Type and data structures can be chosen properly to display every kind of data using different visualization type.