AdvancedHMI Software
General Category => Support Questions => Topic started 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
-
There is now a 3.97a version that fixed 2 problems in the CLX driver
-
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
-
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
-
got this
-
Need a space before and after "IsNot"
-
What kind of tag is your button writing to?
-
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
-
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.
-
Try version 3.97b to see if you still have this problem.
-
Will download it tonight and try it in the morning , I think it's a straight bool
-
Seems to work , thanks