TableNo (Table Number)
Specifies the table in the remote datalogger from which a record will be retrieved (GetDataRecord
) or accepted (AcceptDataRecords
). This is a numeric value representing the data tables in the order they are declared in the program (for example, the first declared table is 1, the second is 2, and so on).
If 32768 (&H8000) is added to the TableNo value, the number of fields and data types must match between the local and remote datalogger. However, the table names, number of records, units, and field names do not need to match.
When using this option, table numbers follow this format:
-
Table 1 → 32769 (1 + 32768, or 1 + &H8000)
-
Table 2 → 32770
-
And so on.
NOTE: When 32768 is added to the TableNo parameter, the table definitions do not need to be identical. However, they must have the same number of fields, and the data types of those fields must match.
Type: Constant