|
|
| Author |
Message |
teck Advanced User

Joined: 25 Feb 2007
Posts: 17
|
Posted: Wed Mar 14, 2007 12:54 am Post subject: how to use fast streaming with callback |
|
|
hi,
i am trying to run fast streaming with a callback function in excel macros. HOw do i call get_streaming_last_values with the callback function? Does the callback function returns anything to the main program? My get_streaming_last_values always returns a FALSE suggesting parameters are out of range. What is the correct procedure to call ps3000_get_streaming_last_values? |
|
| Back to top |
|
 |
markB Site Admin

Joined: 27 Mar 2007
Posts: 78
Location: Cambridgeshire,UK
|
Posted: Thu Mar 29, 2007 8:30 am Post subject: |
|
|
| I'm not a VB expert but I think you may need to use the AddressOf operator. I believe the usage of this is slightly different for VB6 and VB.Net so I wont try and post any code. Googling 'AddressOf' gives plenty of examples. |
|
| Back to top |
|
 |
|