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
  • Just a side note, you should probably put an operator comment with a 5 second pause after the -L command, PC-DMIS takes a second or two to start the listening command up and the next few lines of code will not be read, so for example if you have a tracefield right after a listening command PC-DMIS may skip it and not send it to stats. So Generally I like to put a pause of a few seconds after my listening command.
Reply
  • Just a side note, you should probably put an operator comment with a 5 second pause after the -L command, PC-DMIS takes a second or two to start the listening command up and the next few lines of code will not be read, so for example if you have a tracefield right after a listening command PC-DMIS may skip it and not send it to stats. So Generally I like to put a pause of a few seconds after my listening command.
Children
No Data