hexagon logo

Browse By Tags

  • Modifying PCDMIS Array Variable with External Command

    I want to build PCDMIS array variables externally using an EXE. As we all know, doing so within PCDMIS with a loop is slooowwwww. I can change simple String or Long value variables. However, arrays are an issue. PCDMIS Basic and PCDMIS Automation…
  • VB.Net Automation of MovePoint Values

    I can insert MovePoints using VB.Net with the Command Object as shown. Dim PCDcommands As PCDLRN.Commands Dim NewCMD As PCDLRN.Command NewCMD = PCDcommands.Add(PCDLRN.OBTYPE.MOVE_POINT, True) However, I cannot change the X,Y,Z values. It's…
  • Automation Issue with .NET

    When opening and executing PC-DMIS programs from a Windows VB.Net application, on SOME machines SOME of the time, the main PC-DMIS window will not display. Only the PC-DMIS Execution Window is displayed - PC-DMIS User Prompts are essentially unavailable…