This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

EV2400: Using EV2400 with my own software

Part Number: EV2400
Other Parts Discussed in Thread: BQEVSW

Hi Everyone,

I have been using the EV2300 for years with my own production software (VB.NET) for many years. I always set a reference to BQ80XRWLIB and everything was OK. There was no problems changing to EV2400 until now. 

I have two new Windows 10 systems. I installed the usual bqMultistation, and bqTesterSource. However, these computers will not locate the EV2400 AxBQ80XRW1 object on a form. I have tried installing and uninstalling several times. Neither bqEVSW nor bqMultistation does not seem to be able to locate the EV2400. However, Battery Management Studio works OK with no problems.

What libraries do I now need to talk to the EV2400?

My code is below. The returned board count is always zero.,

Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click

Dim FoundCount As Integer, NameList As String
Me.AxBq80xRW1.GetFreeBoards(1, FoundCount, NameList)
MsgBox("Boards Found: " & FoundCount & vbNewLine & NameList)

End Sub


Thanks for helping.

  • Hi Phil

    We have gotten this issue from a different customer in the past and we really couldn't figure out why on some windows 10 computers i worked while on some it didn't. At this point i would recommend using a windows7 computer or an ev2300. I have sent you a private message

    thanks

    Onyx