I have a 3-axis system, which resembles the CNC-axis, and a PowerPanel from B&R. Now I plan to execute the g-code, which I read from a file, which is fe located in the Downloads folder. This will be done with fbs from B&R Automation Studio.
I got confused with the help, since it says in drive engineering/mapp Motion/technologie/function block/mpcnc3axis/description the part of moveProgram
, where it redirects you to MC_BR_MoveProgram
\ description. There stands that you can start the program with [Program name prefix] [File device name:] [Path] Program name syntax. Now I am not sure how to include this with my MpCnc3Axis
code or if I can use the syntax also in MpCnc3AxisParType
ProgramName
part to start the program from fe Downloads Folder, since it didn't work with McPrgAdvParType
InitProgramName
.
Any links to related material would be appreciated.
I would also accept a solution with C, if it is easier.