Pico 4224 with IEPE Accelerometer

Post your LabVIEW discussions here
Post Reply
benscarrow
Newbie
Posts: 0
Joined: Fri Dec 11, 2009 10:53 am

Pico 4224 with IEPE Accelerometer

Post by benscarrow »

Hi,

I need to set Channel A to use an Accelerometer, under Pico Scope 6 you set the Drop down from DC/AC to Accelerometer.

I have used the SDK pack and latest examples of the Rapid example but these havent get the option for this?

If anyone could help on this.

Regards Ben

benscarrow
Newbie
Posts: 0
Joined: Fri Dec 11, 2009 10:53 am

Re: Pico 4224 with IEPE Accelerometer

Post by benscarrow »

The answer to this is to expand the options with the Range Setting.

Current LV examples have 0-13 which covers standard ranges. Add 20-33 to use the Accelerometer.

0 PS4000_10MV,
1 PS4000_20MV,
2 PS4000_50MV,
3 PS4000_100MV,
4 PS4000_200MV,
5 PS4000_500MV,
6 PS4000_1V,
7 PS4000_2V,
8 PS4000_5V,
9 PS4000_10V,
10 PS4000_20V,
11 PS4000_50V,
12 PS4000_100V,
13 PS4000_MAX_RANGES,

20 PS4000_ACCELEROMETER_10MV = PS4000_MAX_RESISTANCES,
21 PS4000_ACCELEROMETER_20MV,
22 PS4000_ACCELEROMETER_50MV,
23 PS4000_ACCELEROMETER_100MV,
24 PS4000_ACCELEROMETER_200MV,
25 PS4000_ACCELEROMETER_500MV,
26 PS4000_ACCELEROMETER_1V,
27 PS4000_ACCELEROMETER_2V,
28 PS4000_ACCELEROMETER_5V,
29 PS4000_ACCELEROMETER_10V,
30 PS4000_ACCELEROMETER_20V,
31 PS4000_ACCELEROMETER_50V,
32 PS4000_ACCELEROMETER_100V,
33 PS4000_MAX_ACCELEROMETER,
Attachments
PicoScope4000ExampleStreaming.vi
Updated with Additional Range Settings
(18.04 KiB) Downloaded 656 times

Post Reply