Does the 4.5 historian work with a linked server in SQL Server 2012?
The documentation only mentions MSSS2008R2.
The documentation only mentions MSSS2008R2.
Dim pointSomePoint As New Point
pointSomePoint.id = "\\GLOBE\@DEVICE=PLC_670|TYPE=BOOL|ADDR=%I30"
msgbox "get pointSomePoint"
msgbox "state = " & pointSomePoint.State 'prints 99
pointSomePoint.Get
msgbox "got pointSomePoint" 'This line is never reached