hexagon logo

Set an active tip via code

Hi,

Does anybody have implemented setting an active tip via code?
It is equivalent to select a new tip from the Probe Tips pull-down list on PC-DMIS UI.

I am trying to do this using the following command, but I am not sure the suitable parameters.

objCommand = objPartProgram.Commands.Add(OBTYPE.SET_ACTIVE_TIP, true);

Please advise.​
Parents
  • Create a program where you do the things you want to know the syntax for in your script.
    Export this part program as BASIC.
    Open the exported basic routine in Notepad or another texteditor to see how the part program looks like in BASIC (and re-use the code in your script).
Reply
  • Create a program where you do the things you want to know the syntax for in your script.
    Export this part program as BASIC.
    Open the exported basic routine in Notepad or another texteditor to see how the part program looks like in BASIC (and re-use the code in your script).
Children