AutoIncrementFieldDescriptor type in the DOM editor
19th July 2023
Hi Justien, The ID Format should let you format how your auto increment value is displayed. You can use the syntax from the String.Format method. If no formatting is needed, …
Answer
19th July 2023
Hi Justien, The ID Format should let you format how your auto increment value is displayed. You can use the syntax from the String.Format method. If no formatting is needed, …
19th July 2023
For the answer to this question, refer to Jeroen’s comment above.
19th July 2023
Hi Dario, If the device has two SNMP connections, either they are pointing to two different SNMP agents or one of them is a redundant connection (i.e. a different IP …
19th July 2023
Hi Charles, In a dashboard you could create the following query: Data Source: Get Alarms Filter: Select the column IsActive and set the value to False (This filter will allow …
19th July 2023
Hey Mieke, You can send a GetInfoMessage with type InfoType.DataMinerInfo in your automation script. The response of this message (GetDataMinerInfoResponseMessage) will contain the IP address in the property PrimaryIP. The …
19th July 2023
Hi Laurens, Mediation layer/base protocol drivers are not intended to be used directly on a device. Mediation drivers/parameters only exist on the highest level and are mainly used to map …
19th July 2023
Hi Dean, As long as no changes to the server occurs when the DMA is running on the demo license, only the expiration date of the demo license would something …
19th July 2023
Hi Leander, The behavior you encountered is a known limitation of the GQI templates. Currently it is not possible to configure templates for data coming from a feed, only the …
19th July 2023
Hi Thomas, The 405 Method Not Allowed is often returned when you, for instance, try to do a GET request when the device/API only supports POST for that specific call. …
19th July 2023
Hi Hugo, You should indicate the scope of your variables. Currently, you likely have a Visio which works on user scope (default). So this means you will do an Initvar/SetVar …
19th July 2023
Hi Charles, I’m no expert in the matter but I think you have some great possibilities with Dashboards. We also have a webinar about the topic which you might want …
19th July 2023
Hi Gelber, In case you want to create a function resource, then leave the EntryPoint Pid empty and define all parameters that you need in the function.xml file.
19th July 2023
Hi Leander, With the GQI templates it is possible to configure a template to behave as you describe. For this you need to ‘lock’ the right offset to the amount …
18th July 2023
Hi Gelber – are you doing this to be able to use it as a resource in a booking? Because I thought we supported also the use of elements immediately …
18th July 2023
Hi Dominique, As far as I know, there is no direct way of achieving this directly but it could be possible with either a QAction and using the C# DateTime …