Search the Community

Showing results for tags 'ethernet tag communication'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Found 391 results

  1. I have a compactLogix L24.  It is connected to a network switch.  I also have an ethernet servo driver (KM AKD) attached to the same switch. The CL L24 IP address is 192.168.150.1 The Servo Driver is 192.168.150.3 In RSLogix 5000, I added an ethernet module.  I put in the IP address for the servo driver.  When I go online, I just get a connection error (Code16#0204).   I can talk to the servo driver using my PC on the same network (192.168.150.13), but the CompactLogix won't talk to it.  Do I need to install an external ethernet module to make this work, or can I use the existing ethernet ports on the L24? I'm stumped.
  2. CJ1M CPU11 how to set IP adress?

    Hello, I have to work now with a cj1m cpu11. I would like to connect it to a ns10 display. My first obvious problem is when i made the project in cx programmer, that unlike in cj2m i wasnt able to select the cpu unit in the IO table and set the ip adress. How do i need to set the ip address? im reading an omron guide, but it is confusing, and so long, i only want to set the ip address :/. Also how can i set the fins network to 2? On the cx-designer i set the network address:2 and the node adress:40. I know that the 40 means the end of ip address. Thats why i want to set the plc. How about the network address 2?  Help is much appreciated. Thanks!
  3. GOODDAY EVERYONE, PLS I'M HAVING PROBLEM WITH MY ALLEN BRADLEY PV 600 USING ONLY RS232 AND ETHERNET CABLE ONLY I DON'T KNOW HOW TO GET TO THE FILE MANAGER IN OTHER TO ACCESS THE APPLICATION ON IT. PLS HELP ME OUT
  4. Hi, I can't add this CP1W AD041 analog module to mi PLC CP1H 
  5. NX-EIC202 Utility

    Version 1.15

    83 downloads

    A nice little utility created by PMCR that calculates the power consumption for NX I/O, provides the I/O layout for a given allocation, creates symbols for use in CX-Programmer and aliases for use with an RSLogix5000.
  6. Hello everyone, I would like to know how is the Ethernet communication in Micro830 PLC's. I'm about to do a communication between a micro830 and SMC actuator drive and I want to know how set Micro800 Ethernet communication. This is by explicit messages or mapping?.   Tks
  7. Ethernet to PLC program

    How do I read a Mitsubishi PLC program through a QJ71E71 Ethernet card mounted on the same rack?
  8. I am looking for a device to allow communications to and from a series 5 Allen Bradley DH+ to a Schneider Electric M241 Ethernet IP. Or what is the best way to configure the M241 and third party communications module to allow the communications to DH+. Randy
  9. PLC+HMI cheap solution

    Hi y'all, I am looking for affordable and reliable PLC and HMI solution : PLC with real-time clock and multiple (>16) relay output, modbus TCP/IP Simple HMI even 2 line LCD will do. Thanks in advance
  10. CJ2M CPU - Omron FINS Vs Omron EIP

    I want to implement Omron CIP, which communicates with CJ2M CPU35 Controllers across an Ethernet/IP network using the Common Industrial Protocol (CIP). Which commands they will use? FINS? or some other commands? Can someone help me to understand the protocol or command structure which can be used to implement Omron CIP (Ethernet/IP)?
  11. Hi, I am working on a project that requires connecting an EtherCAT network and an Ethernet/IP network to the built in ports of the NJ controller. I have been able to setup the EtherCAT network in Sysmac Studio, but I am struggling with the Ethernet /IP setup in Sysmac Studio. For the Ethernet network I have to setup the Motoman DX200 and a Cognex In-Sight 7000, as well a NA HMI which I was able to figure out and have it setup in Sysmac Studio. I have the EDS files for both Motoman and Cognex and the are installed in Sysmac Studio. I am a confused about what to put in the target variable and the originator variable, as well how can I connect these to my Global variables?
  12. I an seeking guidance on how to link two mitsubishi PLC over Ethernet and have them pass bits/words between them.  PLC 1, Q03UDV built in port  ---- GXWorks 2 v1.54N   192.168.1.39  (QJ71 in slot 1 is also available if req'd) PLC2, Q02H with a QJ71 Ethernet card in slot 2.  Same GXworks2   192.168.1.35   I know with a modbus or CCLink setup, there is a place to declare the buffer > X/Y parameters, but i have found no such parameters for the ethernet connections. I found 1 document describing the JP.Send instructions but I have not been able to get that to work from the example.    any help would be greatly appreciated.     
  13. communication with PC

    I have a project where I have to read I/O, and potentially initiate programs on the Mitsubishi PLC. Seems I can use the Melsec Protocol but I have some difficulty getting started. I can communicate via Ethernet using GXWorks 2 so hardware-wise there shouldn't be anything wrong. I'm using QJ71E71, Q06HCPU, QX42, etc. Initially I open a UDP socket to the correct IP address and port (copy the port from GXWorks) and attempt to issue a request 3E/Binary, specifying the network, PC, Module IO, and station and it always times out. Is there any source code that just does a basic read of a memory location? I'm using C++ but I should be able to understand any code sample in VB, C, C#, or others. Also, is there any issue with multiple connections to the PLCs. Right now I quit GXWorks before I test but is this necessary. Thanks, Jeff
  14. It's another BOOTP post! I know you're all as excited as I am, so lets get started. But seriously, I'm trying to disable BOOTP on the built in Ethernet ports, not on an Ethernet module. I specifically say disable because BOOTP successfully assigns the IP address to my Compact Logix, however I still need to disable BOOTP to make it a static IP address rather than a dynamic IP address. I'm going to list everything that I have tried, so that anyone with the same issue can have an all-in-one-place reference. (Because there's a number of forum posts and other information for this topic on the internet, with many different suggestions) If I see different ideas/suggestions in other places, I can edit them into this post. Things I have tried: (and you should try if you have this issue) Disabling all firewalls, (For me: Windows/Avast) Disabling all other network adaptors. (Wifi especially, but any and all adaptors you are not using for the setup) Using a different laptop/operating system: (My current laptop runs windows 8.1 and uses a Linksys usb to Ethernet device to talk to the PLC, I tried a laptop running windows 7 which communicated using a built in Ethernet port) Lastly: Try to use all available methods to disable it. For me, that would be: BOOTP standalone server, RSLinx, (Trying to use both USB and Ethernet connections) and finally RSLogix. (Actually, only Ethernet modules have a "disable BOOTP" checkbox built into RSLogix, so that is not an option for me.) [If you have an Ethernet module, go to port configuration in RSLogix and uncheck the "enable BOOTP" checkbox] Anyway, RSLinx Classic (version 3.71) and BOOTP Standalone server (version 2.32) are each coming back with an error when I try to disable BOOTP. I'll attach a .jpg of some screenshots, and some Wireshark save files to show what I mean. In the RSLinx Wireshark file, it shows a "privilege violation" packet being sent from the PLC to the laptop towards the end of the exchange, but I'm not sure what privileges the laptop needs/doesn't have. For the wireshark files: I cleared everything happening before I try to send the command, so that there isn't a ton to search through. As far as timing of the wireshark files go: I start recording traffic, send the disable command (by clicking the disable BOOTP/DHCP button on BOOTP server or "apply" on RSLinx) then I stop recording traffic once I get the error message. So, the captured packets should be just the attempt to disable BOOTP and that's about it. I am sorry that I the pictures are strung together using paint, but I don't have photoshop on my work computer so it's the best I have. Any suggestions/help would be appreciated! (Regardless of whether they are suggestions for me, or suggestions that I may have missed intended for anyone with this problem.) Thank you for your time. Edit: I had the attached pictures open in paint/photo viewer, sorry that they look bad in the forum picture viewer. BOOTP_wireshark.pcapng rs_linx_USB_wireshark.pcapng rs_linx_wireshark.pcapng
  15. Hi, i have to connect few PLC on the same subnet, there are 3 Omron CJ2M and 1 AB L33ERM/A, the connection should send some words between one of these Omron PLC to the AB   I've tried using the "Explicit Messaging" but i cannot send the data, i only receive the error "514" and nothing more, what can i try?
  16. Ethernet/IP.  I am new to AB and looking for the smallest (cheapest) AB PLC that would support Ethernet/IP  network devices .   Can someone point me to the PLC that would fit this?   Also which software would be needed for programming?
  17. GE Fanuc 90-70 PLC communication problem

    How to communicate  Machine Edition ( in Remote PC, 150 meters) to GE Fanuc 90-70 PLCs 15-pin programming port over ethernet ? Any converter for RS-485 to Ethernet ?
  18. How to configure an MPI communication between an HMI screen TIA Portal and S7-200 when using an MPI network. What speed should select and while oth assign devices to establish a successful connection. Read more at  http://www.tecnoplc.com/comunicacion-mpi-hmi-s7-200-tia-portal/   _________________________________________   PLC programming and HMI www.tecnoplc.com
  19. Hello, I am new to the Beckhoff PLC systems and PROFINET. For one of the applications I am trying to connect ETHERCAT module to the PROFINET Controller which is in turm connected to IO modules. I am using the following modules: ETHERCAT coupler EK1100,EL6631 (Controller), EL6631(Device) --> EL6631(Controller)*,EL1008 (Input module) The connection between EL6631(Device) --> EL6631(Controller)* is via Ethernet cable. I am not able to configure the connection in the above mentioned fashion. Please let me know if this is a valid configuration? Is there any simpler way to achive this. And I am using the TwinCAT3 software on my PC.   Thanksk in advance :)
  20. I have an application I am currently working on where I have a single AB ControlLogix PLC that needs to read data from 12+ Omron CJ2M PLCs.  The Omron PLCs don't need to read any data from the AB.   I have tried several things including the generic .eds file from Omron and the instructions in the document I found on this site:  Omron CJ2 to Rockwell ControlLogix Ethernet/IP Datalink.  The generic .eds file gave me a D6 error on the Omron side and after talking to support it does not seem like the correct path.   When I tried following the instructions for the datalink I ran into several issues.  The first issue was that after configuring my network in the Omron software upon trying to load it I got a unit mismatch message for the 1756-EN2T, the .eds file I have is for a 1765-EN2T but the card shows as a 1756-EN2T/D, so I am concerned that could cause an issue...that being said I can't find any .eds file specifically for the /D revision.  The next thing I noticed was that there doesn't seem to be be a way to link the produced data from the Omron to the AB, the Omron configuration software with the AB .eds files loaded only gave me the option to send data to the Omron which we do not need to do.  I created a generic Ethernet module in my RSLogix program for the Omron PLC and then created a consumed tag and linked that to the module but I do not see where I set up the link on the Omron side for that, so how does it know what addresses to read?? Any help would be greatly appreciated!!!! Thank you!
  21. How to establish communication and TIA Portal PLC to detect the PLC within the network that we have defined in the project and thus be able to transfer the program to the CPU detected within this Profinet network. Read more... http://www.tecnoplc.com/comunicacion-plc-y-tia-portal-desde-el-proyecto/ Greetings. _________________________________________ PLC programming and HMI http://www.tecnoplc.com
  22. Version 1.0.0

    1 download

    Video game application running in an Opto22 PAC using RFB protocol and VNC client as interface, can be played with the Free simulator PAC Sim
  23. View File Video Game running in an Opto22 PAC using RFB protocol and VNC Video game application running in an Opto22 PAC using RFB protocol and VNC client as interface, can be played with the Free simulator PAC Sim Submitter Absolutelyautomation Submitted 04/01/16 Category Other PLC Demo Software
  24. IFIX Scada communication issues

    I am new to ifix, I am having an issue, I am unable to receive any information, after attempting to fix the fact that the view was only pulling half the data I lost it all, I had a back up saved, but it didn't work on restoring communication, I was getting a cannot connect to node error, but I have fixed that, now all I am getting is question marks. essentially I believe that I have two standalone computers with the ifix software and the communicate directly with various plcs that share information across, either a ring topology or full connected. so the computer I have that is working is setup with scada and the database and MB1 with no network support, the one that is not working is set up the same, my cable connection is a usb to Ethernet and im communicating with a Comm port on the computer. I've tried different comm ports, even contacted GE, they were suppose to have someone call me back but no one has yet. Can anyone give me an idea of what I've got wrong here?
  25. I am working on a project with Micrologix 1400 and PanelView C600 I am not able to communicate over Ethernet with any device and my computer. I was not able to load the HMI screens so I don't know if they are communicating between themselves. The RSLinx does not see any device connected via Ethernet. I am using EtherNet/IP driver for this, not sure if that is right. I have tried connecting directly to each device from PC over ethernet and also connecting to them through switch. I can however ping each device and the packets are coming back. The IP assignments are as follows: 192.168.0.1 Router 192.168.0.2 PLC 192.168.0.3 HMI 192.168.0.25 PC Would anyone have any suggestions what I need to try to get this resolved? I was able to communicate with the MicroLogix via serial port but was not able to communicate with the PanelView through serial port at all. I have tried using the USB-2711-NC13 cable for the PanelView connection. Thank you.