1 |
# |
2 |
# TIS4000 Menu for tis4000 |
3 |
# |
4 |
# |
5 |
|
6 |
"TIS4000" TITLE PIN |
7 |
#"Login" (cd /tis4000/tasks; tisLogin >/dev/null) |
8 |
#"Logout" (cd /tis4000/tasks; tisLogout >/dev/null) |
9 |
"Main Display" DEFAULT (cd /tis4000/graphics; dm westfat.dsp >/dev/null) |
10 |
"System Status" (cd /tis4000/graphics; dm system_status.dsp >/dev/null) |
11 |
SEPARATOR |
12 |
"AlarmVu" (cd /tis4000/tasks; alarmvu >/dev/null) |
13 |
"TrendVu" (cd /tis4000/tasks; oracleTrendvu >/dev/null) |
14 |
"ReportVu" (cd /home/Applix; applix >/dev/null) |
15 |
"TagVu" (cd /tis4000/tasks;tagvu >/dev/null) |
16 |
SEPARATOR |
17 |
"DataVu" (cd /tis4000/tasks; dataVu >/dev/console) |
18 |
SEPARATOR |
19 |
#"Password Maintenance" (cd /tis4000/tasks; slm >/dev/null) |
20 |
SEPARATOR |
21 |
"Documents" MENU /tis4000/.docs-menu |
22 |
|