
kav
MrPLC Member-
Content count
36 -
Joined
-
Last visited
Community Reputation
0 NeutralAbout kav
-
Rank
Sparky
Profile Information
- Country Greece
-
Hi Gambit None possible cause from the list meets my case...Everything seems to be ok! How can I clear the receive area? Is there any special instruction?
-
Gambit I must apologize to you for wrong info that provide to you. I accidentally wrote that the error code is 4188. It is FAULSE. The error code as you can see in the above atached file is 4181 from one side of socket and 4184 from the other side of socket..
-
Gambit tank you for your reply! What exactly do you mean with PLC communication settings? I have some sockets like Q03UDV<--->Q03UDV or Q03UDV<--->LCPU In cpus with Sockets that does not work I get the error code 4184h from one side and 4188h from the other side. You can find attached a plc ethernet diagnostics screenshot with error codes (Q03UDV<--->Q03UDV). Thank you again!
-
aniki007 please send me your email account to send you back a project (GW Works2) included profibus DP communication with FR-F740 VFD, Allen Bradley PowerFlex5 VFD and AUMA actuator. The project is bigger than 3.9MB so I can not uploaded here... Thanks
-
Is there someone who has well known of UDP socket communication between Q03UDv CPU or Q03UDV and LCPU? I try to establish a socket between 2 Q03UDV cpus. Inittially evrything goes ok but after some days of well communication the socket breaks down. The connected HMI (GT1675) becomes inactive or responds extra too slow. In order to re-establish the socket comm i have to reset the cpus. I think it is ubnormal!!! Attached you can find the program of socket connection Do you know if the SC_SOCOPEN and SC_SOCCLOSE instructions are requested? According to the manual "Q PLC Comm Via Bulit In Ethernet Port - 01042010 SH(NA)080811 Version C) on page 3-35 I think that instructions are not requested Thank you in advance for any help!
-
Ok!!! Thanks a lot for your help! I understand! I will try it and I will post back the results!! Thanks again!!
-
Luke, excuse me for the late answer but I was very busy in my job. There are no other input cards with interrupt function enabled. Generally, there is no other interrupt function in my code. I'll try to catch the idea of the interrupt mechanism, reading Mitsubishi manuals, but too dark....Is there any code example in GX Works2 that can help me...I am not so familiar with GX Developer..... Thanks a lot again for your help!!!!
-
Many thanks to all for your help.... AlexMota, of course i set the response time of QX80H at 0.1msec, without any result.... I use Q312B rack and QX80H card is on the last slot..Is it restrictive to use fixed time interrupt routine? Thanks again!!!
-
Hello guys!!! My system constist of: CPU: Q03UDE Some I/O modules Some Intelligent Modules (Q68ADI,QJ71PB92V...) A High Speed Digital Input card QX80H (setting responce time 0.1msec) 1 digital input from QX80H occupied to count the pulse that a flow meter sends. The pulse corresponds to the totalizer of the Flow meter (FCI ST100 series Thermal Mass) and it has fixed width 0.5msec. The flow meter sends 4 pulses / minutes approximately according to current flow rate. My Main Program has scan time 2.4msec. I think that PLC ignores some pulses because of the pulse width is lower than scan time of my program. Is it right? So, the PlC program calculates wrong total flow.... What can I do to avoid this issue? Attached you can find a sketch what I mean... I though to program a time based interrupt every 0.3msec. Is it right and possible in Q03UDE CPU.....? If yes, how can to do it? Thanks a lot in advance for your any help!!!
-
Kaare_t, thank you for your reply!! The GSD file is ok. Communication is established without any problem. I use litle endian setting. I can absolutely control the drive with logic commands such as start/stop, speed reference, etc. and get logic status from the network. I can not get additional info from the drive like output current, etc. The corresponding parameters of the drive looks like to be locked. I can not change the default values although I follow the manual step by step....
-
Hi to everyone, I use PowerFlex 520 drive on profibus (with adapter 25-COMM-P) for first time. I managed to start/stop/reference drive using Logic Command/Status I/O but didn't manage to get output current using datalinks mechanism. I configured DP master (Mitsubishi Q PLC, QJ71PB92V) as shown in the attached picture. The main problem is that trying to modify C161-C164 (Opt Data In 1-4) parameters drive does not accept the entered values and it turns back to value "0". First, I disabled I/O connection with the controller Disconnecting the drive from the network. On the other hand, drives allow me to change parameters C165-C168 (Opt Data Out 1-4) but these are out paramenetrs (from the controller's point of view). Is there any guy that managed to get the output current in any way on profibus network? Thanks a lot for your help in advance! I post this message in Allen Bradley Forum, too.
-
Hi to everyone, I use PowerFlex 520 drive on profibus (with adapter 25-COMM-P) for first time. I managed to start/stop/reference drive using Logic Command/Status I/O but didn't manage to get output current using datalinks mechanism. I configured DP master (Mitsubishi Q PLC, QJ71PB92V) as shown in the attached picture. The main problem is that trying to modify C161-C164 (Opt Data In 1-4) parameters drive does not accept the entered values and it turns back to value "0". First, I disabled I/O connection with the controller Disconnecting the drive from the network. On the other hand, drives allow me to change parameters C165-C168 (Opt Data Out 1-4) but these are out paramenetrs (from the controller's point of view). Is there any guy that managed to get the output current in any way on profibus network? Thanks a lot for your help in advance!
-
It is unbelievable!!!! That was!!!! Power off/on physically. Last 3 days I did only soft reset. Now, everything is ok! Thank you very much for your help. Thanks!!!!
-
Thanks! Uploaded some photo from settings(HMI side) for a register (File register R8) that I can not modify from HMI. HMI settings1.bmp HMI settings2.bmp Plc settings.bmp Thanks a lot!
-
Unfortunately, your tip is not the solution. I did this change but I get the same error "Error 0055 Stn0". Any idea where can I find the error exlanaion? What else to try??? Thank you again!!