hexagon logo

PDLRN - How to get the number of parts from multipart program

In a program which is set up to measure multiple parts, how can I get the part count from PCDMIS? Is it a matter of getting the loop count or is there a more sophisticated way? I'm using vb.net.

Thanks
Parents
  • You should have a variable value for the loop counter, which you should be able to retrieve with GetVariableValue.

    Thanks for the reply. Thats another good solution but I would assume that if for some reason the program failed on one of the parts for example that the loop counter might exceed the count of the command values.
Reply
  • You should have a variable value for the loop counter, which you should be able to retrieve with GetVariableValue.

    Thanks for the reply. Thats another good solution but I would assume that if for some reason the program failed on one of the parts for example that the loop counter might exceed the count of the command values.
Children
No Data