Index – Yokogawa DAQWORX User Manual
Page 63

2-33
IM WX103-01E
1
2
3
4
5
Index
Logger
• Tmer (
Up to eight timers can be specified. The timer is specified using a number between 1
and 8.
Select the timer operation from the choices below. Select Off to disable the timer.
Edge operation: Returns 1.0 when performing computation after the ON time elapses
after the beginning of each interval. Specify the interval for detecting
the condition and the ON time in ms.
Level:
Returns 1.0 from the time after the ON time elapses until after the
OFF time elapses. Specify the interval for detecting the condition,
ON time, and OFF time.
The condition detection interval that can be set is from 1000 ms to 232–1 ms. The
ON/OFF time is specified from the beginning of the interval to the elapsed time.
Tmer Level Operaton
• When ON < OFF
• When ON > OFF
ON setting
OFF setting
t
Interval
Returns 1.0
Returns 1.0
Interval
ON
OFF
ON
OFF
ON setting
OFF setting
t
Interval
Returns 1.0
Returns 1.0
Returns 1.0
Interval
OFF
ON
OFF
ON
Manual AO Functon
Below are the pattern outputs that are available with the manual AO function. The
functions are not case sensitive. Specify
manual and user output in this section. The operation does not take place if the relevant
user output channel is not set to pattern output mode.
Functon
Descrpton
Example
StartPTN()
Start pattern output
Description
ch(00010) >=0 ? StartPTN() : 0
StopPTN()
Stop pattern output
Description
ch(00010) >=0 ? StopPTN() : 0
SuspendPTN()
Pause pattern output
Description
ch(00010) >=0 ? SuspendPTN() : 0
ResumePTN()
Resume pattern output
Description
ch(00010) >=0 ? ResumePTN() : 0
StartPTN(
Start pattern output on the
specified user output channel
ch(00001) ==0 ? StartPTN(1) : 0
StopPTN(
Stop pattern output on the
specified user output channel
ch(00001) ==0 ? StopPTN(1) : 0
SuspendPTM(
Pause pattern output on the
specified user output channel
ManualDO(1)==1 ? SuspendPTN(1)
: Resume(1)
ResumePTN(
Resume pattern output on the
specified user output channel
ManualDO(1)==1 ? SuspendPTN(1)
: Resume(1)
2.5 Settng Computatons (Settng the Computaton Channels)