|
Hi, From the Oxygen software, I configure my acquisition module. During configuration, I want to use a single instruction to transmit the contents of the ‘Configuration.dms’ file directly to the acquisition module Idea : string configurationFile = ReadFile("C:\DATA\Configuration.dms");
API.DeWeSetParamStruct_str(BoardId, "Configuration", configurationFile);Thanks for your help |
Answered by
glaure
Feb 17, 2025
Replies: 2 comments
|
Sorry but no. An Oxygen DMS Setup cannot be read by the TRION or TRIONet API. The API is able to write and read a BoardConfig XML-File (BoardConfig XML-File) But this file is different to a Oxygen DMS file. Bye Gunther |
0 replies
Answer selected by
Axel82
|
Hi, |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sorry but no.
An Oxygen DMS Setup cannot be read by the TRION or TRIONet API.
The API is able to write and read a BoardConfig XML-File (BoardConfig XML-File)
But this file is different to a Oxygen DMS file.
Bye Gunther