GX IEC Developer 6.01, Q-Series, Mitsubishi

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.
 

Similar Topics

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,009
Hi all, weve just moved over to Mitsubishi GX IEC Developer 6.01 with the Q-Series PLC, used to have Allen Bradley SLC 500 Series & RS Logix, my...
Replies
4
Views
3,374
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)...
Replies
0
Views
4,205
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,363
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
477
Back
Top Bottom