How to transfer Low Code App element references?
26th April 2024
Hi Thijs, It’s been some time since I was looking at this, but maybe it can help you further. Can you try to use the following tool (Low Code App …
Answer
26th April 2024
Hi Thijs, It’s been some time since I was looking at this, but maybe it can help you further. Can you try to use the following tool (Low Code App …
26th April 2024
Hi, Like Tom mentions, this is making use of a multi-threaded timer. The meaning of the different error codes can be found here . For “ERROR_WINHTTP_CONNECTION_ERROR” there is described “The …
26th April 2024
Hi Phil, You’ll need to define the entry point table in your function definition. The columns of that table can be included in the function definition and will be shown …
25th April 2024
Hi Miao, Maybe the following similar question helps you further: https://community.dataminer.services/question/is-dataminer-able-to-support-device-using-mqtt-protocol/.
25th April 2024
Hi Mark, HTTP communication in the connector is implemented using multithreaded timers. How that works is explained here: https://docs.dataminer.services/develop/devguide/Connector/AdvancedMultithreadedTimersHttp.html. I’m not aware of a way to bypass the certificate check …
25th April 2024
Hi Henri, Most LDAP settings can be configured in System Center > System Settings > LDAP. On the ‘user’ tabpage it’s possible to specify a filter to find users. This …
25th April 2024
The compatible TLS versions supported by dataminer are dictated by the MySql.Data.dll in the files directory. The version with cu21 is 6.9.12. This version supports TLS 1.0 and TLS 1.1 …
25th April 2024
I don’t think it’s possible to add a multiline text to a write parameter. The recommended workaround would be to read the text from a file via QAction logic.
25th April 2024
Dear Abderrahmen, From the alarm you have to retreive the ID of the element that generate the alarm Then from the ElementID you can retreive the properties via the method …
25th April 2024
Hi Jan-Terje, I performed another test using 10.4.5 and I still see the same behavior. For this case, please get in touch with Skyline contact to follow up this possible …
25th April 2024
Hi, Unfortunately, this issue arises due to the limitations in communication supported by the device (smart-serial) and the commands within the device API. Specifically, the device only permits retrieving parameters …