niyaz

MrPLC Member
  • Content count

    14
  • Joined

  • Last visited

Community Reputation

0 Neutral

About niyaz

  • Rank
    Sparky

Profile Information

  • Country Singapore
  1. CP1L-E Socket service porgamme

    okay thank you. Now its working with the other TCP client server software.is it possible to turn on all 3 sockets together and want to send the data by using all 3 sockets .For that , how can i split my programme . I am not getting exactly how can i use open socket function block for all 3 sockets at a time if possible. For all 3 sockets need to use different port numbers? Thanks in advance.
  2. CP1L-E Socket service porgamme

    Sorry. In my pc (server) side ip address is 192.168.25.5 only. i tried so many times but not able to communicate. In my programme after i turn on the socket no.1,  monitored the A567(TCP/UDP Socket No.1 status). First its showing A567.01  turns on , after few seconds  A567.14 (BIT -14 )turns ON  and A567.01 turns off (Bit-14 means - results storage error flag).   may i know how to trouble shoot for this problem. thanks in advance.
  3. CP1L-E Socket service porgamme

    Hi, Please find the attached programme . Thanks in advance   tcp socket.cxp 
  4. CP1L-E Socket service porgamme

    server.bmpserver.bmp; PLC2.bmp; PLC1-(IP SETTING).bmp; tcp socket1.bmp  Hi, Please find the attached programme. i am using this open socket programme to connect with my server pc. ( SERVER PC IP ADDRESS 192.168.25.7). Thanks in advance.
  5. Hi Guys, i am trying to send the data to pc through tcp/ip socket service programme.I am using CP1L-E plc. . I am facing problem in connectivity it self. not able to connect to my pc. ( plc is client and my pc is server.bmpserver). Always showing listening only. i am using port number same in both sides. using OPEN SOCKET Funtion block in plc side. after monitoring i found A47.0 bit is ON and A567.14 is turn on which means that result storage error falg. i am facing problem to recover this.  Thanks in advance.
  6. OKAY THANKS. NOW WORKING.  
  7. Hi Michael, Thanks for your information.   As per your reply I done setup for routing table . when i am trying to download it is always asking CPS file. I am not able to find the CPS file related to CP1L-E series plc. can you please help me reg this CPS files need for CP1L-E plc's.   1.Make the IP Addresses something like this PLC1: 192.168.25.1 subnet 255.255.255.0 PLC2: 192.168.25.10 subnet 255.255.255.0 Settings done accordingly.   2.Then in your FB, send data from 192.168.250.1 to 192.168.250.10 using Network address of 1 and node address of 10.     I need to transfer the data from PLC1 (192.168.25.1) to  PLC2 (192.168.25.10) as settings already done and  I am using SEND_DATA FB in PLC1 and RECEIVE_DATA FB in PLC2 . But here using different IP addresses 192.168.250.1 and 192.168.250.10,  Total 4 IP addresses ?  I got confused.
  8. Ok Thanks a lot. Please see the attached images below and correct me if i am doing any settings wrong. i am trying to read the data from my PLC2 but i am not able to read the data. (from PLC1 i am sending the data to plc2).  still i need to add any  function blocks in ladder diagram to send the data. 573ee8d82445b_PLC1-(IPSETTING).bmp     ;   573ee93c8ef40_PLC2(BUILTINETHERNETPORTSETTING).bmp   ;           573ee9b96ea19_PLC2(NETWORKSETTING).bmp PLC1.bmp;              573ee903d1003_PLC2(NETWORKSETTING).bmp ;573ee969ec5d5_PLC2(BUILTINETHERNETPORTSETTING).bmp 573ee810dc654_PLC1(NETWROKSETTINGS).bmp;
  9. can you please explain me in detailed . Do I need to configure routing table for this CP1L-E plc's communication. Thanks in advance .
  10. Hi can you please provide FINS ETHERNET SLAVE SOLUTION ALSO.  Thanks in advance.
  11. Hi guys, is it necessary to create routing table , to exchange data  between two plc's (CP1L-E plc's)
  12. HI Guys, I am using two CP1L-EM40DR-4 plcs and trying to establish the communication between two plcs using FINS(TCP/IP) and wants to turn on the second plc out put (any one output) from first plc input and wants to read the status of second plc I/O's in first plc . For the first plc IP used 192.168.10.200 & node address as 200. For the second plc IP used 192.168.10.201 & node address as 201.  Please help me how to proceed for the next step.   Thanks in advance    
  13. HI Guys, I am using two CP1L-EM40DR-4 plcs and trying to establish the communication between two plcs using FINS(TCP/IP) and wants to turn on the second plc out put (any one output) from first plc input and wants to read the status of second plc I/O's in first plc . For the first plc IP used 192.168.10.200 & node address as 200. For the second plc IP used 192.168.10.201 & node address as 201.  Please help me how to proceed for the next step.   Thanks in advance