Place of Origin: | Japan |
Brand Name: | Tamagawa |
Certification: | CE |
Model Number: | TS5246N473 |
Minimum Order Quantity: | 1pcs |
---|---|
Packaging Details: | carton |
Delivery Time: | in stock |
Payment Terms: | T/T, Western Union, MoneyGram |
Supply Ability: | 100pcs/week |
TAMAGAWA: | TAMAGAWA | TS5246N473: | TS5246N473 |
---|---|---|---|
Japan: | Japan | Material: | Iron |
Color: | Black | Temperature: | 20-80 |
Dimension: | 40mm | Wire: | Wire |
connection CPU must specify the remote IP address and port number of the Partner (passive) connection CPU. |
assigned for the connection in your partner CPU is entered under the "Partner Port" field. |
In the "Address Details" section of the Connection Parameters dialog, you define the ports to be used. |
5.6.3 Parameters for the PROFINET connection |
The port of a connection in the CPU is entered in the "Local Port" field. The port | The TSEND_C, TRCV_C and TCON instructions require that connection-related parameters be specified in order to connect to the partner device. These parameters are specified by the |
Guang Zhou Lai Jie Electric Co.,LTD
TS5246N473
TS3667N3E7
TS3667N3E8
TS3667N11E1
TS3667N11E2
TS3667N12E4
TS3667N11E3
TS3667N12E5
TS3667N12E6
TS3667N31E7
TS3667N13E8
TS3624N1E1
TS3624N1E2
TS3624N2E3
TS3624N2E4
TS3624N3E5
TS3624N3E6
TS363TS3630N2E3
TS3630N2E4
TS3630N3E5
TS3630N3E6
TS3630N1303E9
TS3630N1306
TS3630N11E1
TS3630N11E2
TS3630N12E3
TS3630N12E4
TS3630N13E5
TS3630N13E6
FA-CODER
TS5214N566
TS5205N450
TS5205N454
TS5205
N4500TS5205
N454
TS5205N452
TS5205
N452
TS5207
TS5208
TS5212
TS5213
TS5214
TS5231
TS5217
TS5233
TS5150
TS5300
TS5100N1E1
TS3630N1E2
TS3630N2E3
TCON_Param structure for the TCP, ISO-on-TCP and UDP protocols. Typically, you use the
"Configuration" tab of the "Properties" of the instruction to specify these parameters. If the
"Configuration" tab is not accessible, then you must specify the TCON_Param structure
programmatically.
Table 5- 7 Structure of the connection description (TCON_Param)
Byte Parameter and data type Description
0 … 1 block_length UInt Length: 64 bytes (fixed)
2 … 3 id CONN_OUC
(Word)
Reference to this connection: Range of values: 1 (default) to 4095.
Specify the value of this parameter for the TSEND_C, TRCV_C or
TCON instruction under ID.
4 connection_type USInt Connection type:
? 17: TCP (default)
? 18: ISO-on-TCP
? 19: UDPID for the type of connection:
? TCP and ISO-on-TCP:
– FALSE: Passive connection
– TRUE: Active connection (default)
? UDP: FALSE
6 local_device_id USInt ID for the local PROFINET or Industrial Ethernet interface:1 (default)7 local_tsap_id_len USInt Length of parameter local_tsap_id used, in bytes; possible values:? TCP: 0 (active, default) or 2 (passive)? ISO-on-TCP: 2 to 16? UDP: 28 rem_subnet_id_len USInt This parameter is not used.9 rem_staddr_len USInt Length of address of partner end point, in bytes:
? 0: unspecified (parameter rem_staddr is irrelevant)? 4 (default): Valid IP address in parameter rem_staddr (only for
TCP and ISO-on-TCP)10 rem_tsap_id_len USInt Length of parameter rem_tsap_id used, in bytes; possible values:? TCP: 0 (passive) or 2 (active, default)
? ISO-on-TCP: 2 to 16? UDP: 0next_staddr_len USInt This parameter is not used.12 … 27 local_tsap_idArray [1..16] of
ytLocal address component of connection:? TCP and ISO-on-TCP: local port no. (possible values: 1 to49151; recommended values: 2000...5000):
– local_tsap_id[1] = high byte of port number in hexadecimalnotation;
– local_tsap_id[2] = low byte of port number in hexadecimalnotation;
– local_tsap_id[3-16] = irrelevant
? ISO-on-TCP: local TSAP-ID:– local_tsap_id[1] = B#16#E0;– local_tsap_id[2] = rack and slot of local end points (bits 0 to4: slot number, bits 5 to 7: rack number);– local_tsap_id[3-16] = TSAP extension, optional?UDP: This parameter is not used.
Note: Make sure that every value of local_tsap_id is unique within
the CPU.28 … 33 rem_subnet_id Array [1..6] of
USIntThis parameter is not used. rem_staddr Array [1..6] ofUSIntTCP and ISO-on-TCP only: IP address of the partner end point.(Not relevant for passive connections.) For example, IP address192.168.002.003 is stored in the following elements of the array:rem_staddr[1] = 192rem_staddr[2] = 168rem_staddr[3] = 002rem_staddr[4] = 003
rem_staddr[5-6]= irrelevant40 … 55 rem_tsap_id Array [1..16] ofBytePartner address component of connection? TCP: partner port number. Range: 1 to 49151; Recommendedvalues: 2000 to 5000):– rem_tsap_id[1] = high byte of the port number inhexadecimal notation– rem_tsap_id[2] = low byte of the port number inhexadecimal notation;