• Not Answered

Show and write the same parameter for diferent products in display

Hello everyone, hope you all are fine.

My question is about being able show to operator the same information for diferent processes, that means, in the same screen the operator can see and change parameters for diferents products (which of course, some have more parameters than others).

To store this information, I used a module with a floating point array in DeltaV and in Graphics Studio I look to this parameters and see the information there (what would enable me to map all possible parameters and use some kind of if condition to show if its higher than -10000), what I'm struggling at the moment is what I should use to create this reference. I use a parameter with normal confirmation to write at the moment, but my problem is to create a button that can change this reference, and write/show for the other product.

I thought in create something in the at.open of the display, store the information in variables (the ones in the tab "variables" in the display) and change them to other product with a button, what would help me to create a easier way to manage all this information. The problem is that since I cant create an array for these variable to have the same structure as the module above, I would have to create each variable, what would lead me to create a loop for each one to look in my array (which I don't think is the better option, example, take the element from display, search in the module array to see if this is a element that is diferent to each product), instead of a reference that I could make looking first for elements that exists and are shared (for element 1,1 from my module, look if is greater than -10000, if yes, my element from display array position 1, receives element 1,1 from my module, otherwise, receives -10000).

The other problem that I found, was about the data source, at first sight, dosn't look like it's able to change the reference, or execute a trigger to run again this part of the element and change the reference.

I'm looking to do this with references to be more confortable to give maintance in future or to add/delete some product/parameter, also I'm really new to coding in graphics studio, so this is also a "is this possible?" kind of question. Any questions or missunderstood about, please, let me know.

Thanks in advance!