hexagon logo

Set A Variable in PC-DMIS with a textbox in VB.Net

Hi guys,

I have taken on the task of automating our CMM operations, and so far I have been able to push through some of my issues but I am stumped on this one. All I want to do is have the VB program output whatever is written in a textbox into a variable on PC-Dmis.

Thanks for the help.
Matt
Parents
  • Thanks for the help Don and Rploughe, I think the problem lies with VB.Net and/or the 2014 PCDLRN Object Library.
    It still gives me that same error on the For Each Cmd in Cmds


    I do know that VB.Net has an issue with collections, they are pretty much not recognized. You would need to use something more like

    For each Cmd in Cmds.Count
Reply
  • Thanks for the help Don and Rploughe, I think the problem lies with VB.Net and/or the 2014 PCDLRN Object Library.
    It still gives me that same error on the For Each Cmd in Cmds


    I do know that VB.Net has an issue with collections, they are pretty much not recognized. You would need to use something more like

    For each Cmd in Cmds.Count
Children
No Data