hexagon logo

Pointcloud Export during program execution not working

I've been writing my romer arm programs to end with a pointcloud operator exporting the scan so that no data is lost. I have added this command to the edit window thinking it would execute during the program with the rest of the features but for some reason it will only actually export if I F9 the command and click apply... during the program execution it still shows a progress bar and takes quite a while as if it was actually exporting it only nothing ever comes out....
Parents
  • You need to concatenate the destination path, try this:

    COP1 =COP/DATA,TOTAL SIZE=8047971,REDUCED SIZE=8047971,
    REF=,
    C1 =COMMENT/INPUT,NO,FULL SCREEN=NO,
    Please enter sn
    COPEXPORT1 =COP/OPER,EXPORT,FORMAT=XYZ,FILENAME="C:\USERS\METROLOGY \ONEDRIVE - MONARCH TRACTOR\METROLOGY_DATABASE\RAW_DATA\XYZ\"+C1.INPUT+" .XYZ",
    SIZE=8047971,REF=COP1,,​​
Reply
  • You need to concatenate the destination path, try this:

    COP1 =COP/DATA,TOTAL SIZE=8047971,REDUCED SIZE=8047971,
    REF=,
    C1 =COMMENT/INPUT,NO,FULL SCREEN=NO,
    Please enter sn
    COPEXPORT1 =COP/OPER,EXPORT,FORMAT=XYZ,FILENAME="C:\USERS\METROLOGY \ONEDRIVE - MONARCH TRACTOR\METROLOGY_DATABASE\RAW_DATA\XYZ\"+C1.INPUT+" .XYZ",
    SIZE=8047971,REF=COP1,,​​
Children
No Data