Mitsubishi Analogue Input & Output programming

sttchui

Member
Join Date
Mar 2008
Location
kl
Posts
81
MY plc CONFIGURATION
RACK 1
Q02HCPU
QX40 X0-XF
QX40 X10-X1F
QX40 X20-X2F
QX40 X30-X3F
QX40 X40-X4F
Q68ADI X/Y50-X/Y5F
Q68ADI X/Y60-X/Y6F



RACK 2
QY10 Y100-Y10F
QY10 Y110-Y11F
QY10 Y120-Y12F
QY10 Y130-Y13F
Q64DAI X/Y140-X/Y14F

CAn anyone help me to understand how to program the mitusbishi analogue input & output?

For analogue input
1st analogue input- 8 channle

x50
||---[TO H0 K5 H8 K1]

H0? ALL CHANNEL ON???
K5 -SLOT NO 5
H8?
K1 -16BIT

X60
||---[FROM H0 K11 D1000 K1]
H0?
K11 -CHANNEL 1
D1000 -STORE ANALOGUE DATA
K1 -16BIT
SET Y59

2nd analogue input- 3 channel

||---[TO H0 K6 H3 K1]

H0? ALL CHANNEL ON???
K6 -SLOT NO 6
H3?
K1 -16BIT

||---[FROM H0 K21 D1010 K1]
H0?
K21 -CHANNEL 1
D1010 -STORE ANALOGUE DATA
K1 -16BIT
SET Y69

for analogue output
1st analogue output- 1 channel

X140
||---[TO H0 K1 D900 K2]
SET Y141

H0? ALL CHANNLE ON??
K1 -CHANNEL 1??
D900 -STORE ANALOGUE DATA
K2 -32BIT
SET Y141


AM I PROGRAMMING IT CORRECTLY?? ANY TIPS & HELP ARE WELCOME
 

Similar Topics

Hi, I'm planning to install a new Analogue Input module Q68AD-G. It will inserted on Rack 0 Slot 4. When it's installed, will the code recognise...
Replies
6
Views
2,423
Hi, I've got a Q68AD-G card (8 channel). I want to configure it for 0-10v analogue input. I've enabled the channel by using Un\G0. Then I used the...
Replies
4
Views
1,823
Hi, I've run out of analogue input channels on my Q68AD-G module. If I add a new Q68AD-G module and install it into a spare (blanked-off) slot, it...
Replies
2
Views
1,311
I'm creating a programme offline (as a training exaple, there is no physical PLC to connect to), and I can't figure out how to use any Analogue...
Replies
1
Views
1,609
As per title, looking at how to scale an input, 4-20mA to a real value. Taking it in as an integer (RAW data)and converting it to a real, being...
Replies
0
Views
2,023
Back
Top Bottom