Well the Demon strikes again.
I have two programs.
1. The main program that measures everything on part except for a seal groove.
2. A seal groove width program that measures nothing else but one feature via scanning, and then spits out some measurements to a text file.
I wanted to run these both together via subroutines but it really doesnt work very well this way.
The subroutine part does execute from the first stupid PCDMIS program but draws in all of the constructed features that were hidden in the 2nd program. Normally not a big deal right, but my Second program has is OVER 18,000 Lines of code just for one silly feature (Mainly all because of creating work arounds for other bugs in the PCDMIS). Any who that way there is soo much crap I cant see what I even wanted to measure in the first place, and of course no way to turn it off or keep it from creating all of that garbage. Also PCDMIS placed the CAD graphic of the dimensions at the CAD origin, completely detacted from all of the other features it decided to poo-poo all over the screen.
So I guess Im stuck having to open and close programs to run each part.
Sigh, yet another annoying time waster...
I have two programs.
1. The main program that measures everything on part except for a seal groove.
2. A seal groove width program that measures nothing else but one feature via scanning, and then spits out some measurements to a text file.
I wanted to run these both together via subroutines but it really doesnt work very well this way.
The subroutine part does execute from the first stupid PCDMIS program but draws in all of the constructed features that were hidden in the 2nd program. Normally not a big deal right, but my Second program has is OVER 18,000 Lines of code just for one silly feature (Mainly all because of creating work arounds for other bugs in the PCDMIS). Any who that way there is soo much crap I cant see what I even wanted to measure in the first place, and of course no way to turn it off or keep it from creating all of that garbage. Also PCDMIS placed the CAD graphic of the dimensions at the CAD origin, completely detacted from all of the other features it decided to poo-poo all over the screen.
So I guess Im stuck having to open and close programs to run each part.
Sigh, yet another annoying time waster...
Comment