DCOM -matlab, start recording

Olav Vijlbrief

Posted on 19.06.2012 13:33
Dear all, I'm trying to use our DEWE-5001 for automatic testing. That means that I change some setting in our experimental setup and matlab reads out one channel and if this signal is stable enough I want matlab to start a measurement of the dewetron. The first points I already fix, but starting a recording gives me troubles. h = actxserver('Dewesoft.App'); h.invoke('Init'); h.Visible = 1; h.LoadSetup('C:\Documents and Settings\All Users\Documents\DEWESoft7\Setups\test2.d7s'); h.startstoring('meting1_001') ??? No appropriate method, property, or field startstoring for class COM.Dewesoft_App.
Login to reply to this topic. If you don't have account yet, you can signup for free account .