cppagent
cppagent copied to clipboard
C++ Agent toolkit - Pre-built binaries, visit: https://github.com/mtconnect/cppagent/releases Docker images available at https://hub.docker.com/repositories/mtconnect
How can i get a value loaded into a dataitem that never changes. Like a Constant. I tried initial value in the example below but it doesn't seem to be...
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 it with...
Agent V 2.3.0.7 Agent disconnects and reconnects repeatedly. Is this by design. I think not.  This works fine with v2.3.0.2.
I would like to contribute a json schema for agent cfg. Can anyone point me to a COMPLETE list of all params available for agent cfg? is that even possible?...
Based on readme document of version 2.3, the SHDR format of CONDITION only has 6 fields but, in the example, it shows 7 data fields (not included time stamp). Is...
Hello, I am currently working with the cpp agent version 2.3.0.9 and with multiple adapters. When I started only the agent, it worked and tried to connect the adapter. However,...
When trying to use filters on an agent to agent connection, the filters are not taking effect. Example Code: ` 1 ` Still comes in as milliseconds, does not filter...
I’ve been building an web based asset tool using React and the Axios HTTP library. GET and POST requests sent to the Agent work without issue. When I try to...