Shop OBEX P1 Docs P2 Docs Learn Events
error after installation and unable to run — Parallax Forums

error after installation and unable to run

AnitaGuptaAnitaGupta Posts: 1
edited 2023-01-30 12:03 in micro:bit

After installing PLX DAQ which is Create Date on November 23, 2020 and Last Updated on December 1, 2021, I am getting one error "could not load an object because it is not available on the machine". When I am debugging it, am getting the error in bolded and Italic line.

Dim Row
Dim FlagConnect As Boolean
Dim TimeStart
Dim TimeLast
Dim TimeAdd
Dim cc

Private Sub cboBAUD_Change()
    Stamp.Disconnect
    cmdConnect.Caption = "Connect"
    FlagConnect = False
    Stamp.Baud = cboBAUD
End Sub

Private Sub cboPort_Click()
 **_  Stamp.Disconnect_**
   cmdConnect.Caption = "Connect"
   FlagConnect = False
   Stamp.Port = cboPort
End Sub



Private Sub chkReset_Click()
     Beep
End Sub

Private Sub ChkUser1_Click()
   Beep
End Sub

My system has 8GB RAM and 64 bit OS.
Kindly help me with this.

Comments

Sign In or Register to comment.