Place of Origin: | Japan |
Brand Name: | Tamagawa |
Certification: | CE |
Model Number: | TS5320N510 |
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 |
---|---|---|---|
Japan: | Japan | Color: | Black |
Temperature: | 20-90 | Dimension: | 80mm |
Wire: | Wire | TS5320N510: | TS5320N510 |
TS5320N510
Guang Zhou Lai Jie Electric Co.,LTD
Please contact with “Tommy” for the price
TS4514N2002E200
TS3617N1E1
TS1922N3
TS4603N2002E200
TS2097N1E9
TS2151N1E26
TS3617N3E9
TS4514N2405E200
TS3617N1E2
TS2014N181E32
TS4603N7002E200
TS4602N6321E100
TS3617N2E4
TS3617N13E9
TS4515N1202E200
TS3617N11E1
TS2014N182E32
TS1505N55
TS4515N6000E200
TS4603N1000E100
TS3617N2E5
TS3617N40E3
TS4515N2405E200
TS3617N1E3
TS2014N185E32
TS4602N1000E200
TS4603N1000E200
TS3617N2E6
TS5214N566
TM_MAIL can only communicate with an email server using SMTP via port 25 | You can connect to an internal mail server via SMTP and let the internal server manage the |
The assigned port number cannot be changed. |
current security enhancements that are required to relay email through the Internet to an external mail server. |
Most IT departments and external email servers now block port 25 to prevent a PC infected with a virus from becoming a rogue email generator. |
If you use Microsoft Exchange as an internal mail server, then you can configure the server |
to allow SMTP aess from the IP address assigned the PLC. Configure the
Exchange management console: Server configuration > Hub transport > Receive connectors
> IP relay. On the Network tab, there is a box named "Receive mail from remote servers that
have these IP addresses". This is where you put the IP address of the PLC that is executing
the TM_MAIL instruction. No authentication is required for this type of connection with an
internal Microsoft Exchange server.
TM_MAIL can only use an email server that allows port 25 communication, SMTP, and
AUTH LOGIN authentication (optional).
Configure a compatible email server aount to aept remote SMTP log in. Then edit the
instance DB for TM_MAIL to put in the TM_MAIL USERNAME and PASSWORD character
strings that are used to authenticate the connection with your email aount. The TM_MAIL operation completed without error. This zero STATUS code does
not guarantee that an email was actually sent (See the first item in the note
follog this table).
7001 - TM_MAIL is active (BUSY = 1).
7002 7002 TM_MAIL is active (BUSY = 1).
8xxx xxxx The TM_MAIL operation was completed with an error in the internal
communication instruction calls. For more information about the SFC_STATUS
parameter, see the descriptions of the STATUS parameter of the underlying
PROFINET open user communication instructions.
8010 xxxx Failed to connect: For more information about the SFC_STATUS parameter, see
the STATUS parameter of the TCON instruction.
8011 xxxx Error sending data: For more information about SFC_STATUS parameter ,see
the STATUS parameter of the TSEND instruction.
8012 xxxx Error while receiving data: For more information about the SFC_STATUS
parameter, see the STATUS parameter descriptions of the TRCV instruction.
8013 xxxx Failed to connect: For more information for evaluating the SFC_STATUS
parameter, see the STATUS parameter descriptions of the TCON and TDISCON
instructions.
8014 - Failed to connect: You may have entered an incorrect mail server IP address
(ADDR_MAIL_SERVER) or too little time (WATCH_DOG_TIME) for the
connection. It is also possible that the CPU has no connection to the network or
the CPU configuration is incorrect.
82xx, 84xx,
85xx
- The error message comes from the mail server and corresponds to error number
"8" of the SMTP protocol. See the second item in the note follog this table.
8450 - Operation does not run: Mailbox is not available; try again later.
8451 - Operation aborted: Local error in processing, .try again later
8500 - Command syntax error: The cause may be that the email server does not
support the LOGIN authentication process. Check the parameters of TM_MAIL.
Try to send an email without authentication. Try replacing the parameter
USERNAME with an empty string.
8501 - Syntax error: Incorrect parameter or argument; you may have typed an incorrect
address in the TO_S or parameters.
8502 - Command is unknown or not implemented: Check your entries, especially the
parameter FROM. Perhaps this is incomplete and you have omitted the "@" or
"." characters.
8535 - SMTP authentication is incomplete. You may have entered an incorrect
username or password.
8550 - The mail server cannot be reached, or you have no aess rights. You may have
entered an incorrect username or password or of your mail server does not
support log in aess. Another cause of this error could be an erroneous entry of
the domain name after the "@" character in the TO_S or parameters.
8552 - Operation aborted: Exceeded the allocated memory size; try again later.
8554 - Transmission failed: Try again later. Incorrect entry of a recipient address does not generate a STATUS error for TM_MAIL. In
this case, there is no guarantee that additional recipients (with correct email addresses),
will receive the email.