Mitsubishi Robot comm. with Siemens PLC

pacak

Member
Join Date
Sep 2006
Location
Arad
Posts
65
Hi!
I'm new to Mitsubishi robots so please bear with me.

I have a setup of an RV-7F-Q1-S15 robot with a CR750-07VQ1-1-S15 controller and a PLC Q03UDVCPU, .Q172DRCPU and QJ71PB93D.
Communication with the S7-315 CPU is done by Profibus. The used addresses start from 12000.

There is a counter in the robot program which I would like to reset by setting a bit in the Siemens PLC but it does not work. I receive the value of the counter in the Siemens PLC (and other signals) so it looks like communication is ok.

The attached picture is part of a program called COMM, which is inserted in the slot table with the condition "Always". The variable M_Counter is defined in another program called VAR (which is not in the slot table) like this:
Def Inte I_Seq, O_Seq,I_SeqNo, M_Counter
M_Counter is used and incremented in another program called MAIN, which is also in the slot table with condition "Start".

So as I said, I can "see" the value of this counter in the Siemens PLC. The last line from the attached picture also works fine, the value I send form Siemens arrives back in Siemens right away.

I also checked in the monitor window of RT Toolbox that when I set my bit in Siemens, bit 12019 is also set in the robot controller.
I also tried the If M_In(12019) Then or If M_In(12019) = 1 Then versions but without any luck.
Why cannot I reset the counter like this?

Any ideas are welcome!

BR

Mitsu counter.PNG
 
hi,
i´ve tried to run this in simulation and it was ok, try to contact local mitsubishi electric office, what kind of mitsu feature is this :/


good luck
 

Similar Topics

Hello all, I am a beginner in PLC programming .I am working with Beckhoff PLC and now trying to integrate Mitsubishi robot to the PLC. Mitsubishi...
Replies
0
Views
4,898
Hi there, I hope somebody can help me. I am trying to set up a system, which includes a Mitsubishi FX3u-64m PLC with a FX3u-ENET and a Mitsubishi...
Replies
0
Views
2,528
hi all i am new here i have a mitsubishi smart touch hmi i.e ms-60t-pe but i cannot find a software to edit and download a program in it any help...
Replies
3
Views
91
I have Toyopuc PLC PC10G-CPU and some communication modules of it. With this modules I'm able to connect with Ethernet, Ethernet/IP, FLnet, FRMT...
Replies
0
Views
52
In this sample programming, what does U4 mean? Any assistance would be greatly appreciated.
Replies
8
Views
169
Back
Top Bottom