FORUM CTRLX AUTOMATION
ctrlX World Partner Apps for ctrlX AUTOMATION
03-01-2021 12:05 PM
Hello,
I want to sent error messages, infos or warnings from my own app to the ctrlX Logbook. My app is in Golang and C# programmed.
How can I send from the different languages mesages to the Logbook?
The way via std::cout in c++ does not cover demand requires completly. It just write info messages to the Logbook.
How is it planned to realized it?
Thanks!
Solved! Go to Solution.
03-01-2021 03:41 PM - edited 03-01-2021 03:42 PM
At the moment this is already possible via the ctrlX Data Layer. So you could use the REST API (see documentation).
From RM21.03 on, there is e.g. a C++ functionality in the firmware available but an example in SDK for ctrlX AUTOMATION will come up later on.
03-08-2021 12:40 PM
Hi,
Thanks for the answer. Then I’ll wait for the RM21.03.
08-30-2021 11:40 AM
Hello,
for .NET there are examples reagarding the logbook but are there any plans to also have examples to write and read diagnosis from Golang?