AdvancedHMI Software

General Category => Support Questions => Topic started by: Darrell on January 11, 2015, 10:36:44 PM

Title: CIP Error Path Destination
Post by: Darrell on January 11, 2015, 10:36:44 PM
Since upgrading some of my HMI's to v3.97  , I get is error on momentary button using the control Logix  driver

Darrell
Title: Re: CIP Error Path Destination
Post by: Archie on January 12, 2015, 05:56:37 AM
There is now a 3.97a version that fixed 2 problems in the CLX driver
Title: Re: CIP Error Path Destination
Post by: Darrell on January 12, 2015, 03:35:00 PM
 using vb express 2010 , and I noticed the last couple of revisions that when I exit vb   , getting message vb error occur vb restarting, but I don't get it with v3.90 , buttons worked in v3.95 now have the above error , beveled button display does ot work now either . Control logix driver
Title: Re: CIP Error Path Destination
Post by: Archie on January 12, 2015, 05:45:42 PM
After V3.97a was posted, I discovered a problem when closing VS or deleting a CLX driver. If you open EthernetIPforCLXCom.vb and go to line 329 and change the subroutine code to this:


    Public Sub CloseConnection()
        If DLL(MyDLLInstance) IsNot Nothing Then
            DLL(MyDLLInstance).ForwardClose()
        End If
    End Sub
Title: Re: CIP Error Path Destination
Post by: Darrell on January 12, 2015, 08:40:07 PM
got this
Title: Re: CIP Error Path Destination
Post by: Archie on January 12, 2015, 08:44:23 PM
Need a space before and after "IsNot"
Title: Re: CIP Error Path Destination
Post by: Archie on January 12, 2015, 08:44:54 PM
What kind of tag is your button writing to?
Title: Re: CIP Error Path Destination
Post by: Darrell on January 13, 2015, 07:04:44 AM
In v3.95 I was able to use a button to toggle an input to a card and also a bool
Now getting this error on both
Title: Re: CIP Error Path Destination
Post by: Archie on January 13, 2015, 08:17:37 AM
Is your button using a DINT or INT tag with a bit designation or is it a BOOL tag?

I just found a problem when designating a bit within a DINT or INT. If the tag is a straight BOOL, then I still have another problem to find.
Title: Re: CIP Error Path Destination
Post by: Archie on January 13, 2015, 11:08:18 AM
Try version 3.97b to see if you still have this problem.
Title: Re: CIP Error Path Destination
Post by: Darrell on January 13, 2015, 07:31:41 PM
Will download it tonight and try it in the morning , I think it's a straight bool
Title: Re: CIP Error Path Destination
Post by: Darrell on January 14, 2015, 02:17:25 PM
Seems to work   , thanks