-
Opening up an issue for the mailing list thread "UA_SubscriptionSettings and Subscription for "long-named" identifiers"
https://groups.google.com/forum/#!topic/open62541/i3zc9UexPYo
Oleksiy posted a…
-
Hallo,
we use your MQTT Library successfully with Raspberry PI and we are satisfied with it. But the same source code creates reference errors when the plc goes to run.
wir nutzen die MQTT-Bibl…
-
I'd like to see a feature wherein the user gets feedback in between tests on the testrunner progress: it could send a message to the log stating progress in % or in test x out of y for every new test.…
-
edited 18.01.20 19:43 UTC
![screenshot](https://user-images.githubusercontent.com/705210/72669416-df813800-3a4a-11ea-98e7-8a053ca3908d.png)
[log file](https://github.com/pbek/QOwnNotes/files/4081627…
-
When I open the one of the projects the error log reports the following missing libraries:
- IoStandard
- CmpLog
- CAA Types
- Component Manager
- CmpApp
- SysCpuHandeling
- CmpEventMgr
- CAA …
-
Hi,
I found that certain runtimes (not all) produce the following code exceptions on two FB__Assert methods. Especially "SetTestFailed" and "FINDTestSuiteInstancePath" are affected.
The proble…
-
`WirePointer` has this:
```
public int Offset
{
get => unchecked((int)_ptrData) >> 2;
set
{
if (value >= (1
KubaO updated
5 years ago
-
Hi,
i tried to include your libary for I2C in Codesys, but i always get problems that Codesys cannot resolve different libaries.
I tried to install all sorts of libaries, but can't get it to work. C…
-
If you have a test suite with nothing in the body of the FB (i.e. if no test methods are called, and thus `TEST()` and `TEST_FINISHED()` are never called in the test suite), the final test report neve…
-
I am trying to communicate with a PLC from a Linux system using open62541. With an executable built from the client.c file (only changing the endpoint URL) in the examples folder, I receive the follow…