
2-33
IM WX103-01E
Logger
• Timer (<timerNo>)
Up to eight timers can be specied. The timer is specied 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 specied from the beginning of the interval to the elapsed time.
Timer Level Operation
• 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.0Returns 1.0 Returns 1.0
Interval
OFF ON OFF ON
Manual AO Function
Below are the pattern outputs that are available with the manual AO function. The
functions are not case sensitive. Specify <manual> as described in the explanation for
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.
Function Description 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(<manual>) Start pattern output on the
specified user output channel
ch(00001) ==0 ? StartPTN(1) : 0
StopPTN(<manual>) Stop pattern output on the
specified user output channel
ch(00001) ==0 ? StopPTN(1) : 0
SuspendPTM(<manual>) Pause pattern output on the
specified user output channel
ManualDO(1)==1 ? SuspendPTN(1)
: Resume(1)
ResumePTN(<manual>) Resume pattern output on the
specified user output channel
ManualDO(1)==1 ? SuspendPTN(1)
: Resume(1)
2.5 Setting Computations (Setting the Computation Channels)
Comentarios a estos manuales