robot-ranger
robot-ranger
Most are there, some arent. I swear i learn about new params ~1/wk Here are a few that arent documented: CreateUniqueIds, Sender, MonitorInterval
i dumped the readme section into copilot and asked it to give me a schema. Also dumped a few snippets from the source code to fill in a few gaps....
I will make a branch on my repo and eventually submit a PR
Which are considered "Required"?
> You can base it on the XML Schema: > > https://schemas.mtconnect.org Use the schemas without _1.0, those are for legacy validators (not 1.1). > > The normative source is...
another test: I POST an asset with the following: `curl -d @LoadCnc.xml 'http://192.168.0.105:5000/asset/LoadCnc?device=machine_1&type=AdapterConfig'` The agent responds with a valid MTConnectAssets document reflecting the asset POSTed; as expected. I then DELETE...
oh, ok. i could see how that is useful for tooling. would Tasks be handled differently?
` curl 'http://192.168.0.105:5000/asset/LoadCnc?device=machine_1&type=TaskArchetype&removed=false'` still responds with the previously deleted asset...what am i doing wrong? according to sysML: ``` value for Agent::removed MUST be true or false and interpreted as follows:...
x-posted from pr (here: #449 ); we can pickup the discussion here: > oh, i see removed="true" in the asset xml element. the issue is removed=true gets included in the...
after sleeping on it; it occured to me that we could compare the MTConnectAssets' Header `creationTime` and the assets' `removed=true` state along with `timestamp` to determine if the assset was...