Code:
Public Declare Function IPS7GetPLCName Lib "IPS7LNK.dll" (ByVal Ref As Long, ByVal Str As Long) As Long
Alternativ gibt es für Leute die keine Suchengine kennen hier den link zur
SDK dieser
DLL mit entsprechender Lösung.
https://www.traeger.de/products/deve...p-ip#downloads
Dort steht in der IPS7LNK.BAS..
Code:
Declare Function IPS7GetPLCName& Lib "IPS7LNK.dll" (ByVal Ref&, ByVal Str As String)
wobei die Rückgabe "&" Long entspricht.