Search the Community

Showing results for tags ' firmware revision 4.006 or later -1768-eweb compactlogix ethernet/ip web server module'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Found 395 results

  1. Digital sealing

    Hi, I'm trying to figure out a way to make an automatic digital sealing for a NX-controller. Functionality: Each time I do a remote connect and/or change to the program on the PLC via VPN/Tosibox I want a counter to automatically increment. This counter is the digital sealing (checked by the authorities from time to time), and is displayed on a HMI. When the sealing breaks, the new value of the counter has to be reported. I've been thinking about incrementing the counter each time the Ethernet port on the PLC registers a rising edge on online establishment. But this will not work if there is a power failure (then the counter will increment unitented), or someone by mistake unplugs and replug the Ethernet cable. Antoher idea was to ping a specified IP-address, but there seems to be no PING-functionality. I've also been thinking about using some program data (i.e. last modified), but it seems there's no system variables on the PLC that contains this kind of information. Any ideas how to solve this in the PLC? Basically I want to know if the PLC program has been changed or if there a specified IP-address has been connected to the PLC-network.
  2. How to scan Ethernet/IP network?

    Scenario: You show up on site and the only knowns are Omron PLC and EtherNet/IP network. You have a laptop loaded with CX-One, an ethernet cable, and the ethernet port that is connected to a known EtherNet/IP Omron network (you can not see the PLC). I have previously worked with Siemens systems and used Primary Setup Tool and Proneta with wonderful results. Do similar tools exist for an Omron environment?  Question: How to (relatively quickly) scan an EtherNet/IP network for connected devices without knowing their ip addresses?  
  3. Have been able to exchange data types of BOOL, INT,  DINT & REAL between Omron NJ/NX CPU with Allen Bradley Logix CPU's with Ethernet/IP using the CIPUCMMRead & CIPUCMMWrite instructions. I now have a need to exchange "STRING" variable types. Have tried varions string lengths in the NJ without sucsess. AB default string length is 82 & Omron 256 but I think the difference is the length headder that AB has with within their String Tag type. I know I could convert my strings to an array of bytes & sent them this way, but was looking for a solution to sent them as native strings. Hope someone out there has done this & can share their leg work? 
  4. Hello, My coworker and I are commissioning a new panel. We have a 1732-AENTR series C remote IO thats Rev 6.1. The project file from a previous identical panel has the module at rev5.3 in the project tree. I downloaded the AOP and ran the installer, it worked no issues. My co worker then did the same thing but now the module is unrecognized in the project tree and the module is missing after installing the AOP. Im concerned he corrupted something. I tried uninstalling and reinstalling the AOP but no luck. It works on my computer but not his? TechConnect said something about corrupting the aop core. My coworker did the first install and he was getting confused about zip files and the virtual machine we run rsl5k on. Maybe he broke it? any suggestions?
  5. Hi all,   Is it possible to simulate LMC058 PLC with ethernet in soMachine software. I want to test the logic written in PLC which uses tcpudp library.
  6. I have a 2 CompactLogix PLCs running right now, communicating CIP Safety and Standard data over Ethernet I/P.  For reasons I can't explain right now, the IP address of the second one HAS TO change semi-randomly (the 1st PLC is static).  Setting the 2nd PLC's IP to static or assigning it a static DHCP address is the obvious solution, but for the purpose of this question, that cannot be done. Is there a way to programmatically change its IP address on the 1st PLC's program?  (There is an HMI attached to the 1st PLC and adding a screen to enter in the new address would be trivial.)  The only bit I'm still missing is how do I change the IP address on the module in the 1st PLC so that it's pointed at the right IP address of the 2nd one when it changes.    I found instructions on how to use msg instructions, but that hasn't worked yet.  Any help would be appreciated. Thanks!
  7. I have an Ethernet/IP bus and system including Ethernet/IP devices with CPU 1756-L81ES ControlLogix. PLC is connected to the switch. Bus is built from the switch as a line. Can I connect the last device on the bus back to switch again? In thes case bus will be ring. Do I get problems with connection it this way. Switch is Stratix 2500, which is lightly managed switch. I believe it will increase the traffic in the bus.
  8. Hello I have a M251, running a webvisu. I have created a program to create a test report to a *csv file and store it on sd card. What I want to do next is to allow the user to download the * csv from the webvisu and not via ftp client like Filezilla. On codesys forums I see there are file up and download options for buttons (click behaviour) but they are not available in Somachine 4.3. One option I am considering is using the TCP server and steam the file manually from a button click. I dont want a ftp client as now the customer will then needsoftware on his pc, this plc is a portable test system and will be controlled by many different pc's. Is anyone aware of a simpler way to do this?
  9. HOW CAN I USE NETWORK I/O ON LADDER SOFTCOMFORT?

    Hi! I was doing an project using function block, but at one point it became too complex to use FBD so I would like to use ladder.  I'm using an ihm and that's why some inputs are of the network type, in FBD, it's easy to use the network i/o, but in ladder, the network inputs, where I receive data from the ihm, don't have outputs for me carry out the logic. How can i do this? USING FBD USING LADDER As you can see, theres no output on network analog input, on the digital to!
  10. HiI have just bought a new AB CompactLogix 5380 (5069-L306ER) labeled "FACTORY SEAL".When I trying to connect via USB or Ethernet on studio 5000 softwares, no matter RSlinks or BOOT-DHCP tool, there is no responding at all.I know these PLC shipped row and there must be flash before using for first time, But I think when I turned it on via MOD Power, while connected to PC, there must be some sound for connecting via USB cable, or some activity in small led's of Ethernet port in both sides. but there is no response at all.I'm begining to doubt about my cables, although the USB cable and the Ethernet cable are standard cables, I try it with two or three cables.P.S: The package does not included a SD card, I put a SD card from my own, Could it be problematic?Thanks.
  11. Is there any way to monitor ethernet/ip bus, states or faults and to make an alarm to the panel alarmlist. I am using IO-stations (1734-AENTR) and I would like to monitor somehow the system. I feel that reading the slot status of the 1734-AENTR device is not enough, because it is not possible to monitor all the cards in a slot. How to get alarm on a screen if I lose any station on the ethernet/ip bus?
  12. Hi, I have the following configuration where 4 PLC panels, with each having a Q12PH CPU and QJ71E71-100 module. All these QJ71E71-100 are connected to a HUB using straight cable. From the HUB one connection is going to an I-Fix SCADA which is already communicating with all 4 PLCs using MC protocol. I want to send data from 3 of this PLCs to the 4th PLC in the same network using fixed buffer communication. Can anyone provide a sample program for the same. Send and Receive side. I am using GX Works 2 for programming. Your help is very much appreciated.
  13. Hi there! I've created an Android app to read/write data to Allen Bradley PLCs via serial DF1 communication (a Bluetooth serial RS-232 adapter is required). You can use it to read and write Binary (B), Integer (N), Float (F) and Long (L) data files to a MicroLogix or SLC500 PLC. The app is now an open testing release in Google Play and I really appreciate any feedback. Youtube: https://www.youtube.com/watch?v=klYEuzdNBNg Google Play: https://play.google.com/store/apps/details?id=com.facsocubac.df1polling&hl=en_US&gl=US Some of the features (such as Write data to the PLC) require to upgrade to the Pro version. If you wish to upgrade, just send me an email and I will send you a promo code so you can test the full app for free. Thanks a lot for your help Facso
  14. Hello All, I am new to Studio 5000. I am trying to have my limit sensors energize my stop output, and also have a manual bit that I can toggle that will energize the stop output as well. Currently, toggling my manual bit works for energizing the stop output, but my limit sensors turning on does not energize my stop output. Not getting what I want with or without the ONS. What is going on??? Thanks, Daniel
  15. Hello guys. I have problem create communication between Omron FQ2 camera and Allen Bradley PLC. Can anyone advise me ?  I set it up according to this manual: ftp://85.129.89.106/Vision/FQ/Communication/EthernetIP/FQ2%20to%20AB.pdf.      
  16. I need to know what kind of connector/cables i can use for my network: Topology, ( all on one switch): * Ethernet: FX5U, GOT, Safety PLC (WS0-GETH00200) * CC-Link: 2X  Inverters FR-A840-00023 Does this systeem needs the RJ45 4wired  or  8wired cables/connector?
  17. I am trying to connect an Advantys RIO island with a STBNIC2212 ethernet/IP to a Omron CJ2 PLC. I need an EDS-file for the Omron Network Configurator but the Advantys Configuration Software will only export to .xsy for NIC2212 (Ethernet/IP), only way to get an EDS is to substitute the NIC with a NDN2212 (DeviceNet), but I doubt that will work in the Omron Network Configurator. There is an EDS file on the SE-website, but it seems to be a different setup than my island. I thought ethernet/IP should be easy :( Any suggestions? Geir
  18. Hey guys, I did a quick search here and didn't come up with anything, so hoping I'm not asking something that has already been answered. I'm looking at automating an existing plant which currently has zero controls, so starting from scratch. The process isn't complicated but the equipment is a bit spread out over a two story facility. We're thinking about using a CompactLogix 1769-L32, physically located as central as possible, with ten four-slot 1734 Point I/O blocks. My concern is that many Allen Bradley controllers limit the number of I/O modules you can add to the project. Like some 1756 controllers are limited to 30 local and remote I/O modules, CompactLogix controllers may be limited to 16 local and who knows how many remotes, etc. I can't find anything that spells it out explicitly in the Design Considerations Manual. The CompactLogix 5370 User Manual only says it supports, "a limited number of Point I/O modules that can be used as local modules". Nothing about networked modules. The CompactLogix Selection Guide clearly defines the number of network nodes, but nothing about the number of modules. Does anyone have any direct experience with this much Point I/O in a CompactLogix environment? I'm thinking that we're in an age of counting nodes, rather than modules but don't want to order the hardware without being 100% sure.
  19. Hi there! I've been working with NB HMIs with good result. But today I loaded a project to a NB7-TW01B and it feels slow, both offline and online. Switching screens and reading/writing take around 1sec or more. It first had some bmp images created with .bmp and .png files, so I tried using vector graphics instead, but didn't get any better. I don't have another NB to try it right now so I'd like to ask you if you've been in this same situation before or what could be causing this. PLC is CP1L and communication it's via Ethernet. Both devices are actually pretty close (cable is less than 3m) and the previous HMI (Pro-face GP) felt a lot faster. Thanks in advance!
  20. Hello Sirs! I have a problem with PF527. I get alarms 'control sync alarm' and 'module sync alarm' occasionally. I suppose this meaning that PLC is missing some data from the PF527 device. How to confirm this or what should I do with the problem? Any ideas? Motion group update period is 8ms. Also this device is the last device in the ethernet line. I am thinking to pull the cable directly to the switch near PLC. I am not sure does it help?  
  21. RENU HMI

    Hi  I want to down grade my renu hmi FP5070T from 2.33 to 2.30. I have accidently firm ware updated to 2.33 .Now HMI is blinking and showing USB connected and disconnected.
  22. Hi guys, i got some problem when connecting to ethernet modules to 1 virtual computer. My virtual computer has IP (11.20.103...) my 1st ethernet has IP (11.20.52...) and my 2nd ethernet has IP (11.20.96...) i can connect the 1st ethernet to virtual computer with mx component, but i cant do that with second ethernet module. Are 1 virtual computer just can connect to 1 etherner? Or the third IP must same each other? Can anyone help me Thank you
  23. I am searching the RA Site, but thought a quick post might also yield some insight. I have a Version 17 ControlLogix L61 CPU with 1756-ENBT/A version 4 Ethernet Card. The system is dropping communications with it's SCADA System {Archestra Wonderware 2014 R2} I started by going to the ENBT Web Page and looking at statistics for a "smoking gun". I think I have found some things that might be worth investegating, but am not 100% sure of what they mean. The Diagnostic Overview shows 9/128 CIP Connections and 24/64 TCP Connections so nothing worrisome there. However, the Diagnostic Overview also shows CIP Conn Timeouts growing at the rate of 8 per minute.  - Possible Something!! The ethernet statistics page is where things start to get interesting.  In Errors and FCS Errors are growing at the rate of 4-6 per minute.  I have no Idea what an FCS error is? ANYONE? I'm wondering if I need to check the PLC program for some message instructions in error state?  
  24. Hello, We have a FX3G connected to a FX3U-ENET-ADP inside a main cabinet. We are then using that master PLC to collect data from 2 other fx3g plcs in a node:node serial network. I was assigned a small project of pricing out some wireless adapters so we can upload/download to the two slave plcs. My question is, is it possible to upload/download programs to/from the slave plcs through the ENET adapter and serial network in the main plc? It would save us some money if possible. thanks.
  25. Mitsubishi PLC with Fernhill SCADA

    Hi, Has anyone here has experience of using Fernhill SCADA with Mitsubishi PLC FX3U Series? I want to monitor PLC's data in real time through FX3U-ENET-ADP ethernet adapter using Fernhill SCADA software. Thanks in advance for the answer.