error after installation and unable to run
AnitaGupta
Posts: 1
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
Hi !
Are you using a Basic Stamp microcontroller ? (Or something else....?)
Some other info.... That's a really old version you tried, and the support stopped in 2021 so maybe newer OS don't work.
I found a newer version here, with 64-bit support : https://forum.arduino.cc/t/plx-daq-version-2-now-with-64-bit-support-and-further-new-features/420628
Maybe that can help ?
That is VBA code probably behind the scenes of PLX-DAQ and although we have very limited information I would guess there is a problem accessing the serial port. The best option is the one provided by VonSzarvas and I would guess you will get a lot more support for that piece of software on the arduino forum.