Config Text Report (.txt)

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Config Text Report (.txt)

    I need to generate the .txt file with the differentiated tolerance ID so that the report can be uploaded in SAP.

    Today my report looks like this:
    **CV 1

    Z 52.000 0.050 0.050 50.272 -1.728 1.678 <--------


    Z 52.000 0.050 0.050 50.274 -1.726 1.676 <--------


    Z 52.000 0.050 0.050 50.274 -1.726 1.676 <--------

    **CV 2

    Z 52.000 0.050 0.050 49.856 -2.144 2.094 <--------


    Z 52.000 0.050 0.050 49.856 -2.144 2.094 <--------


    Z 52.000 0.050 0.050 49.852 -2.148 2.098 <--------

    **CV 3

    Z 52.000 0.050 0.050 49.726 -2.274 2.224 <--------


    Z 52.000 0.050 0.050 49.724 -2.276 2.226 <--------


    Z 52.000 0.050 0.050 49.725 -2.275 2.225 <--------


    I wish it would look like this (For example):
    **CV 1

    Z001 52.000 0.050 0.050 50.272 -1.728 1.678 <--------


    Z002 52.000 0.050 0.050 50.274 -1.726 1.676 <--------


    Z003 52.000 0.050 0.050 50.274 -1.726 1.676 <--------

    **CV 2

    Z001 52.000 0.050 0.050 49.856 -2.144 2.094 <--------


    Z002 52.000 0.050 0.050 49.856 -2.144 2.094 <--------


    Z003 52.000 0.050 0.050 49.852 -2.148 2.098 <--------

    **CV 3

    Z001 52.000 0.050 0.050 49.726 -2.274 2.224 <--------


    Z002 52.000 0.050 0.050 49.724 -2.276 2.226 <--------


    Z003 52.000 0.050 0.050 49.725 -2.275 2.225 <--------

    Thank you!

  • #2
    I don't know anything about how PCDMIS generates a report like this, but can't you intercept the file with a simple custom program and scan for 'Z', when found concatenate 001, 002, 003 on a loop, then send to SAP?

    Comment

    Related Topics

    Collapse

    Working...
    X