Mitsubishi Data Access Unit FX-10DU-E program?

saucebox

Member
Join Date
Mar 2024
Location
Atlanta, GA
Posts
4
Hello, all, total noob here hoping for a little guidance. I bought a new piece of printing equipment that has a Mitsubishi PLC and this Data Access Unit. The Data Access Unit has a cracked screen, and I'm going to try and replace the LCD. I'm told that it contains a program, though, and I'd like to download that before working on it, if possible, in case I have to replace it altogether. I have GX Developer, and I was able to download the program from the PLC, but the software won't recognize this Data Access Unit. Is a program on this type of unit downloadable at all, and if so, what software/method would I use?

Thanks for looking
-Robert
 
There was software for it but I have long forgotten what it is called and it would only run on Windows 95 through a real serial port.
When windows moved to windows 98 and up and laptops stopped including real serial ports, it would not communicate at all through serial to USB adapters.
The E series HMI's took over.
So to retrieve the program out of it is now next to impossible.
If you find you need to often change values in the plc program - then you could change them via GX-DEV (for now)
But that isn't for a novice.
And - unless the HMI uses buttons to start the machine or some other input function, the program in the HMI is passive.
Meaning it will run without it.
If it was me, I would upgrade the HMI to a modern one and work out which buttons and values need to be programmed into it.
 
Ah, ok, thanks. This all makes sense. I saw that it was programmable through the buttons, but figured there HAD to be a more efficient way to go about it. And yes, the machine runs without it. I'll see if I can fix it, and then maybe do what you suggest, Ron, and find a new unit that will work instead. Are HMI's all basically interchangable, other than the form factor and the hard buttons?

One question about the relationship between the PLC and the HMI, does the HMI alter the program on the PLC, or does the PLC just refer to the HMI for certain values (timers, etc) when the program tells it to? I would assume that it would modify the program, otherwise if the HMI were unplugged the PLC wouldn't be able to tell it what values to use...

Again, thanks for everyone's patience. Gotta start somewhere, lol.
 
In simple terms, the hmi can only alter values held in registers in the plc's memory.
A timer like this in the plc program (T1 K10) cannot be altered but one like this (T1 D1) can be changed.
The hmi can put a new value into D1 to lengthen or shorten the timer. It cannot change the program. (but it will remember the last value put in D1)
They can do much more like act as buttons or load recipes etc etc but they don't alter the structure of the plc program.
 
The settings entered via the keypad (no download required) are written to the EEProm on power down so retains them it is easy to change timers, counters & D memory just select the type & the number i.e. T20, then you can change the values, this is of course providing the original programmer has used D memory for the time value. it's in the manual I posted.
 

Similar Topics

Hi Guys, I am trying to read data from Omron CP2E CPU from my Mitsubishi RJ71EN71 with Simple CPU Communication Function. Suppose it was using...
Replies
2
Views
1,810
Hi, Can someone help me by explaining how I can transfer data from one PLC to another. I'm using GX Works 2, both CPU's are the same (Q03UDVCPU)...
Replies
6
Views
2,375
Is there any way to make a connection directly between a GE Fanuc 90-30 and a Mitsubishi FX Series PLC? If there is no means to connect directly...
Replies
21
Views
4,209
This is a general question, so I'm just looking for help/advice or maybe where I should look to find this out... I've created a new page on the...
Replies
2
Views
1,018
Dear All, I looking to read the Cleco Nutrunner Data Controller Into Mitsubishi Q Series PLC, Does Anyone done this before? I cant find any...
Replies
0
Views
1,133
Back
Top Bottom