Ok.. Thanks... I did install that version and same issue..
That version did allow me to debug the exception that express would not allow me to..
Here is what I found.
Error in this function on the return line...
It may be a bug in the program
'* This is needed so the handler can be removed
'Private Dr As EventHandler = AddressOf DataLinkLayer_DataReceived
'Private Function SendData(ByVal data() As Byte, ByVal MyNode As Byte, ByVal TargetNode As Byte) As Integer
Private Function SendData(ByVal pccc As MfgControl.AdvancedHMI.Drivers.PCCCCommandPacket, ByVal TNS As Integer) As Integer
If DLL IsNot Nothing AndAlso DLL.Count > MyDLLInstance AndAlso DLL(MyDLLInstance) IsNot Nothing Then
Else
CreateDLLInstance()
End If
Return DLL(MyDLLInstance).ExecutePCCC(pccc, TNS, MyObjectID)
End Function
Values are:
MyDLLInstance=0
pccc = {MfgControl.AdvancedHMI.Drivers.PCCCCommandPacket}
TNS=1
MyObjectID=1
Edit:
A coworker or mine put the same setup on his machine and has the same results with this error...
Has anyone out there got this working with RSlogix? If so where do you think the issue is for our setup?