From OpenSCADAWiki
Jump to: navigation, search
(Importing a new version from external source)
(Importing a new version from external source)
 
Line 1: Line 1:
Tab "Calculation" of the controller object (Fig. 3) contains parameters and a text of the program, are directly performed by the controller. Also, for monitoring of the execution, the time of calculating of the program is shown. The module provides processing a number of special options available in the controller program:
+
Tab "{{Anch|Calc|Calculation}}" of the controller object (Fig. 3) contains parameters and a text of the program, are directly performed by the controller. Also, for monitoring of the execution, the time of calculating of the program is shown. The module provides processing a number of special options available in the controller program:
 
* ''f_frq'' — calculation frequency of the controller program, read-only.
 
* ''f_frq'' — calculation frequency of the controller program, read-only.
 
* ''f_start'' — first calculation of the controller program — starting, read-only.
 
* ''f_start'' — first calculation of the controller program — starting, read-only.
 
* ''f_stop'' — last calculation of the controller program — stopping, read-only.
 
* ''f_stop'' — last calculation of the controller program — stopping, read-only.
 
* ''this'' — the controller object.
 
* ''this'' — the controller object.

Latest revision as of 14:30, 21 April 2025

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/JavaLikeCalc)
Tab "{{Anch|Calc|Calculation}}" of the controller object (Fig. 3) contains parameters and a text of the program, are directly performed by the controller. Also, for monitoring of the execution, the time of calculating of the program is shown. The module provides processing a number of special options available in the controller program:
* ''f_frq'' — calculation frequency of the controller program, read-only.
* ''f_start'' — first calculation of the controller program — starting, read-only.
* ''f_stop'' — last calculation of the controller program — stopping, read-only.
* ''this'' — the controller object.
TranslationTab "{{Anch|Calc|Calculation}}" of the controller object (Fig. 3) contains parameters and a text of the program, are directly performed by the controller. Also, for monitoring of the execution, the time of calculating of the program is shown. The module provides processing a number of special options available in the controller program:
* ''f_frq'' — calculation frequency of the controller program, read-only.
* ''f_start'' — first calculation of the controller program — starting, read-only.
* ''f_stop'' — last calculation of the controller program — stopping, read-only.
* ''this'' — the controller object.

Tab "Calculation" of the controller object (Fig. 3) contains parameters and a text of the program, are directly performed by the controller. Also, for monitoring of the execution, the time of calculating of the program is shown. The module provides processing a number of special options available in the controller program:

  • f_frq — calculation frequency of the controller program, read-only.
  • f_start — first calculation of the controller program — starting, read-only.
  • f_stop — last calculation of the controller program — stopping, read-only.
  • this — the controller object.