WebNavigatorInformationSystem en-US PDF
WebNavigatorInformationSystem en-US PDF
#endif
A difference must be made in the scripts of graphics displays or project functions between the
WinCC Runtime environment or the WebNavigator Client. The following Compiler commands
exist to this purpose:
#ifdef RUN_ON_WEBNAVIGATOR
#ifndef RUN_ON_WEBNAVIGATOR (the negation)
This allows the following configuration differentiations between WinCC and WebNavigator
Client:
Script delay with "WaitForDocumentReady"
Differing picture addressing
Differing function names at control system functions
Functions that are not supported in the Web Client
Syntax
int WaitForDocumentReady(LPCSTR lpszPictureWindow)
WinCC/WebNavigator Documentation
4.11 Appendix
MDM - WinCC/WebNavigator
200
System Manual, 11/2008,
Parameters
lpszPictureWindow
Pointer to the name of the picture window that is opened in the WebNavigator Client.
The following addressings are possible:
Picture window xxx in the current screen: ./xxx
Picture window yyy in the child screen xxx: ./xxx/yyy
etc.
Picture window xxx in the parent screen: ../xxx
Picture window xxx in the parent screen of the parent screen: ../../xxx
etc.
Absolute path compatible with WinCC
Return value
TRUE
The picture window has been found and the status checked.
FALSE
The picture window has not been found.
Example
#ifdef RUN_ON_WEBNAVIGATOR
SetPropChar("../", "View", "PictureName", szViewName);
WaitForDocumentReady("../View");
#else
SetPropChar(lpszParent, "View", "PictureName", szViewName);
#endif
Note
The syntax of the code part for the WebNavigator is not checked when the WinCC script is
compiled, but only when the pictures are published.
WinCC/WebNavigator Documentation
4.11 Appendix
MDM - WinCC/WebNavigator
System Manual, 11/2008,
201
4.11.4.3 Unsupported Functions
The following list is only an excerpt of the unsupported functions and includes those functions,
whose missing support is to be explicitly pointed out.
Functions
ReportJob
RPTJobPreview
RPTJobPrint
RptShowError
GetHWDiag
GetHWDiagLevel
GetKopFupAwl
GetKopFupAwlLevel
OnDeactivateExecute
OnErrorExecute
OnTime
VBScript functions
HMIRuntime.Stop: Terminates the Internet Explorer and WinCCViewerRT, but not WinCC
Runtime
AlarmLogs Object
DataLogs Object
Logging Object
Project Object
Functions That Are not Required:
ExitWinCC
DeactivateRTProject: Terminates the Internet Explorer and WinCCViewerRT, but not WinCC
Runtime
InquireLanguage
FillDiagnoseInTags
TraceText
TraceTime
WinCC/WebNavigator Documentation
4.11 Appendix
MDM - WinCC/WebNavigator
202
System Manual, 11/2008,
Other Functions
Note
These functions are included to ensure a faultless compilation on the Web Navigator Client,
but are not supported by the web client.
GmsgFunction
MSRTMsgWinCommand
AXC_OnBtnHornAckn
AXC_OnBtnPrint
AXC_OnBtnProtocol
TlgTableWindowPressHelpButton
GetCursorMode
SetCursorMode
WinCC/WebNavigator Documentation
4.11 Appendix
MDM - WinCC/WebNavigator
System Manual, 11/2008,
203
Index
A
AXC_OnBtnSortDlg, 200
C
Creating process pictures
Process picture, 72
E
Error Report, 42
G
Gadget, 114
I
Installation, 31
Power user, 31
WinCC/WebNavigator client, 31
WinCC/WebNavigator server, 31
L
License Conditions, 7
P
Power user, 31
Installation, 31
Process picture, 72
Creating process pictures, 72
S
Sidebar Gadget, 114
Software Information Service, 7
Support, 43
Internet, 43
Queries, 43
Support Request, 42
W
WebNavigator, 31
Installation, 31
WinCC WebNavigator, 31
Demo Project, 7
DVD contents, 7
WinCC/WebNavigator
Installation, 31
MDM - WinCC/WebNavigator
System Manual, 11/2008,
205