Hi Dojo!
I display a dynamic table in a shape and filter successfully by columns and with the TableRowFilter.
One of the output parameters is a writable parameter. To prevent anyone from changing this parameter via the table, I want to use “ParameterControlOptions” with “DisableWritePids” but so far without success.
Am I misunderstanding something here, or am I doing something wrong?
Thank you very much for your feedback!
Daniel
Hi Daniel,
I performed a small test and you will need to use the write parameter PID (instead of the read parameter ID). To determine the write parameter ID, you could have a look at the protocol definition. The write parameter will have the same description as the read parameter. See example below:
Hope it helps.
Hi Miguel, thank you very much, that's the solution! It works now as expected. Best regards, Daniel