Mitsi FX to Mitsi FX w/ CCLink

craig_avanzar

Member
Join Date
Sep 2007
Location
san antonio, texas
Posts
151
View attachment Current Cushion Cell PLC Data 11-18-08.zip

View attachment FC-1_Cushion_Tool_PLC_REVE_ValveF_SpringPokeYoke.zip

I have three FX3n in a weld cell that uses a Proface HMI to change jobs. The cushion cell D417 is the register that the HMI writes to so that it can message three robots and two spanners D402 and D403. In the spanner plc's it changes to bits M306 through M310. I can't remember how it converts and writes to those bits. I have looked at the batch monitor to see if when I change the job number to the new job I am adding (12) if it changes the word but I can't see it happening. Any help would be appreciated in helping me move this project along.
 
The cushion cell D417 is the register that the HMI writes to so that it can message three robots and two spanners D402 and D403. In the spanner plc's it changes to bits M306 through M310. I can't remember how it converts and writes to those bits.
Hi Craig

MOV D417 D402
D402 = Side A current job
MOV D417 D403
D403 = Side B current job

Next we have the following
Jig A Robot side
MOV D402 K2M2440
MOV D402 K2M2540

Jig B Robot side
MOV D403 K2M2440
MOV D403 K2M2540

Byte M2440 & M2540 look to be CC link addresses each to a Robot?

Here they are moving 16bit D registers to 8bit M register
i.e
K1 - first 4 bits of Address
K2 - First 8 bits of Address
K3 - First 12 bits of Address
K4 - First 16 bits of Address

Usually(not always) Robots recieve a program Number.

so if you create an Entry Data Monitor then add
K2M2440,K2M2540 see what you get.

The comments could be better described
Job 1 - JobBit1
Job 2 - JobBit2
Job 3 - JobBit4
Job 4 - JobBit8
Job 5 - Etc

Ill have a further look later when i have more time

Hope this helps
 

Similar Topics

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,065
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,103
Hi all, I'm not all that clued up on GX Developer with A series CPU. I have an Ethernet module A1SJ71E71N3-T and for the life of me I cant...
Replies
5
Views
1,404
Hi, I am trying to communicate with a Mitsubishi A2A CPU using a MEDOC SC-03S2 interface, my Mitsi. programming software is MEDOC V2.30 For some...
Replies
8
Views
1,802
Hi, I have just wired up (might be incorrect) a Q Series PLC with an Input Card GX40-S1 and an Output Card GY40P. my issue is now in software I...
Replies
4
Views
1,578
Back
Top Bottom