From OpenSCADAWiki
Jump to: navigation, search
(Importing a new version from external source)
(Importing a new version from external source)
 
Line 2: Line 2:
 
* [[Special:MyLanguage/Documents/How_to/Create_multi_language_project|Translation and creation the multi language projects]]
 
* [[Special:MyLanguage/Documents/How_to/Create_multi_language_project|Translation and creation the multi language projects]]
 
{{#lst:Documents/How_to/Create_multi_language_project/en|ToDo}}
 
{{#lst:Documents/How_to/Create_multi_language_project/en|ToDo}}
* Append user properties to the Control Node object by a pointer with their activation at use:
+
* Add user properties to the Control Node object by a pointer with their activation at use:
 
:- switch TTransportOut::prm() and TTransportIn::prm() to TCntrNode::prm();
 
:- switch TTransportOut::prm() and TTransportIn::prm() to TCntrNode::prm();
 
:- append a function of User API for TCntrNode::prm();
 
:- append a function of User API for TCntrNode::prm();

Latest revision as of 11:25, 1 March 2024

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 (Works/To do)
=== Program/System generic ===
* [[Special:MyLanguage/Documents/How_to/Create_multi_language_project|Translation and creation the multi language projects]]
{{#lst:Documents/How_to/Create_multi_language_project/en|ToDo}}
* Add user properties to the Control Node object by a pointer with their activation at use:
:- switch TTransportOut::prm() and TTransportIn::prm() to TCntrNode::prm();
:- append a function of User API for TCntrNode::prm();
:- append for controlled registration of the Control Node connection-blocking at AutoHD() with using such information in notification the blocking.
:- expand by a feature of storing input data of the function
:- [[Special:MyLanguage/Modules/JavaLikeCalc|DAQ.JavaLikeCalc]] > append by definition and call user functions from such parameters
* Expand dimension of the internal time from microseconds and up to nanoseconds. Previously append support for PicoScope 2000.
* Work out for developing, using, integration to solutions, concept of the OpenSCADA project support. Expand the community by targeting on the implementation control of:
** tasks: tasks pool, fund and fundraising; developers register, ranks for participate into the tasks.
** solutions: register a task of the solution implementation (by consumer), set demands to the task and performer, set the price limit; each performer propose self price; consumer select a performer. Commission from the order price to the project is 10%.
* [[Sub-projects/Adaption_to_Android|Adapt to the software platform Android]]:
{{#lst:Sub-projects/Adaption_to_Android|prog}}
* Move completely from GD2 to SVG on Web, that is: the Diagram primitive, the ElFig primitive with complete refactoring.
* Adapt to the software platform QNX:
:+ get for some QNX platform representation => due to the deep closing, but yet using OpenSource, this OS is not allowed in free and there was bought a used hardware based on BlackBerry, that is "BB PlayBook", that is not actual already due to the main supporting resources are <span style="color: red">DEAD</span>;
:- start an adaption subproject and place here [http://oscada.org/ua/forum/posts/raznoe/popytka_adaptacii_openscada_k_qnx_65/ the preadaption achievements] from Sergey Doroshka;
:- build the pure console program;
:- build the full-featured Qt-GUI program on Photon.
* Adapt to the software platform MS Windows®:
:+ adapt for the modules linking with the OpenSCADA core library directly, for DLL restrictions;
:- start an adaption subproject;
:- describe [http://oscada.org/ru/forum/posts/proekt/zapusk_openscada_v_srede_windows_10_posredstvom_wsl/ the original start of OpenSCADA as a Linux program on MS Windows, using WSL];
:- initiate the OpenSCADA building for the MS Windows environment.
|-
|
Translation=== Program/System generic ===
* [[Special:MyLanguage/Documents/How_to/Create_multi_language_project|Translation and creation the multi language projects]]
{{#lst:Documents/How_to/Create_multi_language_project/en|ToDo}}
* Add user properties to the Control Node object by a pointer with their activation at use:
:- switch TTransportOut::prm() and TTransportIn::prm() to TCntrNode::prm();
:- append a function of User API for TCntrNode::prm();
:- append for controlled registration of the Control Node connection-blocking at AutoHD() with using such information in notification the blocking.
:- expand by a feature of storing input data of the function
:- [[Special:MyLanguage/Modules/JavaLikeCalc|DAQ.JavaLikeCalc]] > append by definition and call user functions from such parameters
* Expand dimension of the internal time from microseconds and up to nanoseconds. Previously append support for PicoScope 2000.
* Work out for developing, using, integration to solutions, concept of the OpenSCADA project support. Expand the community by targeting on the implementation control of:
** tasks: tasks pool, fund and fundraising; developers register, ranks for participate into the tasks.
** solutions: register a task of the solution implementation (by consumer), set demands to the task and performer, set the price limit; each performer propose self price; consumer select a performer. Commission from the order price to the project is 10%.
* [[Sub-projects/Adaption_to_Android|Adapt to the software platform Android]]:
{{#lst:Sub-projects/Adaption_to_Android|prog}}
* Move completely from GD2 to SVG on Web, that is: the Diagram primitive, the ElFig primitive with complete refactoring.
* Adapt to the software platform QNX:
:+ get for some QNX platform representation => due to the deep closing, but yet using OpenSource, this OS is not allowed in free and there was bought a used hardware based on BlackBerry, that is "BB PlayBook", that is not actual already due to the main supporting resources are <span style="color: red">DEAD</span>;
:- start an adaption subproject and place here [http://oscada.org/ua/forum/posts/raznoe/popytka_adaptacii_openscada_k_qnx_65/ the preadaption achievements] from Sergey Doroshka;
:- build the pure console program;
:- build the full-featured Qt-GUI program on Photon.
* Adapt to the software platform MS Windows®:
:+ adapt for the modules linking with the OpenSCADA core library directly, for DLL restrictions;
:- start an adaption subproject;
:- describe [http://oscada.org/ru/forum/posts/proekt/zapusk_openscada_v_srede_windows_10_posredstvom_wsl/ the original start of OpenSCADA as a Linux program on MS Windows, using WSL];
:- initiate the OpenSCADA building for the MS Windows environment.
|-
|

Program/System generic

  • Add user properties to the Control Node object by a pointer with their activation at use:
- switch TTransportOut::prm() and TTransportIn::prm() to TCntrNode::prm();
- append a function of User API for TCntrNode::prm();
- append for controlled registration of the Control Node connection-blocking at AutoHD() with using such information in notification the blocking.
- expand by a feature of storing input data of the function
- DAQ.JavaLikeCalc > append by definition and call user functions from such parameters
  • Expand dimension of the internal time from microseconds and up to nanoseconds. Previously append support for PicoScope 2000.
  • Work out for developing, using, integration to solutions, concept of the OpenSCADA project support. Expand the community by targeting on the implementation control of:
    • tasks: tasks pool, fund and fundraising; developers register, ranks for participate into the tasks.
    • solutions: register a task of the solution implementation (by consumer), set demands to the task and performer, set the price limit; each performer propose self price; consumer select a performer. Commission from the order price to the project is 10%.
  • Adapt to the software platform Android:
- update the building environment to Android 10, unify and archive the old environments (the first try in the chroot Android_5_TRY.txz), append the building procedures by targets of automatic building the Android packages;
- build Qt6 with WebEngine and Multimedia support;
- append all external windows of the runtime mode of the module Vision for items of their closing and for centring.
  • Move completely from GD2 to SVG on Web, that is: the Diagram primitive, the ElFig primitive with complete refactoring.
  • Adapt to the software platform QNX:
+ get for some QNX platform representation => due to the deep closing, but yet using OpenSource, this OS is not allowed in free and there was bought a used hardware based on BlackBerry, that is "BB PlayBook", that is not actual already due to the main supporting resources are DEAD;
- start an adaption subproject and place here the preadaption achievements from Sergey Doroshka;
- build the pure console program;
- build the full-featured Qt-GUI program on Photon.
  • Adapt to the software platform MS Windows®:
+ adapt for the modules linking with the OpenSCADA core library directly, for DLL restrictions;
- start an adaption subproject;
- describe the original start of OpenSCADA as a Linux program on MS Windows, using WSL;
- initiate the OpenSCADA building for the MS Windows environment.

|- |