DWQA User Profile Duncan McLeanQuestions(40)Answers(89)Posts(0)CommentsHi Jonathan,We're just started the release testing for 3.9. That should mean we will be ready for release around the end of February.Cheers!On Answer for TP/TARGET tables do not appear to be saved beyond 1275 entriesHi Matthias,Yes, that's exactly how I meant to handle the analog inputs. I'm glad that's working for you!Cheers!DuncanOn Answer for Import visual feedback data into MATLABHi Michael,Double click on the KINARM_EP_Position_Control Block. Set the value for "Inertias to include for feed-forward control" to "KINARM End Point robot".Cheers!On Answer for Can you preprogram the movement of the robot arm without actually holding the handle?Hi Peter,<br><br>There's nothing built in to do multi line text unfortunately. Strategically placing multiple targets is the only way to go. <br><br>Cheers!On Answer for Display instructions at the start of each block?Hi Michael,In the simulink library browser enter 6229 in the search field. One of the blocks returned should be named something like PCI-6229 DI. This is a block provided by MATLAB, so you won't find it in our libraries.Cheers!DuncanOn Answer for Associating 2 physicals buttons with kinarmAs an update to this issue - there is now a real-time sound demo task that makes use of the NI card. The task can be found under Sample Custom Tasks.On Answer for Playing a soundHi Michael,Can you please email me your mdl and dtp files to support@bkintechnologies.com?On Answer for Repeat Error TrialsHi Michael,In your protocol, have you checked the box for "use repeat trial flag"? When you are editing your protocol in Dex this option is on the "general" tab on the bottom left.DuncanOn Answer for Repeat Error TrialsHi Michael,Yes they will increase your total trial count. When the trial is repeated later it will be a complete new trial saved in the data.On Answer for Repeat Error TrialsHello Darrin,The newest version of the analysis scripts is only tested to work with MATLAB 2015a SP1 and 2019b. MATLAB 2013 isn't supported to use the scripts because some required functionality is missing.Please contact Kinarm support using support@kinarm.com if this limitation is going to cause problems for your analysis. There may be work arounds that we could propose.All the best,DuncanOn Unable to extract data from .kinarm fileHello Yokesh,Which MATLAB version are you using?You will be able to use the 3.6.4 TDK with Dexterit-E 3.6.2.All the best,DuncanOn Dexterit-E 3.6 compilation errorHi Michael,You can turn a VCode off in 3 ways:1. Set VCode(2) = 0 - signals that the code should not be drawn2. Set VCode(9) = 0 - set the opacity to 0 means the target is completely see through3. Set VCode(5) = -2^31 - Set the fill color of the target to "no fill"Any of those will work for you.Cheers!DuncanOn Is there a way to make the cursor transparent at different timeHi Michael,The easiest way to get the target locations is to either:1. If you are displaying one of the targets, get the target VCode and extract indexes 3, 4 - the global X,Y position of the target.or2. Look under the mask of the Show Target block and see how we extract the information we need from the target table block.Cheers!DuncanOn Is there a way to get target location from input of Target TableCrop