Search found 2 matches

by Dave_Squibb
Tue Oct 19, 2021 10:31 am
Forum: General
Topic: Timer Component
Replies: 2
Views: 1510

Re: Timer Component

Hi Ben,
The relevant part of the code is the Macro Direction. Other code in Main() is bypassed.
JIG_X_4_test_1.fcfx
(40.08 KiB) Downloaded 110 times
Thanks,
Dave
by Dave_Squibb
Fri Oct 15, 2021 1:36 pm
Forum: General
Topic: Timer Component
Replies: 2
Views: 1510

Timer Component

Hi, I'm having trouble with this component. Trying to measure an 80mS period. Using GetCountMicroseconds() the return value is ULONG. A ULONG variable is 0 - 0xFFFFFFFF. 80mS (82000 microseconds) measures as 0x00014050 but the Timer component only returns 00004050. I know I can use GetCountMilliseco...