mitsi bit to word prob

Ds@Cepha

Member
Join Date
Sep 2010
Location
worcestershire
Posts
4
hi

I am trying to map a series of bits (m20, m21, m22 etc) to one word, as i am going to map the single word from the mitsi plc to a allen bradley plc, the protocol conversion is no problem as i have already tackled this however there are only a limited amount of addresses i can convert, hence, why transfering all my bits into words. does anyone know of an easy way to do this, or is there a relevant building block in GX Developer that alows this.

any help appreciated

thankyou
 
i think i have sorted it now using bit set and bit reset
m10
||----------------------------------------[BSET D20 k1]-----
m10
|/|---------------------------------------[BRST D20 k1]-----
where m10 changes bit 1 (k1) of d20
 
What series are you using?

I think in q series you can do the following

m20 D20.0
--| |------------( )

 

Similar Topics

Hi I am having a brain ache. What is the instruction to set a bit in a word, kinda like (set bit 2 of word D2) or (reset bit 2 of word D2). I...
Replies
3
Views
3,207
Hi I have a lot (several hundred) alarms (M bits), which are not sequential . I want to 'collect' these into D words for logging. What i want to...
Replies
3
Views
1,615
can somebody unravel the gobbledy gook for me or am I just being stupid, I understand basic registers but the manual just gave me a headache at...
Replies
2
Views
2,074
We've got 2 cooling fans on our system. They switch on based on water temperature. One switches on at 25c. The other switches on at 30c. The code...
Replies
16
Views
3,078
I have a siemens 317-2 and an old GOT1000 (GT1675M - V) I am trying to get the darn things communication and having no luck. I have followed the...
Replies
12
Views
2,189
Back
Top Bottom