PLCs Interfacing to a PC

sanky

Member
Join Date
Aug 2003
Location
Coimbatore
Posts
1
I want to collect some information of speed of a running machine through a sensor to a PLC and record it in a PC.

The above record can be to a Microsoft XL sheet or a VB6 program.

I am planning to use a Mitsubishi FX1N series PLC. Please let me know how this can be achieved. I prefer Mitsubishi PLCs only.

Expecting a detailed reply.
 
You can connect to FX series PLC easily through serial port.
To communicate with the PLC you can have few options such as
using MX-Components library for example (or you can write your
own if you want to, I've seen one for FX in download section
of www.MrPLC.com).
If all you want is to read value from PLC, you should be able
to setup PLC to send you an ASCII message with whatever results
you want to record. It is very simple to read COM port using VB
extract value and place it in a record.

hope this helps
 

Similar Topics

Hello everybody, I recently got a new job in a batching plant factory. Programming the PLC is part of my new job, I am good at ladder programming...
Replies
15
Views
5,900
I'm currently a student enrolled in a technology program at a university and I was wondering if you guys had any ideas for an application that...
Replies
2
Views
2,666
I'm at a new job as the sole control engineer and trying to piece together where my predecessor left off. One machine I'm trying to get online...
Replies
2
Views
99
Or there is an alternative to this? I suppose there are many but I've only seen put/get Can you for example set up a new plc and connect it to an...
Replies
5
Views
305
Back
Top Bottom