Rockwell-automation FactoryTalk Historian SE ActiveView 3.2 User Guide Manual de usuario Pagina 82

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 101
  • Tabla de contenidos
  • SOLUCIÓN DE PROBLEMAS
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 81
FactoryTalk Historian ActiveView User Guide
74
With Pbd1
.ServerIniURL = "http://webserver/eenie.ini"
.DisplayURL = "http://webserver/fee.pdi"
End With
End Sub
Sub Pbd1_FailedServerIniURL
SetNextURL()
End Sub
Sub Pbd1_FailedDisplayURL
SetNextURL()
End Sub
Sub SetNextURL()
With Pbd1
If instr(.DisplayURL, "fee.pdi") Then
.ServerIniURL = "http://webserver/meenie.ini"
.DisplayURL = "http://webserver/fi.pdi"
Elseif instr(.DisplayURL, "fi.pdi") Then
.ServerIniURL = "http://webserver/minie.ini"
.DisplayURL = "http://webserver/fo.pdi"
Else
.ServerIniURL = "http://webserver/mo.ini"
.DisplayURL = "http://webserver/fum.pdi"
End If
End With
End Sub
</script>
</head>
<BODY>
<P>
<object id = "Pbd1"
width = "800"
height = "600"
classid = "CLSID:4F26B906-2854-11D1-9597-
00A0C931BFC8">
</object>
</p>
</body>
</html>
Vista de pagina 81
1 2 ... 77 78 79 80 81 82 83 84 85 86 87 ... 100 101

Comentarios a estos manuales

Sin comentarios