From OpenSCADAWiki
Jump to: navigation, search

Enter a message name below to show all available translations.

Message

Found 3 translations.

NameCurrent message text
 h English (en)Description of the rules and scenarios of the notifications performs with user attributes of the text type for pages of the visualisation project, which applies at the page open. That is, potentially, for each open page, you can describe your own rules of the notification, though, it's usually enough and describes the general rules of the notification on the project's main page — a page that opens one-off and does not close at work:
* For the visualisation server/engine, by the attribute "notify{N}" in the format:
<syntaxhighlight lang="JavaScript" style="margin-left: 15px">
//flags=notifyServ[{DL}][|resource[|queue[|qMergeMess]]]
//resStatic={ResourceFile}
if(doRes) { The command text to form the resource. }
if(doNtf) { The command text to notify. }
</syntaxhighlight>
* For a visualiser by the attribute "notifyVis[Vision|WebVision]{N}" in the format:
<syntaxhighlight lang="JavaScript" style="margin-left: 15px">
//flags=notify[{DL}][|resource[|queue[|quietanceRet]]]
//name={The notifier name}
//ico={The icon name}
{ The notification command text to any or concrete visualiser. }
</syntaxhighlight>
 h Russian (ru)Описание правил и сценариев внешних уведомлений осуществляется с помощью пользовательских атрибутов текстового типа для страниц проекта визуализации, которые применяются при открытии этих страниц. Т.е. потенциально, для каждой открываемой страницы можно описать собственные правила уведомления, хотя, обычно достаточно и описываются общие правила уведомления на главной странице проекта — странице, которая открывается один раз и не закрывается при работе:
* Для сервера/движка визуализации, атрибутом "notify{N}" в формате:
<syntaxhighlight lang="JavaScript" style="margin-left: 15px">
//flags=notifyServ[{DL}][|resource[|queue[|qMergeMess]]];
//resStatic={ResourceFile}
if(doRes) { Текст команды формирования ресурса. }
if(doNtf) { Текст команды уведомления. }
</syntaxhighlight>
* Для визуализатора, атрибутом "notifyVis[Vision|WebVision]{N}" в формате:
<syntaxhighlight lang="JavaScript" style="margin-left: 15px">
//flags=notify[{DL}][|resource[|queue[|quietanceRet]]];
//name={Имя уведомителя}
//ico={Имя иконки}
{ Текст команды уведомления для любого или конкретного визуализатора. }
</syntaxhighlight>
 h Ukrainian (uk)Опис правил та сценаріїв зовнішнього сповіщення здійснюється за допомогою користувацьких атрибутів текстового типу для сторінок проєкту візуалізації, які застосовуються при відкритті цих сторінок. Тобто, потенційно, для кожної відкриваної сторінки можна описати власні правила сповіщення, хоча, зазвичай достатньо та описуються загальні правила сповіщення на головній сторінці проєкту — сторінці, яка відкривається одноразово та не закривається при роботі:
* Для серверу/рушія візуалізації, атрибутом "notify{N}" у форматі:
<syntaxhighlight lang="JavaScript" style="margin-left: 15px">
//flags=notifyServ[{DL}][|resource[|queue[|qMergeMess]]];
//resStatic={ResourceFile}
if(doRes) { Текст команди формування ресурсу. }
if(doNtf) { Текст команди сповіщення. }
</syntaxhighlight>
* Для візуалізатору, атрибутом "notifyVis[Vision|WebVision]{N}" у форматі:
<syntaxhighlight lang="JavaScript" style="margin-left: 15px">
//flags=notify[{DL}][|resource[|queue[|quietanceRet]]];
//name={Ім'я сповіщувача}
//ico={Ім'я іконки}
{ Текст команди сповіщення для будь-якого або конкретного візуалізатору. }
</syntaxhighlight>