ctacke/mtconnect

Why Mazak CNC machine Power_State value unavailable ?

Closed this issue · 2 comments

ask

Hi,author I'm using this

I am developing a windows client application based on this open source project.

But there are always a few nodes whose value are "unavailable"

BTW, the MTconnect version of the machine is 1.3

It's due the the MTConnect Adapter on the machine itself returning that value. You can verify that in a browser by navigating to http://192.168.21.117:5000/current and you'll find a Data Item with an id of "pwr" and a value of "UNAVAILABLE"

@ctacke Thank you very much!!