Place of Origin: | Japan |
Brand Name: | Tamagawa |
Certification: | CE |
Model Number: | TS5216N579 |
Minimum Order Quantity: | 1pcs |
---|---|
Packaging Details: | carton |
Delivery Time: | in stock |
Payment Terms: | T/T, Western Union, MoneyGram |
Supply Ability: | 100pcs/week |
TAMAGAWA: | TAMAGAWA | Material: | Iron |
---|---|---|---|
Color: | Black | TS5216N579: | TS5216N579 |
Temperature: | 30-90 | Japan: | Japan |
Wire: | Wire |
ERROR OUT Bool The ERROR bit is TRUE for one scan, after the last request was | STATUS OUT Word Execution condition code (Default value: 0) You can provide either the NAME or an ID (ID parameter as an input) of a pre-existing data |
terminated with an error. The error code value at the STATUS parameter | log. If you provide both parameters and a valid ID does correspond to the NAME data log, then the ID is used, and the NAME ignored |
is valid only during the single scan where ERROR = TRUE. | The NAME must be the name of a data log created by the DataLogCreate instruction. If only the NAME is provided and the NAME specifies a valid data log, |
Guang Zhou Lai Jie Electric Co.,LTD
TS5216N579AU6802N1
TS5013N60
TS5013N61
TS5016N60
TS5013N63
TS5013N64
TS5016N61
TS5013N66
TS5016N63
TS5016N64
TS5017N60
TS5019N60
TS5420N60
TS5778N155
TS5013N68
TS5013N69
TS5208N131
TS5208N23
TS2025N471E69
TS2014N181E32
TS5208N111E78
TS5208N141E78
TS5631N224
PULSE
GENERATOR
RP-182
750PPR
PULSE
GENERATOR
RP-182
1500PPR
then the corresponding ID
will be returned (ID parameter as an output).
Note
General usage of data log files
Data log files are automatically opened after the DataLogCreate and DataLogNewFile
operations.
Data log files are automatically closed after a PLC run to stop transition or a PLC power
cycle.
A Data log file must be open before a new DataLogWrite operation is possible.
A maximum of eight data log files may be open at one time. More than eight data log files
may exist, but some of them must be closed so no more than eight are open. No error
0 0002 Warning: Data log file already open by this application program
0 7000 Call with no REQ edge: BUSY = 0, DONE = 0
0 7001 First call with REQ edge (working): BUSY = 1, DONE = 0
0 7002 Nth call (working): BUSY = 1, DONE = 0
1 8070 All internal instance memory is in use.
1 8090 Data log definition is inconsistent with existing data log file.
1 8091 Name parameter is not a String reference.
1 8092 Data log does not exist.
1 80C0 Data log file is locked.
1 80C1 Too many open files: No more than eight opened data log files are allowedCloses an open data log file. DataLogWrite operations to
a closed data log result in an error. No write operations
are allowed to this data log until another DataLogOpen
operation is performed.
A transition to STOP mode will close all open data log
files.
STEP 7 automatically creates the associated instance
DB when you insert the instruction.
A low to high (positive edge) signal starts the operation. (Default value: False)
ID In/Out DWord Numeric identifier of a data log. Only used as an input for the DataLogClose
instruction. (Default value: 0)
Note: Symbolic name access for this parameter is not allowed.
DONE OUT Bool The DONE bit is TRUE for one scan after the last request was completed with
no error.
BUSY OUT Bool 0 - No operation in progress
1- Operation on progress
ERROR OUT Bool The ERROR bit is TRUE for one scan, after the last request was terminated
with an error. The error code value at the STATUS parameter is valid only
during the single scan where ERROR = TRUE.
STATUS OUT Word Execution condition code (Default value: 0)
No error
0 0001 Data log not open
0 7000 Call with no REQ edge: BUSY = 0, DONE = 0
0 7001 First call with REQ edge (working): BUSY = 1, DONE = 0
0 7002 Nth call (working): BUSY = 1, DONE = 0
1 8092 Data log does not existWrites a data record into the specified data log. The preexisting
target data log must be open before a
DataLogWrite operation is allowed.
STEP 7 automatically creates the associated instance DB
when you insert the instruction. A low to high (positive edge) signal starts the operation. (Default value: False)
ID In/Out DWord Numeric data log identifier. Only used as an input for the DataLogWrite
instruction. (Default value: 0)
Note: Symbolic name access for this parameter is not allowed.
DONE OUT Bool The DONE bit is TRUE for one scan, after the last request was completed with
no error.
BUSY OUT Bool 0 - No operation in progress
1 - Operation on progress
ERROR OUT Bool The ERROR bit is TRUE for one scan, after the last request was terminated
with an error. The error code value at the STATUS parameter is valid only
during the single scan where ERROR = TRUE.
STATUS OUT Word Execution condition code (Default value: 0)
The memory address and data structure of the record buffer is configured by the DATA
parameter of a DataLogCreate instruction. You must programmatically load the record buffer
with current run-time process values and then execute the DataLogWrite instruction to move
new record data from the buffer to the data log.
The ID parameter identifies a data log and data record configuration. The ID number is
generated when a data log is created.
If there are empty records in the circular data log file, then the next available empty record
will be written. If all records are full, then the oldest record will be overwritten.
CAUTION
Potential for data log data loss during a CPU power failure
If there is a power failure during an incomplete DataLogWrite operation, then the data
record being transferred to the data log could be lost.
Table 8- 134 Values of ERROR and STATUS
ERROR STATUS (W#16#) Description
0 0000 No error