Search the web
Sign In
New User? Sign Up
ultimaserial_group · UltimaSerial Users
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Use digital input to initiate excel capture 148u   Message List  
Reply | Forward Message #623 of 794 |
I'm using a 148U to capture descrete readings from a hand held probe.
The analog single provides a running graph of the output which will
let me see when the signal is stable. Since I'm about 12 feet from
the computer, "Aquire Data" button in the user form won't do. I'd
like to use the status of D0 per a momentary switch to accomplish
capture. I modified the code to do so, but a buffer or something
fills and locks up excel.

I tried to create a goto loop with the same result. And, for some
reason the command button had to be actuated for the DI to take.

I tried calling the aquire data sub from the start button, with more
errors.

Any suggestions?





Wed May 16, 2007 8:27 pm

throrope
Offline Offline
Send Email Send Email

Forward
Message #623 of 794 |
Expand Messages Author Sort by Date

I'm using a 148U to capture descrete readings from a hand held probe. The analog single provides a running graph of the output which will let me see when the...
throrope
Offline Send Email
May 16, 2007
8:29 pm

To use D0's state as the storage control, you can use Digital0 as trigger channel and set the trigger mode to WhenAboveLevel: Dim buffer(1000) As Integer Dim...
xchen992000
Offline
May 17, 2007
2:33 pm

Whoa! This is over the top. I did a work around in the meantime, but this sure opens possibilities. Thank You!!! ... available ... points. ... 3276.8, ... ...
throrope
Offline Send Email
May 17, 2007
4:48 pm

With the latest version and the following codes, you may log one data point, along with timestamp, to the excel sheet whenever D0 goes high: Private Sub...
ultimaserial
Offline
May 22, 2007
4:06 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help