hexagon logo

Multi-Part program + sending individual data to Datapage!!!!! Help Please!!!

Looking for help please!!!


I have been tasked with implementing an SPC process on a group of parts.


I was thinking of creating a "KC program" in which I have 4 of the same part located on a fixture.


The issue I have is I want to be able to send the individual data of each component to Datapage in order to monitor the SPC.


Obviously I is a bit of a mind field due the fact I need to have all the trace fields completed so that Datapage can read the information.


Instead of using the Stats transfer we have an external command that sends the data to a holding area and then Dataimporter extracts that information and inputs int the Datapage database, see below.


{"alt":"Click image for larger version Name:\tAnnotation 2019-05-25 064015.jpg Views:\t13 Size:\t9.2 KB ID:\t450131","data-align":"none","data-attachmentid":"450131","data-size":"full","title":"Annotation 2019-05-25 064015.jpg"}

If anyone could help or even know if this is possible it would be much appreciated.
Parents
  • JDeanie1989, I'm sorry it's taken so long to get back to you on this. I was working with a customer yesterday and he reminded me that there is a config file that has this setting.

    in C:\Users\Public\Documents\WAI\DataPage+\Globalsettings.xml you will find an entry listed below.

    <XML TreatLoopAsTransaction="true" NeedMergeExistingTransactions="false" UniqueKeyFieldName="[Transaction_Date]" ContainSpecialTraces="false" LotTraceNames="LOT,LOT#,LOTNUMBER" LotIndexTraceNames="SAMPLE" GaugeOperatorTraceNames="OPERATOR" GaugeIDTraceNames="GAGEID,GAUGEID">
    <IsEnabled Value="true" />
    <Encoding Value="(Auto-Detect)" />
    </XML>

    Change the true statement to false if you wish loops to be treated as the same transaction.

Reply Children
No Data