Die Suche ergab 1 Treffer

von giymo
Mittwoch 17. Mai 2006, 18:16
Forum: Allgemeine Fragen
Thema: Python und OPC
Antworten: 0
Zugriffe: 838

Python und OPC

Ich möchte ein OPC client im python schreiben. Bis jetzt habe ich das gemacht:

#---------------------------------------------------------
import win32com.client
import pythoncom

opc=win32com.client.Dispatch("Matrikon.OPC.Automation.1")
opc.Connect('Matrikon.OPC.Simulation.1')

groups=opc ...