Jul 31, 2012 at 8:57 PM
Edited Aug 1, 2012 at 12:27 PM
|
I've created an Action Adapter based on Loss of Field adapter to calculate real and reactive power and an UserControl (based on CalculatedMeasurementsUserControl) where users can set inputs and outputs of this adapter.
The required inputs are a voltage magnitude, a voltage phase angle, a current magnitude and a current phase angle measurements. The required outputs are a real power and a reactive power measurements, also defined as two new SignalTypes.
To use the adapter, I just need to create an instance of it at the UserControl created and add the required inputs and outputs (prevoiously created).
After created and initialized the adapater I could see the output measurements on Graph Measurements and Device Measurements UserControls.
The outputs are calculated correctly but are shown in chart at a refresh rate lower than the other measurements refresh rates, as shown in the image below, though the settings of both (like Frames Per Second and Time Resolution) are the same:
http://s11.postimage.org/ry3gvthfn/Sem_t_tulo.png
The defined and the estimated frame rates are also the same for both, which means the problem is not with the adatpter nor the other measuremnts.
Does anybody know what might be the problem and how to fix it?
Thanks!
Guilherme
|