Does protocol.SetParameters() set in order?

Hi, If I were to use protocol.SetParameters({pid1, pid2, pid3}, {value1, value2, value3}), is it guaranteed that the sets will be done in order? set 1 => pid1 = value1 set …

Connector webinterface

Hello, I have to add a webinterface page inside the element to open the device web interface. I know it is a simple and common requirement but I need someone …

Table DMS problem loading

Hi, I have problem with table on DMS is staying on loading whole time what could be the problem i don’t have anything large or unexcpected ,logs is clear and …

Web Hooks / Incoming HTTP Requests

I’ve found some older questions/requests for Connectors to be able to listen to incoming POST requests such as those sent via a WebHook. Was this ever implemented? Or is this …

Edit: Best way to access a column in a element?

Hello everyone, i have the ids of the PK(7021) and the Display Key(7020) columns, but i want to validate other fields of the row(check if a data already exist). Whats …