
FANUC PMC-MODEL SD7
Programming Manual
01 01.11.26
Hanaoka
New
A-78550E
EDIT DATE DESIG.
DESCRIPTION
149/
316
TITLE
DRAW.NO.
4.2.2 On Delay Stopwatch Timer
4.2.2.1 ONDTR_THOUS(address, r, pv)
The on-delay stop watch timer increments every thousandth of a second while an accumulator is present, and holds its
value when the accumulator is removed.
address: The first of three consecutive word registers. Word 1 - Current Value 'cv', Word 2 - Preset Value 'pv', Word 3
- Control Word.
pv: INT variable or constant (0 - 32,767); preset value in thousandths of second.
r: BOOL variable; resets 'cv' to zero when True.
4.2.2.2 ONDTR_HUNDS(address, r, pv)
The on-delay stop watch timer increments every hundredth of a second while an accumulator is present, and holds its
value when the accumulator is removed.
address: The first of three consecutive word registers. Word 1 - Current Value 'cv', Word 2 - Preset Value 'pv', Word 3
- Control Word.
pv: INT variable or constant (0 - 32,767); preset value in hundredths of second.
r: BOOL variable; resets 'cv' to zero when True.
4.2.2.3 ONDTR_TENTHS(address, r, pv)
The on-delay stop watch timer increments every tenth of a second while an accumulator is present, and holds its value
when the accumulator is removed.
address: The first of three consecutive word registers. Word 1 - Current Value 'cv', Word 2 - Preset Value 'pv', Word 3
- Control Word.
pv: INT variable or constant (0 - 32,767); preset value in tenth of second.
r: BOOL variable; resets 'cv' to zero when True.
4.2.2.4 ONDTR_SECS(address, r, pv)
The on-delay stop watch timer increments every one second while an accumulator is present, and holds its value when
the accumulator is removed.
address: The first of three consecutive word registers. Word 1 - Current Value 'cv', Word 2 - Preset Value 'pv', Word 3
- Control Word.
pv: INT variable or constant (0 - 32,767); preset value in one second.
r: BOOL variable; resets 'cv' to zero when True.
4.2.2.5 ONDTR_TENSEC(address, r, pv)
The on-delay stop watch timer increments every ten seconds while an accumulator is present, and holds its value when
the accumulator is removed.
address: The first of three consecutive word registers. Word 1 - Current Value 'cv', Word 2 - Preset Value 'pv', Word 3