From OpenSCADAWiki
Jump to: navigation, search

Enter a message name below to show all available translations.

Message

Found 2 translations.

NameCurrent message text
 h English (en)[[file:at.png]] {{CntHdr|User significant actions on the update}}
* DAQ.System: ID of the automaticly generated DA parameters changed to: CPU - "CPU[{N}]", fs - "FS{MP}", hddstat - "DiskSt_{dev}", MEM - "MEM", netstat - "Net_{IF}", sensors - "Sensors", hddsmart - "DiskSMART", ups - "UPS", uptime - "UpTm_{U}".
: '''<span style="color: red">=</span>'''> manually relink all the automatically created sources which changed, when you use the Automatic creation mode
* FIX:UI.VCAEngine: Prevented from connection the attribute "focus" of any included widget to the calculation IOs and appended by processing the exceptions of accessing those IOs for missing included widgets.
: '''<span style="color: red">=</span>'''> manually replace all static using the "focus" attribute like to {{InLineCode|<nowiki>if(alarms_focus) alUnSel = 10;</nowiki>}} in [[Special:MyLanguage/Libs/Main_graphical_elements#alarmsSt|LibsDB.vcaBase.wlb_Main.alarmsSt]] to the code {{InLineCode|<nowiki>if(this.alarms.attr("focus")) alUnSel = 10;</nowiki>}}
 h Ukrainian (uk)[[file:at.png]] {{CntHdr|Важливі дії користувача за оновленням}}
* DAQ.System: ІД автоматично генерованих параметрів DA змінено у: CPU - "CPU[{N}]", fs - "FS{MP}", hddstat - "DiskSt_{dev}", MEM - "MEM", netstat - "Net_{IF}", sensors - "Sensors", hddsmart - "DiskSMART", ups - "UPS", uptime - "UpTm_{U}".
: '''<span style="color: red">=</span>'''> вручну переприв'язти усі автоматично створені джерела, що змінилися, якщо використано Автоматичний режим створення
* FIX:UI.VCAEngine: Виключено підключення атрибуту "focus" будь якого вкладеного віджету до ВВ обчислення і доповнено обробкою виключень доступу до таких ВВ для відсутніх вкладених віджетів.
: '''<span style="color: red">=</span>'''> вручну замінити усі статичні використання атрибуту "focus", на кшталт {{InLineCode|<nowiki>if(alarms_focus) alUnSel = 10;</nowiki>}} у [[Special:MyLanguage/Libs/Main_graphical_elements#alarmsSt|LibsDB.vcaBase.wlb_Main.alarmsSt]], на код {{InLineCode|<nowiki>if(this.alarms.attr("focus")) alUnSel = 10;</nowiki>}}