Mitsubishi, IEC Developer 6.01, Q-Series

marvin

Member
Join Date
Feb 2005
Posts
2
hi!

i started to use the gx iec developer two years ago (now using
ver. 6.01).
about 6 months ago i started to programm q-series plc´s (mitsu).

now to the question:
it´s difficult to discribe, but i try to keep it easy as possible.
in the global variable list, it´s allowed to create variables (type integer) with fix adresses (variablename; mitsubishi-adress D100).
if you define a array of integer, you´re able to use a index:
var_1 .... array 0 .. 15 of integer .... mitsubishi-adress D200

var_1[3] ... allows you to read/write to D203

... but how i am able to adress at least one bit of an integer in this
array???

var_1[3].1 ???

at the moment i use the following solution:
var_1[3] WAND 16#0002 ==> var_x
var_x EQ 16#0002 IF TRUE the bit is set

at least i would prefer an easier solution.

thank´s for any help!
 

Similar Topics

Hi everyone, I'm working on a Mitsubishi Q series PLC whose code was developed in Mistubishi's GX IEC Developer v7.04. I looked online for GX IEC...
Replies
9
Views
1,473
Hi everyone, I'm working on a Mitsubishi Q series PLC whose code was developed in Mistubishi's GX IEC Developer v7.04. I looked online for GX IEC...
Replies
0
Views
497
I reposted this as I had mistakenly put IX developer in the title (it was a long day) :zzzzz: I have a policy of always verifying code before I...
Replies
1
Views
1,465
In a bit of trouble regarding Mitsubishi softwares. I am working on this programming softwares (PLC - GX-IEC Developer v7.04 and HMI - E-Designer...
Replies
3
Views
4,713
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,026
Back
Top Bottom