Closed MarMykland closed 1 year ago
It seems to work by adjusting to the before april 3th version, but no matter how I tweak I get everything to work exept changing mode. Even if I use the before april 3th version I get it to work if I manually set it to twin mode, but if it is in standard mode I get this error for setIPI even though setIPI work if I am in twin mode manually.
Dot indexing is not supported for variables of this type.
Error in magventure/setIPI (line 1251) model = rawInfo.Model; %5th Byte of getInfo response
Error in MF5ppTMS (line 30) myMV.setIPI(10);
myMV.setMode('Twin'); myMV.setIPI(10); myMV.setBARatio(1.5);
Hope you have fixed it. The problem is with ‘currentDirection’. I think the following codes are missing in the original file:
switch currentDirection case 'Normal' currentDirN = '00'; case 'Reverse' currentDirN = '01'; end
currentDir = currentDirN;
Or, When you us these funcitons, inputing '00' instead of 'Normal', '01' instead of 'Reverse'.
Hi, when trying to control magventure magpro I get this error seting up IPI or MODE i.e. Do you have any suggestions for a fix?
myMV.setIPI(2,'Normal',2,1.5,0);