inSCADA
Search…
TR
Giriş
Başlarken
Kullanıcı Arayüzü
Mimik Tasarım
Haberleşme Protokolleri
Programlama
APIs
Variable Functions
Connection Functions
Project Functions
Alarm Functions
Script Functions
In-Memory DB Functions
System Functions
User Functions
Date-Time Functions
String Functions
Notification Functions
Confirmation Functions
Database Functions
Other Functions
Veritabanı
Faydalı Özellikler
Güncelleme Günlüğü
Mimari ve Uygulamalar
Geliştirme Yol Haritası
inSCADA' ya Geçiş
Lisanslandırma Politikaları
SSS
Örnek Ekranlar
Yardımcı Araçlar
Kurulumlar
Gereksinimler
Linux' a Kurulum
Windows Kurulum
Powered By
GitBook
Notification Functions
Bilgilendirme fonksiyonları, inSCADA Platformunda script/expression ile, kullanıcılara bilgi mesajları gönderilmesi sağlar.
Notification Messages
ins.notify(string info,string title,string message)
string info : Bilgi mesajı türü. (info,error,warrning....)
string title : Bilgi mesajı başlığı.
string message : Bilgi mesajı
Return Value : Herhangi bir değer geri döndürmez.
Syntax
1
ins
.
notify
(
"info"
,
"Message Title"
,
"Hello World"
)
Copied!
Previous
String Functions
Next
Confirmation Functions
Last modified
2yr ago
Copy link
Contents
Notification Messages