Jump to content

Recommended Posts

Posted (edited)

I used a translator.
Please understand.

Use the QJ71E71-100 card.
If the machine has an alarm, I would like to send it to the machine manager's Google email.

Is it possible?
Is there a reference program?

Edited by gphong
Posted

From a brief review of that module's documentation (User Manual SH(NA)-080010-P(1506)MEE), you cannot send directly from the PLC to any Google email.  Google, and many other email providers, do not accept email from random, unidentified devices on the internet.  If using a Google "From" address, you must use an SMTP submission port (465 or 587) and OAuth credentials.  Classic SMTP authentication will not be accepted (this was cut off last year).  If not using a Google "From" address, the sending machine must be identified as a valid sender for the domain name (via Sender Policy Framework) and must have DKIM or DMARC encrypted signatures attesting to its validity (tamper-proofing).

As shown in that manual's network diagram in §2.2, you are expected to have a proper email server in the facility with the PLC, and that server would be responsible for passing on the email with the appropriate modern security procedures.  If you have such a server, then simply configure the card to point at it, and use the MSEND instruction in your ladder program to trigger a new email.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...