You are not logged in.
Pages: 1
I am a new user on Vericut 7.1. I am trying to setup G913 to call macro program O9011 for a custom threadmill cycle.
I am trying to use "CallNCMacro" under G913 in the G-code processing but however I try to configure it it comes up with “Error: Cannot locate subroutine None for callâ€. I can run the macro calling G65P9011… ok.
If G65P8025, for example, is called earlier in the program and then G913 is run, G913 runs macro 8025.
I have looked extensively through help files and forum and have tried many different ways to setup G913 in the G-code processing but I have had no luck.
Can someone point me in the right direction to correctly configure the G913 for Fanuc 31i control.
Is there any documentation that details this process?
Offline
Try using Configuration... Adv. Options... Substitute tab... Click Add, if you have entries it will copy the last one... Make the Input text G913 and the output text G65P9011.
Offline
Thanks Moudy!
If you want to make G913 to call subroutine O9011 you have to:
1- Configure Word/Address G 913 to call macro CallSubName, Value 9011
[attachment=0:395l55fy]<!-- ia0 -->G913_1.jpg<!-- ia0 -->[/attachment:395l55fy]
2- Add link to your subroutine O9011. Their 3 places for subroutines (Project, Control, Machine). As this looks to be a subroutine specific to the machine go to menu Machine > Machine Settings... > Subroutines tab, add the path to the subroutine, for example "C:\Users\mchahid\Documents\9011.sub"
[attachment=1:395l55fy]<!-- ia1 -->G913_2.jpg<!-- ia1 -->[/attachment:395l55fy]
Mustapha
Offline
Thanks, the CallSubName was what I was searching for.
Offline
Pages: 1