Search found 3 matches

by zswiss
Thu Oct 04, 2007 4:32 pm
Forum: LabVIEW
Topic: picoScope 5203: triggering for channel B or external
Replies: 11
Views: 16264

solution :)

Hello,

The problem was rather simple: I use short (16-bits) instead of long (32-bits) as TRIGGER_STATE in the struct tTriggerConditions. Unfortunately it was not so clear for me from the User's Guide.

Regards to all,
Zinour.
by zswiss
Wed Oct 03, 2007 11:56 am
Forum: LabVIEW
Topic: picoScope 5203: triggering for channel B or external
Replies: 11
Views: 16264

pico5203: channel B triggering problem

Hello,

Additional info for previous post:

I got back an error code 34 when I sent (0,1,0,0,0,0,0)-conditions to the ps5000SetTriggerChannelConditions.
Why?

PICO_STATUS=34 means PICO_WARNING_AUX_OUTPUT_CONFLICT,
but I just wants to use channel B for triggering?

Thanks,
Zinour.
by zswiss
Tue Oct 02, 2007 8:35 pm
Forum: LabVIEW
Topic: picoScope 5203: triggering for channel B or external
Replies: 11
Views: 16264

picoScope 5203: triggering for channel B or external

Hello, I am writing code for picoScope 5203 using PS5000.dll(ps5000sdk_r6_0_11). The problem is that I could not make working the triggering from channel B (and from external as well). Everything works well for channel A, but when I try to send (0,1,0,0,0,0,0) or (0,0,0,0,1,0,0) as "conditions" to p...