cppagent icon indicating copy to clipboard operation
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

Results 43 cppagent issues
Sort by recently updated
recently updated
newest added

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...

bug

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...

documentation
clarification

Agent V 2.3.0.7 Agent disconnects and reconnects repeatedly. Is this by design. I think not. ![image](https://github.com/mtconnect/cppagent/assets/113067605/9f4131c3-6479-4bf8-918a-a3c87c2163f1) This works fine with v2.3.0.2.

bug
can't reproduce

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?...

feature

Asset requests are not honoring the pretty flag.

bug

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...

documentation

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,...

bug
can't reproduce

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...

bug

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...

feature