hexagon logo

PC DMIS 2024.2 printing Data

I am running into an issue when saving printouts. the screen says one thing, and the printout shows something totally different.

has anyone had this issue? How was it resolved?

Thank you

Parents Reply
  • Geo Tol does not like LOOPS! You have to have a print command at the end of each loop, to print off a report, then make sure DELETE_INSTANCES is on. There is an issue with how that geometric library operates and "holds onto" data. You can run a flow that will print off the first one, then append reports to that original report when the loop is greater than 1. 

    Look into using the DO/UNTIL function rather than the native LOOP function within PC-DMIS. 

Children