• OPC Python openopc.sourceforge.net
    EXAMPLE: Minimal working program
    import OpenOPC
    opc = OpenOPC.client()
    opc.connect('Matrikon.OPC.Simulation')
    print opc['Square Waves.Real8']
    opc.close()

    у меня нет слов =)
    Когда я пишу на пайтоне, Господь подымает меня над полом и приближает к себе.