araisch
araisch
+1 With raising use of Grafana in IoT this will be more and more important. All the PLC send tons of booleans as status variables.
Same here with a self-signed User Certificate: Does not work, but UAExpert User Certificate does. `User(role=, name=None) attempted to do something they are not permitted to do` Some property is...
Maybe related: 1. Adding a new Variable as Component of an ObjectType with the PopUp (Rightclick -> Add Variable) 2. Choose the TypeDefinition (e.g. Boolean) -> it shows the chosen...
> > THIS is exactly what I have been wondering also. In UA Modeler it simply pulls EURange with it when defining it as AnalogItemType. Can't get it to work...
Ok got it. That path is not truncated, it is three folders up :) So I set `CPPYY_API_PATH="/home/gateway/.local/share/virtualenvs/cmmlpipy-EDRQn1Yr/include/site/python3.8/"` but wasn't working either, because your code is adding CPyCppyy, but folder...
Also happens on docker: ``` FROM ubuntu:20.04 RUN apt-get update && \ apt-get install -y python3 python3-dev python3-pip iputils-ping && \ apt-get clean RUN mkdir -p /usr/src/ WORKDIR /usr/src/ COPY...
EDIT: it works then. So not that dumb the question :) the `requirements.txt` is automatically generated by `pipenv`. According to `PEP-0426: All comparisons of distribution names MUST be case insensitive`...
Haha you're absolutely right. I'm sorry. Thought the crash is related to that CPyCppyy-Issue, because it appeared on the Update. I checked all the diffs, went forth and back.. But...
OK now i completely out of the game. If i add this `testType = cppyy.gbl.MlpiLogicType(0)` in the function above: ``` def MLPIGetSymbolType(self, symbol:str, layer:int) -> int: varType = ctypes.c_uint(0) subtype...
> Aside, is it certain that the enum type in an `unsigned int`? I.e., what happens if you use `ctypes.c_int` instead? ``` TypeError: int ::mlpiLogicGetTypeOfSymbol(const MLPIHANDLE connection, const WCHAR16* symbol,...