Herunterladen Inhalt Inhalt Diese Seite drucken

Siemens SIMOTION Diagnose-Handbuch Seite 147

Vorschau ausblenden Andere Handbücher für SIMOTION:
Inhaltsverzeichnis

Werbung

SIMOTION IT Ethernet basierende HMI- und Diagnosefunktion
Diagnosehandbuch, 11/2010
{
if (gloSubscription)
{
}
}
gloSubscription =
new OPCSubscriptionAutoRefresh("DE",
gloItemHandle_1 =
gloItemHandle_2 =
gloSubscription.startRefresh();
}
}
function addVar()
{
if (gloSubscription)
{
gloItemHandle_3 =
}
}
function removeVar()
{
if (gloSubscription)
{
gloSubscription.removeItem(gloItemHandle_3);
}
}
function cancel()
{
if (gloSubscription)
gloSubscription.cancel();
}
</script>
<title>Auto refresh</title>
</head>
<body>
<div>
<input type="button" value="Start"
onclick="subscription();"/>
<input type="button" value="Add variable"
onclick="addVar();"/>
<input type="button" value="Remove variable"
onclick="removeVar();"/>
<input type="button" value="Cancel" onclick="cancel();"/>
gloSubscription.destructor();
gloSubscription = null;
tmpSubscriptionCB,tmpCancelCB,300);
gloSubscription.addItem("SIMOTION",
gloSubscription.addItem("SIMOTION",
gloSubscription.addItem("SIMOTION",
Bedienen (Software)
3.5 Anwenderdefinierte Seiten
"var/userdata.user1");
"var/userdata.user2");
"var/userdata.user3");
147

Quicklinks ausblenden:

Werbung

Inhaltsverzeichnis
loading

Inhaltsverzeichnis