GX Developer 8

jcp

Member
Join Date
Feb 2010
Location
Multan
Posts
369
Hello friends;

Good day. In GE 90-30 Series we configure the hardware means we set the slots and configration of the hardware.

In gx developer 8 how we set the hardware configuration means that analog module at position 1 etc?

Please help me

Thanks
 
It depends what plc for example FX series there is no need as addressing is fixed, slot 0 for digital inputs start at next byte after last byte on main base e.g. if FX2n-32 then this means there are 16 dig in 16 dig out x0.0 to x1.7 and y 0.0 - y1.7 so slot 0 will start at 2.0 for analog or special cards these are as per slot and require the use of buffer memories to transfer the data, the cards come with leaflets or you can find the manuals on the mitsubishi automation website
If using Q series (or old A) then the module types can be selected in the configuration "PLC Parameters"
 
Respected Sir;

I am using FX-1N-(14)MR model and also used three special modules like
2 nos analog input and 1 no. analog output models are FX2N-4AD and FX2n-1BD
respectively.

Please now guide me what are the addresses i can use?


Regards
 
https://dl.dropboxusercontent.com/u/59958371/MF0701009(FX2N-4AD).pdf

In FX1N PLC, you will direct set the special module address in ladder program.
example: FX1N-14MR(PLC) + FX2N-1BD(not consider special module)+ FX2N-4AD(first special module)+FX2N-4AD(second special module)

1st special module address will be K0
2nd special module address will be K1
so 1st FX2N-4AD in program will be [TOP K0 K0 H3300 K1];
2nd FX2N-4AD in program will be [TOP K1 K0 H3300 K1]
 

Similar Topics

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
42
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
311
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
Hi One of the PLC's that I maintain/update is a Mitsubishi Q-Series, probably installed about 10 years ago. At the moment, ALL the wires from...
Replies
13
Views
1,170
Back
Top Bottom