GX developer Tutorial

vidy_9

Member
Join Date
May 2018
Location
india
Posts
12
Hi Everyone!

Just a Quick question as I am new to PLC. Currently I am trying to implement a PID Controller into my ladder diagram and I am trying to put a Applied instruction, Specifically the FNC 12 MOVP function. According to the Mitsubishi manual (Currently using a FX3U Mitsubishi) I can add the applied instruction in 5 steps. Anyone keen on helping me with what these 5 steps are?

PS: I would search it on youtube or smth but the company I work for has all media websites blocked.

Your help is kindly appreciated.
Thank you :site:
 
Hmmm.
I found a manual here :
ftp://81.105.173.212/PLC/Legacy Product/Fx Series/Fx/INSTRUCTIONS/SAT121A.PDF

From it :
MOV: The standard form of the instruction,
taking 5 steps of program. In the
example shown in Figure 1, while X000
is turned on, the MOV instruction will
operate.

and :
The Move instruction has three parameters:
a) the MOV statement itself
b) the specification for the Source Data, ie. where the
data to be moved is copied from.
c) the specification for the copied data’s Destination,
ie. where the copied data is being moved to.

For me, trying to program an FX0n the hardest part was getting the parameters typed in.

In this case, I think you will need to select an output coil (ladder logic) then, in the
window showing it, type in something like MOVP K24 D1250
Where K24 is a constant with the source data and D1250 is the destination.
(Note there must be a space before the K and the D - or whatever the alphabet letters before the source and destination are.)

In instruction format :
PROGRAM
STEP No. INSTRUCTION PROGRAM
0 LD X 000
1 MOV 12
K 24
D 150

I hope this helps.
Poet.
 
Thank you Sir.
I will get back to you on whether or not I was able to do it as per your instructions.
 

Similar Topics

can anyone please recommend the proper GX developer tutorial for mitsubishi PLC programming ( video tutorial will b more helpful) , I m new at it...
Replies
1
Views
2,734
I'm trying to verify a project with a PLC. The Transfer Setup menu item is grayed out and every time I click Verify with PLC, I get an error...
Replies
1
Views
37
Well, I've decided to start a new project, and like all projects, it has already gone horribly wrong. I purchased a PLC device (supposedly a...
Replies
2
Views
111
Does anybody have any samples of how to "Create and Use" UDT's in CCW Developer Edition? (I am using v22) I can't find any information from...
Replies
3
Views
310
I'm trying to manually convert a Beijer E200 HMI project onto to a new Mitsubishi GOT gs2107-wtbd. The PLC is a very old A-series AS1CPU and is...
Replies
1
Views
381
Back
Top Bottom