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
i am trying to install agent . its installation getting completed but service is not getting created . how to create window service for the same . please help. service...
Anyone got any advice on building their own adapter? Right now I'm trying to build one for a local machine and it's not going great.
Up until recently, all extended tags would not validate to the schema. Seems lately, ALL extended tags are validating. I believe this to be in error. ex. ```xml ``` I...
MTConnect spec 1.2 and Agent version 2.0.0.11 
Not compatible with MTConnect spec 1.4 in Probe command; Agent and schema files from version 2.0.0.8
Latest schema files 1.4 
observationrate tag is output even if "schemaversion=1.3" is set in cfg file. although it gets ignored, it also generates an error in log file. Customer assumes something is wrong.
# Description When using the adapter-agent feature on v2.0 the hostname of a container does not seem to resolve. Researching online solutions shows that the codebase may need to be...
MonitorConfigFiles=true # True = reload devices.xml and agent.cfg if they are changed MinimumConfigReloadAge = 1 # Number of seconds agent service will wait before performing reload config files
## Add a validation pipeline transform for observations [Issue 3159](https://projects.mtconnect.org/issues/3159) * Populate the `quality` attribute * Populate the `deprecated` if the value has been deprecated * Set the `verification` header...
Agent build is successful when you skip the test package build and running the tests: ```conan create cppagent -pr cppagent/conan/profiles/gcc --build=missing -c tools.build:skip_test=True -tf=""``` If the test package build is...