ps4000.xls

Post your VB and VBA discussions here
Post Reply
postlund
Newbie
Posts: 0
Joined: Fri Nov 20, 2009 6:51 am

ps4000.xls

Post by postlund »

I wan't to set my 4424 oscilloscope to trig when the measured signal goes above 5VDC on Channel A. What changes do i have to make to the VB code in the Excel document? I have made modifications but i can't seem to find any logic in the behaviour of the 4424. If i raise the signal slowly up above 5V nothing happens but if i make a quick change the 4424 trigs.

Robin
Advanced User
Advanced User
Posts: 558
Joined: Fri Sep 19, 2008 10:17 am

Re: ps4000.xls

Post by Robin »

Hi

All you should need to do is set the thresholdUpper to your desired threshold value ((5V / range) * 32764).

The direction is already set to rising (2).

Robin

Post Reply