Introduction to the DeltaV Excel Add-in

Create a DVWrite function

  1. Select a cell to hold the write value.
  2. Select the Add-Ins tab.
  3. In the Menu Commands group, click DeltaV and then select Runtime DataConfigure Write Function.
  4. Enter (or browse to) the Parameter Path to the DeltaV parameter you want to write.
  5. Click Paste parameter path to the left of result if you want the parameter path to be displayed next to the value.
  6. Select the Value to Write for the specified DeltaV parameter.
    If the value is text, do not use quotes. The DeltaV Excel Add-in adds the quotes automatically for text values.
  7. Select the Status Type.
  8. Click OK.
    Note

    In order to watch the results of the DVWrite function, create a DVRead or DVReadWithStatus function for the same parameter property.