-
-
The cifxsample program on the Raspberry Pi is reading what the codesys assigns to a variable, but what it writes to the values are
not being read by CODESYS.
Possible fix:
- ~Try using direct con…
-
Got a similar exception:
![image](https://user-images.githubusercontent.com/20192767/114671840-d2620000-9d04-11eb-872e-975167302e7e.png)
when attempting to format
```
FUNCTION_BLOCK POU
VA…
-
I've been following the installation video's for a few times now, but I still keep getting errors in my project.
I'm using a Wago PFC200 with Codesys v3.5 SP16 Patch 3.
![image](https://user-image…
Dorme updated
3 years ago
-
**Operating environment/Installation (Hass.io/Docker/pip/etc.):**
- Home Assistant 0.109.2 in Docker
- ESPHome 1.14 and 1.15-dev
**ESP (ESP32/ESP8266, Board/Sonoff):**
It's a ESP32…
-
I have a function that uses method chaining to create a message. The formatter does not format it nicely
Before format:
```
testLog.addString('TestLog1').LogType(LogTypeEnum.Default).Send();
```
…
-
Currently when you format a fluent interface, it chains all of them together and breaks after the dot.
```
\\ in
ErrorString := _stringBuilder
.Reset()
.Append('…
-
**Describe the bug**
When I format my code, line of code are deleted, see result below.
**Expected behavior**
- The initial code before formatting.
```
Code shoud be formated correctly or at l…
-
When attempting to format:
```
FUNCTION_BLOCK SomePou EXTENDS FB_TestSuite
VAR
arrayWithValues : ARRAY[1..20] OF LREAL := [
328212, 313818, 302989, 304328, 320842, 342858, 324057, 278686, 1…
-
I am using the library for my slave device. I am experiencing troubles when I run two consecutive (non-parallel) runs: while the first goes without problems, the second one never receives the State In…