Class DIMPowerSupply

Handles powersupplies that are controlled via analog voltages. The values for those voltages are received and sent via DIM.

Usage

Typically, The link to the real (hardware) power supply is established via OPC and the connection to OPC is provided by the SCADA backend. For the CS framework, the standard SCADA backend is the LabVIEW DSC module by NI.

A simplified view of the communication is as follows.

(object of )DIMPowerSupply <=> DIM <=> (object of )DSCIntProc <=> LV-DSC module <=> OPC <=> PowerSupply.

In case you use the DSC engine and DSCIntProc as SCADA backend, you need to do the following for each object.
  1. Connect the DSC engine to the OPC server with two Shared Variables. One for the control channel ("OBJECTNAME_nomOPCValue") and one for the monitor channel ("OBJECTNAME_actOPCValue").
  2. Using the "DB and SVCreate" tool, enter the configuration data into the database for that object. Remark: You only need to define the names of those two Shared Variables in the configuration database, if you use a different naming convention than the one described above.
  3. Using the option "create SV file" of the "DB and SVCreate" tool, create Shared Variable configuration files in CSV format.
  4. Eventually, you would like to edit/change the Shared Varaible configuration file created in the previous step.

-- DietrichBeck - 01 Sep 2010
Topic revision: r1 - 2010-09-01, DietrichBeck
This site is powered by FoswikiCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding GSI Wiki? Send feedback | Legal notice | Privacy Policy (german)