COM - dpGetAsynchIntervall()
Executes a dpGetAsynch() at each interval. This is a specific function for the Excel report.
Synopsis
dpGetAsynchIntervall (date dtFrom, date dtTo, long Intervall, long IntUnit, dyn_variant avDpName, dyn_variant &avValue, dyn_date &adTime);
Parameters
Parameter | Description |
---|---|
dtFrom | Start time |
dtTo | End time |
Intervall | Describes a period. |
IntUnit | Describes a period (is already defined as: 1 = second, 2 = minute, 3 = hour, 4 = week, 5 = day, 6 = month, 7 = year. |
avDpName | Data point name |
avValue | Values |
adTime | Time |
Description
Executes a dpGetAsynch() at each interval of the period dtFrom to dtTo and returns the result as a two dimensional array.
Assignment
COM - specific function for the Excel report