hendraprimasyahputra Posted March 23, 2012 Share Posted March 23, 2012 Hi, By using a PMAC Plot, i can gather all motor command and save it in form of .m file to be opened in Matlab. Until now i'm able to plot it in 2D ( Ex : X and Y axis trajectory ). Anyone ever try to plot 3D tool path on Matlab using data gathered by PMAC Plot ? Thanks Link to comment Share on other sites More sharing options...
Omron Forums Support Posted March 23, 2012 Share Posted March 23, 2012 You can do it using the Matlab command plot3: http://www.mathworks.com/help/techdoc/ref/plot3.html Just first gather your X, Y, and Z coordinates in PMAC, save it as an M-File, and then use this command. Link to comment Share on other sites More sharing options...
Recommended Posts