Linking PLCs to PC - can anyone offer advice?

Sal123

Member
Join Date
Nov 2017
Location
UK
Posts
5
Hello, I’m looking for some advice about getting our PLCs to remotely communicate with my office PC.
Our PLCs are types FX3U and FX2N.
Can you advise on the best module to add to each PLC to allow them to communicate with the PC?
Is there a program I can install on my computer that will work with the data from the PLCs in a user-friendly way?
It’s a big ask I am sure but I am looking for a program that will log all the PLCs’ alarms in a database and automatically send SMS/emails to the appropriate staff when alarms go off.
The PLCs have been running for years but we’re new to the idea of communicating with them and saving data etc. Any advice about hardware/software/how you would do it etc would be gratefully received.
 
What do you mean by remote? Is this within the same building?

One of the quickest methods of communicating would be to use a free package like AdvancedHMI. It is written in VB.Net and runs within visual studio. Sending SMS and emails can be done easily.
https://sourceforge.net/projects/advancedhmi/

http://dl.mitsubishielectric.com/dl/fa/document/manual/plc_fx/jy997d16901/jy997d16901n.pdf
Your PLC's will communicate Modbus. You will use the software as a Modbus master (Client) and communicate to the Modbus slaves (PLC) (Server).

Regards,
 
It sounds to me like you are wanting something in the line of a "SCADA" system. If so you would want to look at "Ignition" (Inductive Automation).

Now if what you are wanting is a way to get the Plc(Tag Values) written to a database back at your office so you can do things according to the tag value. I might approach
this by using MQTT.

Something you might want to check out.
 
Hello, I’m looking for some advice about getting our PLCs to remotely communicate with my office PC.
Our PLCs are types FX3U and FX2N.
Can you advise on the best module to add to each PLC to allow them to communicate with the PC?

How are you communicating to them now? you can add a CC Link module or Ethernet, if your just using the Mini Din 8 for comms not I would look into adding Ethernet

FX2NC-ENET-ADP is the Ethernet Mod

After you get the hardware there are several SCADA's that you can use
 
Thanks everyone for your replies. I really appreciate the advice and I have a good idea of how to progress now using the Ethernet mod and a SCADA system.
Regards, Sally
 
May I suggest that you define what your needs are.
plc's to pc
data acquisition?
alarming?
emails?

you need to define what you need first, then see what's out there and if they can do what you need.
otherwise, you get a scada / hmi package that may not meet your needs and have to start all over.

james
 

Similar Topics

I have different PLCs in our plant ranging from Omron, Mistsubishi, AB, Siemens, etc. I want to monitor their I/O using a centralized SCADA/MES...
Replies
12
Views
3,196
I have two screens that run on ladder logic. Each has the ability to start a process (We'll just call it ProcessA) and stop it as well with a...
Replies
6
Views
1,878
How to link two or more plc in siemens s7400 ???? i mean redundancy... Eg... I have written a program in simatic manager ...in single CPU I...
Replies
0
Views
1,875
How to link two or more plc in siemens s7400 ???? i mean redundancy... Eg... I have written a program in simatic manager ...in single CPU I want...
Replies
0
Views
1,995
So I'm currently in the process of linking 2 1756-L72 processors to send alarms back and forth. One processor is rev 26.13 and the other is 32.11...
Replies
2
Views
129
Back
Top Bottom