Any one that has interfaced with MTConnect and Losant?
MTConnect sends XML over HTTP, and can be parsed by using a combination of our HTML/XML Parser Node and Function Node.
We are using http://agent.mtconnect.org/probe
to do internal testing on MTConnect. You can perform HTTP GET requests against this URL and get example data back.
Would you be able to tell me more about what you’re looking to do? Do you have a use case currently or are you just exploring options?
Thank you,
Heath
To add a little bit more information:
We are using http://agent.mtconnect.org/probe
for MTConnect Probe Data, i.e. all the information available for a machine and http://agent.mtconnect.org/current
for “real-time” data from a machine.
Thank you,
Heath
Yes, I have tested those, was just curious to if there was any fully defined parsers available.