Search found 3 matches

by joseph25
Fri Feb 21, 2014 9:41 am
Forum: VB and VBA (Excel, Access)
Topic: ps4000SetSigGenBuiltIn problem
Replies: 5
Views: 9212

Re: ps4000SetSigGenBuiltIn problem

hi i am posting my code , please if you find any mistakes please correct it Type TRIGGER_CONDITION channelA As Long channelB As Long channelC As Long channelD As Long external As Long aux As Long pulseWidthQualifier As Long End Type Declare Function ps4000OpenUnit Lib "ps4000.dll" (handle As Integer...
by joseph25
Wed Feb 19, 2014 4:29 am
Forum: VB and VBA (Excel, Access)
Topic: ps4000SetSigGenBuiltIn problem
Replies: 5
Views: 9212

Re: ps4000SetSigGenBuiltIn problem

Hi as you found that......... ByVal triggerType As Integer was twice ,Now i changed as Declare Function ps4000SetSigGenBuiltIn Lib "ps4000.dll" (ByVal handle As Integer, ByVal offsetVoltage As Long, ByVal pkToPk As Long, ByVal waveType As Long, ByVal startFrequency As Single, ByVal stopFrequency As ...
by joseph25
Tue Feb 18, 2014 12:35 pm
Forum: VB and VBA (Excel, Access)
Topic: ps4000SetSigGenBuiltIn problem
Replies: 5
Views: 9212

ps4000SetSigGenBuiltIn problem

hi ,everybody I am trying to interface the Picoscope 4262 unit through Excel macros running under Windows XP professional enivronment. While the data capture is working very well and I have been able to modify it to a certain extent for my application, I am finding it difficult to address the Signal...