HI All
I have inquire regard the compare between the parameters of modules between online and offline (Controller and Database) the issue that facing is if we do some change in online for parameter for example change the Gain for PID tuning ,so the engineer forget to do upload or he do upload but didn't select the this parameter so this is gone and only save on controller if we do download the old value is return to controller and my be do some wrong in process and need to return the tuning process . So is there any tools use in Deltav V11 V13 to compare between the online and offline value .
Please advise
In reply to vmvmhatre:
In reply to Hassan.hameed:
In reply to Michael Moody:
Hassan,
If you have OPC licensing and the DeltaV Excel Add-in, you can build a table to pull in the information you want.
Where I didn't have OPC licenses, I used an Operator Graphic with VB code that would open an excel file containing a list of all the tags and used the frsreadvalue commands to populate the excel cells. This was definitely more involved. I'm not longer at that location and not sure I have access to working code any longer. But it was mainly designed around building expressions based off module name and parameter name. Getting the values was easy. The logistics around opening, parsing, and saving files was most of the work.
For the Excel Add-in function, the syntax should be similar to:
The spreadsheet looks similar to this.
The cell references are similar to this.
Here is the VB code I use din Excel for the snapshot save. This was found in an archive directory, so I can't validate it is working.