You are currently viewing the content available in Vietnam. If you are looking for information for another region, please select the correct country from the top-left dropdown in the page and 'Navigate to Browse FAQs' in the Support menu.
TIME is a 32 bit data type. The resolution is in milliseconds.
LTIME is a 64 bit data type. The resolution in nanoseconds.
Example of variable declarations:
var_0 AT %MD0: TIME; // %MD0 overlaps with %MW0 and %MW1
var_1 AT %MD1: TIME; // %MD1 overlaps with %MW2 and %MW3
var_2 AT %ML0: LTIME; // %ML0 overlaps with %MW0, %MW1, %MW2 and %MW3
var_3 AT %ML1: LTIME; // %ML1 overlaps with %MW4, %MW5, %MW6 and %MW7
LTIME is a 64 bit data type. The resolution in nanoseconds.
Example of variable declarations:
var_0 AT %MD0: TIME; // %MD0 overlaps with %MW0 and %MW1
var_1 AT %MD1: TIME; // %MD1 overlaps with %MW2 and %MW3
var_2 AT %ML0: LTIME; // %ML0 overlaps with %MW0, %MW1, %MW2 and %MW3
var_3 AT %ML1: LTIME; // %ML1 overlaps with %MW4, %MW5, %MW6 and %MW7