Search found 4 matches

by RamonG
Thu May 21, 2015 7:55 pm
Forum: .Net Languages (C#, VB.Net, .)
Topic: Setting advanced trigger for PicoScope 4824
Replies: 12
Views: 16415

Re: Setting advanced trigger for PicoScope 4824

Hi Martyn, thank you for the modified version of imports file. After replace the file, the triggering functions SetTriggerChannelConditions , SetTriggerChannelDirections and SetTriggerChannelProperties returns an status of 0 meaning success. (My code is based on a modified version of PS4000aBlockCap...
by RamonG
Tue May 19, 2015 4:18 pm
Forum: .Net Languages (C#, VB.Net, .)
Topic: Setting advanced trigger for PicoScope 4824
Replies: 12
Views: 16415

Re: Setting advanced trigger for PicoScope 4824

Hi Hitesh, do you have a code sample showing how to use advanced triggering function is block mode. I have tried to fix my source during last days but at this point I don't have any progress, I'm in the same point as before.

Thank you for helping,
Ramon.
by RamonG
Fri May 15, 2015 3:26 pm
Forum: .Net Languages (C#, VB.Net, .)
Topic: Setting advanced trigger for PicoScope 4824
Replies: 12
Views: 16415

Re: Setting advanced trigger for PicoScope 4824

Hi Hitesh, Yes, I have enabled the channel and return code is 0 (channel is successfully enabled), see my code below. status = Imports.SetChannel(handle, Imports.Channel.CHANNEL_A, 1, (short)Imports.coupling.DC, Imports.Range.Range_10V, 0); //return status = 0 The numerical values for ThresholdMinor...
by RamonG
Wed May 13, 2015 9:10 pm
Forum: .Net Languages (C#, VB.Net, .)
Topic: Setting advanced trigger for PicoScope 4824
Replies: 12
Views: 16415

Setting advanced trigger for PicoScope 4824

Hi, I'm working on a block mode example. I've got it working fine using ps4000aSetSimpleTrigger function to configure a trigger, but I really need a windowing method to monitor a dc value to be between two limits. I'm trying to configure trigger using functions ps4000SetTriggerChannelConditions ps40...