Delta AS Series Programming Manual page 809

Hide thumbs Also See for AS Series:
Table of Contents

Advertisement

AS Ser ies Pro gra mm in g M anu al
Example
Set Points = 1000 and PostTrg = 700, and then there would be 1000 logs, including 300 pieces of data before triggering
and 700 pieces of data after triggering.
10. Datalog is the device to store data logs. If selecting integral to be the format of output values of AD module, we
suggest to use it with 16-bit ADLOG instruction. A space of 500 words would be occupied by using AS04AD-A or
AS06XA-A, while a space ranging from 1 to 2000 words (based on the number of total records) could be occupied by
using AS02ADH-A model. (if using 32-bits DADLOG instruction, the 16-bit data would be expanded to 32 bits which
the data space is taken doubly.) If selecting floating point to be the format of output values of AD module, you must
use it with 32-bit ADLOG instruction. A space of 1000 words would be occupied by using AS04AD-A or AS06XA-A,
while a space ranging from 2 to 4000 words (based on the number of total records) could be occupied by using
AS02ADH-A.
11. CurNo is the number of records which has been sent back to the PLC by the module. When the recording is in progress,
the value of CurNo may not be able to be viewed in a consecutive order as a result of impacts from scan period.
12. Cmplt, the completion flag is used for indicating the logs recording is complete. When Cmplt switches from OFF to
_6
ON, it is indicated that all the log data has been sent to the designated Datalog device. When EN switches from OFF
to ON, the Cmplt flag would be initialized to OFF automatically.
13. If you stop executing this instruction, the designated channel would stop updating the right side values.
14. Refer to the following table for more details when any of the Error flag is ON.
ErrCode
16#1400
16#1401
16#1402
16#1403
16#1404
16#1405
16#1406
16#1407
16#1408
16#1409
6-530
The number of all records(Points):1000
0
Exte rnal In put Trigge r
This function is NOT available for this module.
The setting of group number or module number is incorrect.
The input value of the module is illegal or out of range.
There're no responses from the module. Communication timeout.
The channel cannot be found in AD module.
The channel designated by AD module is in progress of recording. Other channels cannot
perform the same task at the same time.
The data format of AD module and the instruction do not match with each other.
The value in record mode is out of range.
The value in record period is out of range.
The number of all records (Points) is out of range.
Th e number of record s after being
triggered(PostTrg):700
Description

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents