Profile

Robin Spruytte

User info

First name Robin
Last name Spruytte

DevOps Program

Acquired rank
Advocate
Points progress
Number of DevOps Professional Points
471 DevOps Points
Here are a few tips to level up your DevOps game and unlock an arsenal of perks and benefits.
DevOps attestation Request your attestation ID and expiry date

Achievements

Questions asked

Answers given

Are you setting parameters by name or by ID? If you are setting by name, the following does not apply. Is it possible that the scripts are writing to the 'read' ID of the parameters you are trying to...

View Question
5 Votes Selected

I couldn't find much info about the Connection State parameter: I checked a couple of my elements and it seems to have 'Undefined' for all connections. However if the parameter is working fine for you,...

View Question
3 Votes

Users logging in and out generates information events, which you could perhaps track to keep an overview, since it contains the DMA. On system center, there also an Activity tab for each individual user...

View Question
3 Votes Selected

DIS keeps a list of all frequently used units, to push towards consistency between drivers by keeping a single unit format for each unit (e.g. avoid some people switching between 'min', 'mins', 'minutes',...

View Question

Apart from some initial development in the past, there is no official version released (the reason for it not having a driver description). I understand the confusion, but this driver should currently...

View Question
2 Votes Selected

As stated in the following docs, a button should be used with parameter type 'write'. As for the question, if it's possible with a 'read' type: I'm not quite sure how the button would behave, but since...

View Question
1 Vote Selected

As far as I know, you can change the polling IP of a device via the IDmsElement object as well. You can access the connection via IDmsElement.Connections. Once you have the correct connection, you should...

View Question
1 Vote Selected

Class Library code is not stored as a dll on the DMA, but should be included as part of the protocol. The required CL code can be autogenerated as a separated QAction with id 63000. This can be done with...

View Question
1 Vote Selected

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.

View Question
0 Votes

Using the IDmsView class you can override the parent view. Furthermore, since elements and view position in the surveyor are linked to a parent and not fixed otherwise in the surveyor, they will move together...

View Question
0 Votes Selected

Hi Ana, I could not find a way to request the active script IDs as seen in the screenshot from João's response. The ID is however returned as part of the ExecuteScriptMessage response, so that would...

View Question
0 Votes

Hi Rosalia, You should be able to update the polling IP, or any part of the element connection by using the following Class Library code. Depending on the type of connection you are working with, the...

View Question
0 Votes

Hello Apurva With the following call, you can get a full definition of the protocol. This allows you to collect all table information. var protocolInfo = engine.GetProtocolInfo(protocolName)    Method...

View Question

Hi Rajesh, After reading the documentation you added, I think the issue is the <Value> tag inside <Other>. Although the parameter will be shown as N/A on DataMiner in case '-' comes in, this...

View Question
0 Votes

This is my general approach when using time windows. When the button is pressed you can store the time in a parameter. Then, using a timer-based QAction you can check if a (perhaps user configurable)...

View Question
0 Votes