ps6000RunBlock error

Post your MATLAB discussions here
Post Reply
picouser42
Newbie
Posts: 0
Joined: Sat Apr 30, 2016 1:35 pm

ps6000RunBlock error

Post by picouser42 »

Hi, I am trying to modify the example scripts for the PS6000 series and I am having a problem changing from runBlock to ps6000RunBlock .

When changing:

Code: Select all

[status.runBloc, timeIndisposedMs] = invoke(blockGroupObj, 'runBlock', 0)
to:

Code: Select all

[status.runBloc, timeIndisposedMs] = invoke(blockGroupObj, 'ps6000RunBlock', 0)
I get an error saying: No method with matching signature

However, if I type:

Code: Select all

methods(blockGroupObj)
I do see ps6000RunBlock in the list, so I do not understand where the problem might be. Could you give me any pointers on how to solve this?

I am running Matlab 2014b under Ubuntu 14.04.4 LTS and followed the instructions on http://www.mathworks.com/matlabcentral/ ... ent-driver, plus added the missing .SO files from topic19701.html

Hitesh

Re: ps6000RunBlock error

Post by Hitesh »

Hi picouser42,

Which version of the picotech_ps6000_generic.mdd Instrument Driver file are you using?

This should be displayed when the connect() function is called.

Regards,

picouser42
Newbie
Posts: 0
Joined: Sat Apr 30, 2016 1:35 pm

Re: ps6000RunBlock error

Post by picouser42 »

Hi Hitesh,

I am making use of version 1.2.10.

Code: Select all

   Driver Information
      DriverType:         MATLAB generic
      DriverName:         picotech_ps6000_generic.mdd
      DriverVersion:      1.2.10

Hitesh

Re: ps6000RunBlock error

Post by Hitesh »

Hi picouser42,

Thanks for confirming the version number.

Could you please e-mail support@picotech.com and I can provide an updated Instrument Driver file for you.

Regards,

Post Reply