Campbell CR800 Dokumentacja Strona 110

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 324
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 109
Section 4. CRBasic - Native Language Programming
Tablename.timestamp(m,n) = element m of the timestamp output n records ago
where:
timestamp(1,n) = microseconds since 1990
timestamp(2,n) = microseconds into the current year
timestamp(3,n) = microseconds into the current month
timestamp(4,n) = microseconds into the current day
timestamp(5,n) = microseconds into the current hour
timestamp(6,n) = microseconds into the current minute
timestamp(7,n) = microseconds into the current second
Tablename.tablesize(1,1) = the size of the table in number of records.
Tablename.tablefull(1,1) = / or 0 to indicate if a fill and stop table is full or if a
ring memory table has begun overwriting its oldest data. (0 indicates the table
is not full.)
Tablename.eventend(1,1) is only valid for a data table using the DataEvent
instruction, Tablename.eventend(1,1) = -1 if the last record of an event
occurred the last time the table was called, = 0 if the data table did not store a
record or if it is in the middle of an event.
Tablename.eventcount(1,1) = the number of data storage events that have
occurred in a data table using the DataEvent instruction.
The values of Tablename.output(1,1) and Tablename.eventend
(1,1) are only updated when the tables are called.
NOTE
The WorstCase example in Section 6.2 illustrates the use of this syntax.
4-14
Przeglądanie stron 109
1 2 ... 105 106 107 108 109 110 111 112 113 114 115 ... 323 324

Komentarze do niniejszej Instrukcji

Brak uwag