From OpenSCADAWiki
Jump to: navigation, search
(Importing a new version from external source)
(Importing a new version from external source)
Line 1: Line 1:
From this page you can set:
+
From this page you can obtain:
* States of the element, the same: "Enabled", counter of the use, parent element and jump to it, date and time of the last modification.
+
* State of the element; for information: "Enabled", counter of the use, date of the last modification, state of the calculation procedure; for control: "Enabled", the page type (for pages), parent element and jump to it.
* States of the runtime session's mode: "Opened", "Process" and spent time on execution of the subtree and item, into the [[Special:MyLanguage/Documents/Program_manual#Config|debug mode]].
+
* State of the element in the runtime session's mode; for information: modification, the periodic processing period, "Processing", spent time on execution of the subtree and item, into the [[Special:MyLanguage/Documents/Program_manual#Config|debug mode]], "Opened"; for control: "Opened", "Processing".
 
* Identifier, type, root, path, name, description and icon of the element.
 
* Identifier, type, root, path, name, description and icon of the element.
 +
* Periodic processing in milliseconds — for common control of the periodic processing of any element including ones who have not any calculation procedure, but that value can be used in the cascade for child elements. There reserved the special values:
 +
** '''0''' — if you want the session period processing;
 +
** '''-1''' — if you want to use the parent widget/page/project processing period in the cascade;
 +
** '''-2''' — for disable the periodic processing in whole.
 
* Command — clear the widget changes.
 
* Command — clear the widget changes.
 
* Command — lower down the widget changes to its parent.
 
* Command — lower down the widget changes to its parent.

Revision as of 08:46, 20 September 2022

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Modules/VCAEngine)
From this page you can obtain:
* State of the element; for information: "Enabled", counter of the use, date of the last modification, state of the calculation procedure; for control: "Enabled", the page type (for pages), parent element and jump to it.
* State of the element in the runtime session's mode; for information: modification, the periodic processing period, "Processing", spent time on execution of the subtree and item, into the [[Special:MyLanguage/Documents/Program_manual#Config|debug mode]], "Opened"; for control: "Opened", "Processing".
* Identifier, type, root, path, name, description and icon of the element.
* Periodic processing in milliseconds — for common control of the periodic processing of any element including ones who have not any calculation procedure, but that value can be used in the cascade for child elements. There reserved the special values:
** '''0''' — you want periodic processing with the session period;
** '''-1''' — you want to use processing period of the parent widget/page/project in the cascade;
** '''-2''' — for disable the periodic processing in whole.
* Command — clear the widget changes.
* Command — lower down the widget changes to its parent.
TranslationFrom this page you can obtain:
* State of the element; for information: "Enabled", counter of the use, date of the last modification, state of the calculation procedure; for control: "Enabled", the page type (for pages), parent element and jump to it.
* State of the element in the runtime session's mode; for information: modification, the periodic processing period, "Processing", spent time on execution of the subtree and item, into the [[Special:MyLanguage/Documents/Program_manual#Config|debug mode]], "Opened"; for control: "Opened", "Processing".
* Identifier, type, root, path, name, description and icon of the element.
* Periodic processing in milliseconds — for common control of the periodic processing of any element including ones who have not any calculation procedure, but that value can be used in the cascade for child elements. There reserved the special values:
** '''0''' — if you want the session period processing;
** '''-1''' — if you want to use the parent widget/page/project processing period in the cascade;
** '''-2''' — for disable the periodic processing in whole.
* Command — clear the widget changes.
* Command — lower down the widget changes to its parent.

From this page you can obtain:

  • State of the element; for information: "Enabled", counter of the use, date of the last modification, state of the calculation procedure; for control: "Enabled", the page type (for pages), parent element and jump to it.
  • State of the element in the runtime session's mode; for information: modification, the periodic processing period, "Processing", spent time on execution of the subtree and item, into the debug mode, "Opened"; for control: "Opened", "Processing".
  • Identifier, type, root, path, name, description and icon of the element.
  • Periodic processing in milliseconds — for common control of the periodic processing of any element including ones who have not any calculation procedure, but that value can be used in the cascade for child elements. There reserved the special values:
    • 0 — if you want the session period processing;
    • -1 — if you want to use the parent widget/page/project processing period in the cascade;
    • -2 — for disable the periodic processing in whole.
  • Command — clear the widget changes.
  • Command — lower down the widget changes to its parent.