Place of Origin: | Japan |
Brand Name: | Tamagawa |
Certification: | CE |
Model Number: | TS2014N181E32 |
Minimum Order Quantity: | 100pcs/week |
---|---|
Packaging Details: | carton |
Delivery Time: | in stock |
Payment Terms: | T/T, Western Union, MoneyGram |
Supply Ability: | 100pcs/week |
TAMAGAWA: | TAMAGAWA | TS2014N181E32: | TS2014N181E32 |
---|---|---|---|
Japan: | Japan | Color: | Black |
Temperature: | 20-90 | Material: | Iron |
Wire: | Wire | Dimension: | 80mm |
TS2014N181E32
With DPV1 errors, the DP Master passes on STATUS[4] to the CPU and to the instruction. Without a DPV1 error, |
STATUS[4]=MLEN, if the actual data record length < MLEN < the destination area length from RECORD. |
this value is set to 0, with the following exceptions for the RDREC: ● STATUS[4] contains the target area length from RECORD, |
STATUS[4]=0, if STATUS[4] > 255; would have to be set In PROFINET IO, |
if MLEN > the destination area length from RECORD. |
STATUS[4] has the value 0. You can use the DPRD_DAT (Read consistent data) and DPWR_DAT (Write consistent |
Guang Zhou Lai Jie Electric Co.,LTD
Please contact with “Tommy” for the price
TS1981N56E19
TS3653N13E9
TS5N2E18
TS3630N1E1
TS5013N61
TS2651N111E78
TS4127N1017E215
TS1982N126E6
TS3653N44E8
TS3630N1E2
TS5013N89
TS2651N181E78
TS4127N1017E235
TS1982N128E6
8001231S
TS3653N4E12
TS5013N64
TS3630N2E3
TS5016N
TS5000N532
TS4231N6E17
TS1982N53E6
800123-2R
TS3653N14E12
TS5420N60
TS3630N2E4
TS5016N60
TS5000N632
TS4231N6E17
TS1982N56E18
TS3653N58E5
TS5778N155
TS3630N3E5
data) instructions with PROFINET and PROFIBUSUse the DPRD_DAT instruction to read the consistent
data of a DP standard slave/PROFINET IO device. If no
errors occur during the data transfer, the data read is
entered into the target area set up by the RECORD
parameter. The target area must have the same length as
you configured with STEP 7 for the selected module.
When you call the DPRD_DAT instruction, you can only
access the data of one module / DP identification under
the configured start address.
ret_val := DPWR_DAT(
laddr:=_word_in_,
record:=_variant_in_);
Use the DPWR_DAT instruction to transfer the data in
RECORD consistently to the addressed DP standard
slave/PROFINET IO device. The source area must have
the same length as you configured with STEP 7 for the
selected module.
The CPU supports up to 64 bytes of consistent data. For consistent data areas greater than
64 bytes, the DPRD_DAT and DPWR_DAT instructions must be used. If required, these
instructions can be used for data areas of 1 byte or greater. If access is rejected, error code
W#16#8090 will result.
Note
If you are using the DPRD_DAT and DPWR_DAT instructions with consistent data, you must
remove this consistent data from the process-image automatic update. Refer to "PLC
concepts: Execution of the user program" (Page 67) for more information.
Table 8- 79 Data types for the parameters
Parameter and type Data type Description
LADDR IN HW_IO (Word) Configured start address from the "I" area of the module from which
the data will be read (DPRD_DAT)
Configured start address from the process image output area of the
module to which the data will be written (DPWR_DAT)
Addresses have to be entered in hexadecimal format (for example, an
input or output address of 100 means: LADDR:=W#16#64).
RECORD OUT Variant Destination area for the user data that were read (DPRD_DAT) or source
area for the user data to be written (DPWR_DAT). This must be exactly
as large as you configured for the selected module with STEP 7. Only the
data type Byte is permitted.
RET_VAL OUT Int If an error occurs while the function is active, the return value contains an
error code. perations
The destination area must have the same length as configured for the selected module with
STEP 7. If no error occurs during the data transfer, the data that have been read are entered
into the destination area identified by RECORD.
If you read from a DP standard slave with a modular design or with several DP identifiers,
you can only access the data of one module/DP identifier for each DPRD_DAT instruction
call, specifying the configured start address.
DPWR_DAT operations
You transfer the data in RECORD consistently to the addressed DP standard
slave/PROFINET IO. The data is transferred synchronously, that is, the write process is
completed when the instruction is completed.
The source area must have the same length as you configured for the selected module with
STEP 7.
If the DP standard slave has a modular design, you can only access one module of the DP
slave. No error occurred
808x System error with external DP interface module
8090 One of the following cases apply:
You have not configured a module for the specified logical base address.
You have ignored the restriction concerning the length of consistent data.