DNP3 SCADAPack Counter Profile Arguments
Use these arguments for defining the profiles vectors on a DNP3 SCADAPack Counter Profile:
- Times (Word array)—The array of times to be used for the Profile’s vectors.
For more information on this array, see DNP3 SCADAPack Analog Profile Arguments.
- HighValues (Double array)—The array of values to be used to control a DNP3 SCADAPack Counter point’s High limit. Specify each value in engineering units.
Specify an empty HighValues array if the Profile item is not to control a counter point’s High limit.
- CurrentValues (Double array)—The array of values to be used to control a DNP3 SCADAPack Counter point’s current value. Specify each value in engineering units, with 0 being the lowest supported value.
Specify an empty CurrentValues array if the Profile item is not to control a counter point’s current value.
For an example that demonstrates how you might use the SetVectors method to generate a DNP3 SCADAPack Counter Profile’s vectors, see Generate a DNP3 SCADAPack Profile’s Data Programmatically.