getting legacy code to work with Windows 10
getting legacy code to work with Windows 10
I have some legacy code written in Matlab to control a 5244B under Windows 7. The laptop it's on has been upgraded to Windows 10 and now I am having problems getting the code to run. Do you have a check list or video that explains what needs to be done so that the SDK files needed to run the old code can be made to work after the upgrade?
Steve
Re: getting legacy code to work with Windows 10
What exactly is happening when you try to run the code?
We have a youtube video which takes through setting up MATLAB to use with our scopes which may be useful to check against. https://www.youtube.com/watch?v=zpMIRnvylTk&t=26s
Technical Support Engineer
Re: getting legacy code to work with Windows 10
Unable to perform assignment because dot indexing is not supported for variables of this type.
Error in pico_piezo_rapid_beta (line 246)
[status.setSimpleTrigger] = invoke(triggerGroupObj, 'setSimpleTrigger', 0, 500, 2);
That line 246 is right in the middle of the block of code that runs fine with your Rapid_Block sample code.
Re: getting legacy code to work with Windows 10
Technical Support Engineer