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
  • You would have to start the datapagestats.exe with a -L at the beginning of the loop and then call the datapagestats.exe at the end with a -E to signify closing the xml file. This would created data files for each part as a separate entity.

    So

    C:\Program files (x86)\WAI\Datapage+ 5.0\Datapagestats.exe -L (this string sets the stats utility to actively listen to the program as it's running and only gather data from ran features.)
    (Measurements)
    C:\Program files (x86)\WAI\Datapage+ 5.0\Datapagestats.exe -E (this string ends the data collection and generates the XML file)

    I see you're using case statements too so it's going to requires some extra work to do but it's possible.
Reply
  • You would have to start the datapagestats.exe with a -L at the beginning of the loop and then call the datapagestats.exe at the end with a -E to signify closing the xml file. This would created data files for each part as a separate entity.

    So

    C:\Program files (x86)\WAI\Datapage+ 5.0\Datapagestats.exe -L (this string sets the stats utility to actively listen to the program as it's running and only gather data from ran features.)
    (Measurements)
    C:\Program files (x86)\WAI\Datapage+ 5.0\Datapagestats.exe -E (this string ends the data collection and generates the XML file)

    I see you're using case statements too so it's going to requires some extra work to do but it's possible.
Children
No Data