ReadHistoricalData

<< Click to Display Table of Contents >>

Manual > Control Reference > Other > Historical data control > Method >

ReadHistoricalData


 

Get historical data.

 


syntax

ReadHistoricalData(

         startTime,

         bIncludeStartTime,

         endTime,

         bIncludeEndTime,

         maxRecord,

         &count,

         &dateTime,

         &data

         )

 


Parameters

 

startTime


Type:

character


The start time for the data you want to retrieve.

 

bIncludeStartTime


Type:

Boolean


Get TRUE hours, including the start time.

 

endTime


Type:

character


The end time for the data you want to retrieve.

 

bIncludeEndTime


Type:

Boolean


Get TRUE hours, including the end time.

 

maxRecord


Type:

Number


The maximum number of records to retrieve.

 

&count


Type:

Number


Variable for storing the number of rows (records) of retrieved data.

 

&dateTime


Type:

time


Variable for storing the time information of the acquired data.

 

&data


Type:

General purpose


Variable for storing the retrieved data.

 

Return Value



Type:

Boolean


FALSE - Failure. TRUE - Success.

 


hmtoggle_plus1Explanation

 


reference