I thought that posting the excerpt (attached) from the Power PMAC Training Slides, "Talking to Power PMAC," might be helpful here as a quick reference covering most questions regarding communicating with Power PMAC.
(09-25-2012, 10:38 AM)CharlesP Wrote: I thought that posting the excerpt (attached) from the Power PMAC Training Slides, "Talking to Power PMAC," might be helpful here as a quick reference covering most questions regarding communicating with Power PMAC.
04-15-2015, 04:53 PM (This post was last modified: 04-15-2015, 04:54 PM by ***.)
Hi,
Yes, it's possible. You just open communication with Power PMAC through SSH, issue gpascii -2, and then you can download the programs directly there.
Note that this technique will not work if named local variables are present within the motion program. You need to have predefined the local variable names using #defines, then download them to PMAC through the IDE, before you can use them. This is because all name-to-index conversion for variables is done at download time through the IDE only.
I do not suggest using the embedded web server as it is designed for very basic functionality only, such as polling positions.