hexagon logo

Importing & executing a PC-DMIS part program file

Hello there,

I have a program called " Inspect My Cutter". This program previously generated and output a file containing (uncompiled) Tutor language which I then ran on WTutor to inspect various cutters.

I am now in the process of changing over to using PC-DMIS CAD++. I *do not* want to import a tutor file directly into PC-DMIS CAD++, nore do I want to use the tutor translator.

Instead, I have made " Inspect My Cutter" to now generate a file containing the readable (uncompiled) PC-DMIS part program for inspecting my cutters.

Is there a way of getting PC-DMIS CADD++ to import this PC-DMIS part program file directly and execute it? I want to avoid cutting and pasting into the code editor every time.

Thank-you, Michelle
Parents
  • Hello there,

    I have a program called " Inspect My Cutter". This program previously generated and output a file containing (uncompiled) Tutor language which I then ran on WTutor to inspect various cutters.

    I am now in the process of changing over to using PC-DMIS CAD++. I *do not* want to import a tutor file directly into PC-DMIS CAD++, nore do I want to use the tutor translator.

    Instead, I have made " Inspect My Cutter" to now generate a file containing the readable (uncompiled) PC-DMIS part program for inspecting my cutters.

    Is there a way of getting PC-DMIS CADD++ to import this PC-DMIS part program file directly and execute it? I want to avoid cutting and pasting into the code editor every time.

    Thank-you, Michelle


    you can stick the program in a subroutine folder and call it up from any part program you are using at the time by inserting a callsub command.
    CS1 =CALLSUB/???????,C:\PARTS\SUBROUTINES\????????????????.PRG
Reply
  • Hello there,

    I have a program called " Inspect My Cutter". This program previously generated and output a file containing (uncompiled) Tutor language which I then ran on WTutor to inspect various cutters.

    I am now in the process of changing over to using PC-DMIS CAD++. I *do not* want to import a tutor file directly into PC-DMIS CAD++, nore do I want to use the tutor translator.

    Instead, I have made " Inspect My Cutter" to now generate a file containing the readable (uncompiled) PC-DMIS part program for inspecting my cutters.

    Is there a way of getting PC-DMIS CADD++ to import this PC-DMIS part program file directly and execute it? I want to avoid cutting and pasting into the code editor every time.

    Thank-you, Michelle


    you can stick the program in a subroutine folder and call it up from any part program you are using at the time by inserting a callsub command.
    CS1 =CALLSUB/???????,C:\PARTS\SUBROUTINES\????????????????.PRG
Children
No Data