asim_rana

MrPLC Member
  • Content count

    14
  • Joined

  • Last visited

Community Reputation

0 Neutral

About asim_rana

  • Rank
    Sparky

Contact Methods

  • ICQ 0
  1. Twido Analogue TM2AMI4LT,PT 100 measurement issues I am using TWDLCDA24DRF along with two TM2AMI4LT.I had PT 100 (3 wire) as inputs. I want to read the temperature in Celsius. I had configured in twido suite as under Input type as PT100 Scope as Celsius Minimum as -2000 Maximum as 6000 But I don't read correct reading in %IW1.0.Its much higher that it should be.
  2. I am using Twido TWDLCDA24DRF with TWD NAC 232D, along with PLC GSM Modem SR2MOD03. I am able to connect SR2MOD03 with HyperTerminal & I can send message using AT+CMGS="03028484098"<CR><Message Body>Ctrl-z Any help how to program the PLC to issue this AT command. I tried EXCH2 command but not able to do it. Any sample logic would be help greatly. I did follow the attached document & made logic (Both document & logic is attached) Regarding message i did implement it as per this note with following variations I set BR at 19200 in both Modem & PLC (As i am not able to set 9600 in Modem) I did made same logic as mentioned in the document but still i am not able to send sms message.Attached is my logic for your review please. But when i connect modem with Hyper terminal,i am able to send message using AT+CMGS="03028484098"<CR><Message Body>Ctrl+Z. I would really appriciate if any one could go through the code tell me the issue. After downloading this code initially %MSG2.Dn is not coming.I did force %I0.2 then all conditions were OK on Rung 7, so message should go.But it is not going. Twido S1026 vB GSM SMS.zip
  3. I did remove all dreivers & varibales from Vijeo<br style="font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; font-size: 13px; background-color: rgb(245, 245, 255); "><br style="font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; font-size: 13px; background-color: rgb(245, 245, 255); ">Configure PLC as COM1 ,address 1 (Slave),Modbus,19200,8,None, & 1 as stop bits<br style="font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; font-size: 13px; background-color: rgb(245, 245, 255); "><br style="font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; font-size: 13px; background-color: rgb(245, 245, 255); ">Define & use %M0 in my logic.(Use is Must)<br style="font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; font-size: 13px; background-color: rgb(245, 245, 255); "><br style="font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; font-size: 13px; background-color: rgb(245, 245, 255); ">In HMI add a MODBUS RTU driver(By default it is Master)<br style="font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; font-size: 13px; background-color: rgb(245, 245, 255); ">Configure HMI as COM2 ,19200,8,None, & 1 as stop bits<br style="font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; font-size: 13px; background-color: rgb(245, 245, 255); ">Add an equipment as slave address of 1 (same as that of PLC)<br style="font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; font-size: 13px; background-color: rgb(245, 245, 255); ">Check IEC box.<br style="font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; font-size: 13px; background-color: rgb(245, 245, 255); ">Add a BOOL varibale addressing t o %M0 in HMI.<br style="font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; font-size: 13px; background-color: rgb(245, 245, 255); "><br style="font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; font-size: 13px; background-color: rgb(245, 245, 255); ">Rest every thing was same.Same Cable.<br style="font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; font-size: 13px; background-color: rgb(245, 245, 255); ">Selector Switch at HMI near COM2 was at RS485 Polar ON.<br style="font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; font-size: 13px; background-color: rgb(245, 245, 255); "><br style="font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; font-size: 13px; background-color: rgb(245, 245, 255); ">Things start working.Any one needs any other info ,please ask
  4. I had sent every thing to your email.Please go through that & advise
  5. I did manage to take back up but can not upload in .vdz from asa forum is not allowing that.can you please send me your email so that i could email that to you. muhammadasimkhan@gmail.com
  6. I am not able to export the project.Its Gray out.Please see the attached imnage.But i had put all my configurations in attached word file. In HMI near port 2 there is a buttob (RS485 POlar ON-OFF) i had put it in both ways but even then its not working. i would really appriciate your help in this regard. In addition to that this Twido is also siupposed to communicate with a Modem(SR2MOD3).I had configured modem & i am able to send message through Hyperteminal but i donot know how to impelmet that in PLC using EXCH2 function.If you could send me a sample code etc. Thanks Configuration1.doc
  7. Attached is my configuration in word format as well. Configuration.doc
  8. Thanks for your response.Please help me out as i am stuck. Attached is the .zip file having both logic & HMI As a summary I had configure PLC as slave Port 1 configurations are Modbus address 2,19200,8,even,1 On other end in HMI as master & under IO manager ModbusRTU.....Its COM2,19200,RS485,8,even,1 Then Mod bus Equipment its configuration is Slave equipment address =2 IEC61131 syntax checked At HMI near COM 2 there is only selection RS 485 but POLAR ON/Off switch is there.I had put it in both ways but to no use. Attache are both Logic & HMI files in zip format.Furthermore i am also attaching a word document to explain the whole configuration. Please send me your email id so that i may communicate with you directly. Program.rar
  9. Hi raj Did you manage to communicate them(Twido & XBT).Below is waht i did but still not abale to get it done I HAVE A MAGELIS HMI XBTG4320 AND A TWIDO PLC TWDLCDA24DRF.I HAVE FOLLOWING DETAILS: HARWARE SETTINGS::: 1-I AM USING TWIDOSUIT FOR PLC AND VIJEO DESIGNER FOR HMI. 2-I AM USING DOWNLOADING CABLE FOR HMI "XBTZG935" (PC)USB<------------------>USB(HMI) 3-THE CABLE B/W PLC AND HMI IS "XBTZ9780" (PLC)MINI DIN<----------->RJ45(HMI) SOFTWARE SETTINGS::: PLC: 1-OPENED TWIDOSUIT AND IN WORKSPACE OF DESCRIPTION I DRAGED AND DROPPED TWIDO PLC TWDLCDA24DRF AND CLICKED ON TWIDO PLC AND SETTED THE TYPE MODBUS AND ADDRESS AS 1 (Slave). 2-SIMILARLY I DRAGED AND DROPPED MAGELIS HMI AND MADE ITS SETTINGS AS MODBUS Master AND ADDRESS 0(Master) 3- I JOINED THE MIN DIN CONNECTOR OF PLC WITH THE HMI,SO ON WORKSPACE IT SHOWED ME"MY NETWORK 1 ,19200" ,PARITY=EVEN,STOP=1,DATA BITS=8 4-IN PROGRAMMING OF PLC I DIRECTLY ENERGIZED %M0 --------------------------------(%M0) 5- I DOWNLOADED THIS PROGRAM ON PLC. HMI:: 1-OPEN VIJEO DESIGNER CREATED A PROJECT WITH NETWORK AS MODBUS RTU AND SLAVE EQUIPMENT "1" AS TWIDO PLC ADDRESS IN ABOVE PLC SETTINGS IS MADE ONE(CHECK STEP 1),XBTG MODEL=XBTG4320, 2-SETTINGS ARE ALSO LIKE THEIR IN PLC BAUD RATE 19200,PARITY=EVEN,STOP=1,DATA BITS=8,COM PORT=COM2 3-CREATED A VARIABLE WITH TYPE=DISCREAT, DEVICE ADDRESS %M0,SOURCE=EXTERNAL 4-I M JUST CREATED A CIRCLE AND IN ITS VISIBLE TAB I CHECK BLINKING ANIMATION AND AND SELECTED THE VARIBALE %M0 WHICH I CREATED ABOVE CONCLUSION: I HAVE DIRECTLY ENERGIZED %M0 FROM PLC AND ALSO CREATED A VARIABLE %M0 IN HMI AND TAGGED WITH THE BLINKING CIRCLE AND SELECT COM 2 IN HMI.BECAUSE COM2 IN HMI IS CONNECTING HMI ITSELF AND PLC THROUGH CABLE XBTZ9780 AS I DESCRIBED IN HARWARE SECTION.NOW WHEN I DOWNLOAD THE PROGRAM IN HMI,THERE IS A CIRCLE BUT ITS NOT BLINKING,AND AFTER SOME SECONDS IT SHOWS TIME OUT NO RESPONSE FROM PLC. NOW BROTHERS HELP ME OUT WHY THIS IS SO.WHY %M0 IS NOT LINKED
  10. Raj what happened. Did you succeed as I am working exactly on a similar project.
  11. DEAR FRIENDS I HAVE A MAGELIS HMI XBTG4320 AND A TWIDO PLC TWDLCDA24DRF.I HAVE FOLLOWING DETAILS: HARWARE SETTINGS::: 1-I AM USING TWIDOSUIT FOR PLC AND VIJEO DESIGNER FOR HMI. 2-I AM USING DOWNLOADING CABLE FOR HMI "XBTZG935" (PC)USB<------------------>USB(HMI) 3-THE CABLE B/W PLC AND HMI IS "XBTZ9780" (PLC)MINI DIN<----------->RJ45(HMI) SOFTWARE SETTINGS::: PLC: 1-OPENED TWIDOSUIT AND IN WORKSPACE OF DESCRIPTION I DRAGED AND DROPPED TWIDO PLC TWDLCDA24DRF AND CLICKED ON TWIDO PLC AND SETTED THE TYPE MODBUS AND ADDRESS AS 1 (Slave). 2-SIMILARLY I DRAGED AND DROPPED MAGELIS HMI AND MADE ITS SETTINGS AS MODBUS Master AND ADDRESS 0(Master) 3- I JOINED THE MIN DIN CONNECTOR OF PLC WITH THE HMI,SO ON WORKSPACE IT SHOWED ME"MY NETWORK 1 ,19200" ,PARITY=EVEN,STOP=1,DATA BITS=8 4-IN PROGRAMMING OF PLC I DIRECTLY ENERGIZED %M0 --------------------------------(%M0) 5- I DOWNLOADED THIS PROGRAM ON PLC. HMI:: 1-OPEN VIJEO DESIGNER CREATED A PROJECT WITH NETWORK AS MODBUS RTU AND SLAVE EQUIPMENT "1" AS TWIDO PLC ADDRESS IN ABOVE PLC SETTINGS IS MADE ONE(CHECK STEP 1),XBTG MODEL=XBTG4320, 2-SETTINGS ARE ALSO LIKE THEIR IN PLC BAUD RATE 19200,PARITY=EVEN,STOP=1,DATA BITS=8,COM PORT=COM2 3-CREATED A VARIABLE WITH TYPE=DISCREAT, DEVICE ADDRESS %M0,SOURCE=EXTERNAL 4-I M JUST CREATED A CIRCLE AND IN ITS VISIBLE TAB I CHECK BLINKING ANIMATION AND AND SELECTED THE VARIBALE %M0 WHICH I CREATED ABOVE CONCLUSION: I HAVE DIRECTLY ENERGIZED %M0 FROM PLC AND ALSO CREATED A VARIABLE %M0 IN HMI AND TAGGED WITH THE BLINKING CIRCLE AND SELECT COM 2 IN HMI.BECAUSE COM2 IN HMI IS CONNECTING HMI ITSELF AND PLC THROUGH CABLE XBTZ9780 AS I DESCRIBED IN HARWARE SECTION.NOW WHEN I DOWNLOAD THE PROGRAM IN HMI,THERE IS A CIRCLE BUT ITS NOT BLINKING,AND AFTER SOME SECONDS IT SHOWS TIME OUT NO RESPONSE FROM PLC. NOW BROTHERS HELP ME OUT WHY THIS IS SO.WHY %M0 IS NOT LINKED
  12. On our plant initially we were using HIMA PLC "H41q-HS SIL3/TUV certified compact automation system" directly communicating with AB Panel View 600 over RS485. If this model is obsolete then any idea how can still we communicate Panel view (some other model may be) with HIMA"H41q-HS SIL3/TUV certified compact automation system" over RS-485 network? I read that by using AB Panel view plus we can get communication over Modbus PLUS(Not Modbus). Any ideas (cost effective) to get this communication.
  13. Dear Experts We are using 1756 CNBR/D .Channel B indicator on Card is flashing in RED-OFF.I had also configured Media redundancy option in the RSnetworx as channel A/B in network properties. But it is still flashing. Channel A is solid green & if I unplug it network error occurs any help will be highly appreciated
  14. We are using redundant contollogix for two different applicators PCS & SIS on an offshore plant. Some of feedbacks are coming in PCS system which we had to make available in SIS similarly a few trip commands are in SIS which needs to be in PCS. We are using ENBT/A cards in both systems and both are on a same workgroup. Now I had added ENBT & processor of SIS under ENBT of PCS system similarly ENBT & processor of PCS under ENBT of SIS. Now when I apply message command i am getting data fine. The only issue is that ENBT & Controller are having faulty status & fault code is 16#0301 connection request error out of buffer memory I had even configured it through RS networx for Ethernet but fault is still there due to which iam getting I/Os not responding error. But message command is working fine and we are getting data but fault is there. Any help Thanks