Phantom Answer

Hi Max, This is the default response when you have in your connector a pair defined which isn’t expecting a response. In your case the pair with name Set Frequency …

Alarm State on GQI parameter

Hi Manuel, This is not possible through a GQI query at this moment. However, there are ways to achieve a similar behavior: Apply the Operational status as a Protocol Parameter on the State component as …

IAS FileSelector Upload Action

Hi German, I’m not sure if the FileSelector component supports ‘WantsOnChange’, but if it does, the following class that extends FileSelector might work. The ‘FilesUploaded’ event should be fired after …

Will lookup in DOM Data block other DOM lookups?

Mieke, Related to your first question,  ‘read’ operations are indeed put on a queue (per module). This has been changed very recently and the queue will be skipped starting from …

PageButton i a Table Column

Hi Anna If the intention is to be able to edit the row in one go, then the ContextMenu is an option. With this, you get a ‘popup’ with the …

Match with part of a string.

Hi Gerwin, An option could be to use regex to parse the HEX values into each pair of digits. In Visio, you can achieve this by using the option [RegexReplace:x,y,z] …

PageButton i a Table Column

Hi Anna, Unfortunately, I do not believe it is possible to do what you are after as pagebuttons do not work when included in a table. They are designed only …

Stuck alarm on DMS: how to solve?

Hello Nils Not sure for your specific case but you can start by looking into our documentation, maybe there is a few things that you can try, please check here …

Script execution error System.TypeLoadException

Hi Vincenzo. The exception means that the type ‘Text’ couldn’t be found in the SLManagedAutomation assembly. The strange thing is that it also shouldn’t be loaded from that assembly, and …