Fennel Posted December 1, 2019 Report Posted December 1, 2019 Hello. I'm doing my first plc project. I have a task to communicate with controler via smartphone using RemoteOperator app with variety of connection options. So, from my understanding, I can do it using GSM(or 3/4g?) modem via rs-232 port on my plc, or using additional ethernet card and connecting to LAN with access to internet. In both cases I need to have static IP for PLC. With modem I can buy this service, and with LAN I should somehow assign static IP to my PLC. Do I understand it correctly? (PLC model in question is V350-35-TU24)
MVP 2023 Ausman Posted December 1, 2019 MVP 2023 Report Posted December 1, 2019 Yes. With a LAN connection you may need to implement a DDNS system as well, many WAN connections are dynamic address. Most routers these days can be set up to do this automatically using any number of "free" services available. cheers, Aus 1
Fennel Posted December 30, 2019 Author Report Posted December 30, 2019 As I understand, there is no notifications or something like that in RemoteOperator app. So, if lets say, I want to notify personnel about machine fault via their smartphone, I can only do this by sending e-mail (if I use Ethernet network) or sms/calling (if I use GPRS)?
MVP 2023 Joe Tauser Posted December 31, 2019 MVP 2023 Report Posted December 31, 2019 Yes. You'll have to send them a text from within your ladder logic. Vision series Email blocks are not capable of using an email server that uses SSL, so you'll need to set up an account with a non-secure email server. The only public one we know of that can still do this is SMTP2GO. Look at the Example project for Email on how to set this up. Check out this post- Joe T. 2
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now