Programming i!-PCLink/Web
25
i!-PCLinkWeb
INTEGER nchSysInfo[] = { 255 }
//--------------------------------------------------------
// i!-PCLink/Web VARIABLES TEXT CODES
//--------------------------------------------------------
(* Volume Levels - Master Vol *)
INTEGER nvtVolume[] = { 222 }
(* File List - 1 Total Infomation VT, 1 Current Directoy, 7 File Title VTs *)
INTEGER nvtFiles[] = { 223,224, 225,226,227,228,229,230,231 }
(* File Icons - 7 File Icon VTs *)
INTEGER nvtIcons[] = { 232,233,234,235,236,237,238 }
(* Shortcuts - 10 Shortcut buttons VT *)
INTEGER nvtShortcuts[] = { 239,240,241,242,243,244,245,246,247,248 }
(* Windows List - 1 Total Infomation VT, 7 Window Title VTs *)
INTEGER nvtWindows[] = { 214, 215,216,217,218,219,220,221}
(* Web Browser - Web Page Title, Web Page Address, Web Page Status/Link *)
INTEGER nvtWebBrowser[] = { 249,250,251 }
(* Active Window VT - Active Window Name *)
INTEGER nvtActiveWindow[] = { 252 }
(* Info - NetLinx IP Address, Device Number, System Number VT*)
INTEGER nvtSysInfo[] = { 253,254,255 }
//--------------------------------------------------------
// i!-PCLink/Web LEVEL CODES
//--------------------------------------------------------
(* Mouse Pointer Control - X Axis, Y Axis *)
INTEGER nlvlMouseCtrl[] = { 1, 2 }
(* Control Levels - Browser Scale, Master Vol *)
INTEGER nlvlControls[] = { 3,4 }