Question on access to AppDesigner
Mostrar comentarios más antiguos
I've written an app to control the Trossen Robotics Arm Pincher. It is initialized by this command: arb = Arbotix('port','/dev/tty.usbserial-AI05UU3S','nservos',5) This creates a variable in the workspace arb that has specific properties methods etc. Doesn't work in App Designer. Whole program hangs.
4 comentarios
Sean de Wolski
el 5 de En. de 2018
Are you setting it to be a property (that you've added) of the app?
properties
arb
end
Whatever call back creates it:
app.arb = Arbotix(...)
Stephen Wilkerson
el 7 de En. de 2018
Stephen Wilkerson
el 7 de En. de 2018
Sean de Wolski
el 8 de En. de 2018
I'd have to recommend following standard debugging procedures. Put a breakpoint on that line and step into it.
Respuestas (0)
Categorías
Más información sobre Develop Apps Using App Designer en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!