ps6000aRunBlock-2() Relay Clatter

Forum for discussing PicoScope version 6 (non-automotive version)
Post Reply
spflanze
User
User
Posts: 4
Joined: Wed Jul 11, 2018 11:36 pm

ps6000aRunBlock-2() Relay Clatter

Post by spflanze »

The function ps6000aRunBlock-2() is working within the application I wrote in LabVIEW which repeatedly reads data from a PicoScope 6424E. Trouble is I hear relay clatter every time this function is called.

I start up PicoScope6000aExampleBlock.vi , there is initial clatter, but it is soon silent, and continues to output data silently. This silence is what I need for my own LabVIEW application. I do not see what is different between my application, and PicoScope6000aExampleBlock.vi. It is not obvious. Any comments on what could cause the relay clatter to sound when ps6000aRunBlock-2() is called would be appreciated.

AndrewA
PICO STAFF
PICO STAFF
Posts: 401
Joined: Tue Oct 21, 2014 3:07 pm

Re: ps6000aRunBlock-2() Relay Clatter

Post by AndrewA »

Relay clatter will be the channel input attenuation relays, switching.
All the channels are on by default, set to a default range.
I assume you are calling the ps6000aSetChannelOn/Off functions before the call to ps6000aRunBlock?
If you calling ps6000aOpenUnit and ps6000aCloseUnit on each run then this would explain it, this would mostly likely reset the state of all the relays on opening the scope.

Note you should be using the ps6000aRunBlock() function not the -2 version - ps6000aRunBlock-2().
Regards Andrew
Technical Specialist

spflanze
User
User
Posts: 4
Joined: Wed Jul 11, 2018 11:36 pm

Re: ps6000aRunBlock-2() Relay Clatter

Post by spflanze »

I have seen many functions with the -2 suffix, and these are the ones I have been using. What does the -2 suffix indicate? Is it true that all such functions having the -2 suffix should not be used? Or is this true only of ps6000aRunBlock-2?

Post Reply