Search the Community

Showing results for tags '5069 compact logix red lion communication'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Found 261 results

  1. Hi again I browse through half a dozen mitsubishi manuals but turn up nothing for mitsubishi plc cross-communication. In this project there are about six L-06 plc:s. All are on the same ethernet network already, communicating nicely with the SCADA system. Per today information is (temporarily) exchanged via the SCADA system. Here is another hole in my knowledge. Namely how to correctly setup communication between these plc:s. I plan to continuosly exchange some 50 bytes of information. I would be grateful for some pointers and/or perhaps a reference to a manual. Cheers to all of you //
  2. PLC won't connect with PC

    Dear sir, My problem is I connected with PLC with cable and uploaded the program and it's working nice, but when I removed my cable and connected the monitor panel it have communication error, I connect my PC again it won't see the PLC, the PLC functions I/O is work but I can't connect with PC or monitor panel.  So if their any reset for communication port or the port is damage?  
  3. Hi All. I have AB PLC Micrologix 1500 and HMI PV600. In factoryTalkView ME I have installed RSLinx Enterprise and I have setup communication setting I have created one shortcut like PLC1 linked it to PLC ML1500 which I can see in right side of setting pan. I copied these settings to Runtime target. Now while giving animation in screen e.g. colour, I am trying to browse tag but it's not showing anything in online folder. I clicked show all server, refreshed all folders and restarted RSLinks Enterprise service also but still can not find tags. I ran runtime on PC using OPC created in RSLinx Classic, Its working fine, I can browse tags. But it's not working while I download it in HMI as I can see in HMI configuration network and comm setting there is only RSLinx Enterprise is available. Please suggest me solution on this issue.
  4. We are communicating FX3GE PLC with Vijeo Citect SCADA. We tried various protocols such as MelsecNET, MelsecFX2N, Melsec1, etc. If you know how please help.
  5. Hi. I'm hoping someone can give me an answer on this problem I'm having with a FX3GE PLC. I am trying to get a FX3GE plc to communicate to a drive over RS485 using a FX3G-485-BD card. In GXworks2. But am having no luck.  I have tried changing the PLC communication settings in PLC parameters between CH1 and CH2, But am unable to get any communication working on the front port. I have also tested with a FX3G-232-BD RS232 card and have the same problems. There is no activity on the SD RD led's and no data being sent. If I put the FX3G-485-BD card in a FX3G or FX3S PLC I have running the same code it works fine. So the problem I'm having is with the FX3GE PLC Please can someone tell me what the difference is with the front Communication port on the FX3G and the FX3GE. And how I can get the FX3G-485-BD card working on the FX3GE PLC. Thanks
  6. Hello,     I am working in microprocessor industries, now I am doing reverse engineering for PPC SECS communication program in Visual C++ 6.0 for Mitsubishi PLC(Model Q50UDEHCPU). Did anyone from you have worked with this program PPC? I need to find out the what are doing each function from this program? Like hostproc, data, mainproc, otherproc, plcproc, qbproc queue, offline, send_c, QBFFunc32.
  7. Hi, I can't add this CP1W AD041 analog module to mi PLC CP1H 
  8. I get this error even if the application is compact edition. Plz halp
  9. Ethernet to PLC program

    How do I read a Mitsubishi PLC program through a QJ71E71 Ethernet card mounted on the same rack?
  10. We are replacing the Old hardware from PLC to new Control logix hardware. wondering Application of IEC-61508 and IEC-61511 compliance in this brown field project. Any Thoughts ??
  11. Hi! I just started with PLC programming. I am trying to get the time between a output signal and a input signal. The problem is that the time is ~200 ms but when i measure it with this code:   TONR(Timer1); IF PosFeedback <= PosFeedback_Min & not Timer1.Reset THEN Timer1.TimerEnable := 0; FullCloseDeltaTime[1] := Timer1.ACC; Timer1.Reset := 1; END_IF; IF (move & not Move_LastScan) THEN //Start timer Timer1.TimerEnable := 1; Timer1.Reset := 0; END_IF; Move_LastScan := move; i only get even values in intervalls of 50 ms like 150, 200 and 250 ms. I have changed the real time sample rate to 11 ms so i don't understand why i don't get a more exact result. And i can see in my trend that the time isn't exactly 150, 200 or 250 each time. I i tried and time my own click on a button and i see the problem is the timer, i only get values in an interval of 50 ms. Is there a way to make the timer more exact?
  12. 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
  13. 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 ?
  14. 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
  15. 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 :)
  16. 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
  17. 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?
  18. 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.
  19. plc to pc using fins

    i have this code in c# in order to communicate to cj2m using etheret cable , but i get a connection error ( u can't reach : 192.168.250.1 :9600 ) is there any configuration that need to be done on the plc ? i mean i don't quite get (the node and all thoese properties i fnd on cx-programmer) ?
  20. PAROCK1 for HMI/SCADA View File Now a software solution is available for your Modbus (MB) needs in Rockwell/Allen-Bradley Control Logix or Compact Logix (Clgx) family processors, instead of a traditional 3rd party hardware like Prosoft MVI-56, Molex SST-SR4-CLX-RLL etc.  It is an Add-on instruction (AOI) for PLC/PAC firmware v16 or later, (other solutions are available for pre v16 systems).  For hardware interface, use PLC’s channel 0 (serial) or TCP/IP Interface module(s) to have as many MB TCP/IP devices or serial devices.  (Some limits apply based on system configurations, Comm. settings depending on HW used.) Connect any MB Client/Master or Server/Slave device(s) to your CLgx PLC, including flow computers, analyzers, VFDs, Power Monitors, Level gauges, Smart I/O, etc.  All the MB public/native function codes are supported.  32-Bit integers/floats as single entity are supported with byte and word level swapping. A separate utility automates the data mapping to your PLC logic.  Features -Serial Master (BASIC required Option); TCP; Slave; Redundancy; More than 5000 accumulative registers; MB CFC (Custom/Private Function Code) Support; Data mapping too – Between PAROCK1 & your PLC logic; Packaged with Rockwell; TCP/IP Interface Module; Volume Discounts; Annual Support Requirements -Rockwell/AB-CLgx processor with v16 or later.  Contact PCI for earlier versions. -If using CPU’s Chan0, you cannot use Chan0 for any other user mode activity. You can use it for non-user mode activities -TCP/IP Interface Modules from Rockwell/AB supported, are: -1756-EN2xx ControlLogix® Ethernet/IP communication modules, firmware revision 5.007 or later -1756-EWEB ControlLogix Ethernet/IP web server module, firmware revision 4.006 or later -1768-EWEB CompactLogix Ethernet/IP web server module, firmware revision 1.002 or later -1769-L30ER, 1769-L30ERM, 1769-L30ER-NSE, 1769-L33ER, 1769-L33ERM, and 1769-L36ERM CompactLogix controllers, firmware revision 20.011 or later -1769-L24ER-QB1B, 1769-L24ER-QBFC1B, 1769-L27ERM-QBFC1B CompactLogix controllers, firmware revision 20.011 or later -1769-L16ER, 1769-L18ER, 1769-L18ERM CompactLogix controllers, firmware revision 20.011 or later Other Related Services/Items -Custom PLC Add-on instructions building -PLC upgrades, troubleshooting, applications -PC Windows, iOS5, Linux, Mobile devices Comm. Drivers -Custom development, Technology Transfer Services  -Other Non-AB communication drivers for serial or TCP  -Full control system integration, training, architecture design This driver can be conviniently used with Visual Studio in development of complete large scale complex HMI/SCADA Systems. It can be used to perform advanced reporting MES, analytics, IoT, Big data type apps. One example is available to download here For More Info Overview of Parijat Drivers: Click here  Additional supporting Info about Parijat Drivers:Click here Complete Related Driver options: Click here     Submitter Scadadoctor Submitted 03/10/16 Category Other PLC Demo Software
  21. Hi guys, I,m using software crimsom3.0 to program a  Modular Controller Red Lion Model CSMSTRZR. I wrote the program and download to Red Lion but don't run.I followed the instructions to configure communications using the user manual, but don't response. What do you thing can be? What step i missed?
  22. Sequencer Input

    I have a program using the SQO instruction. However, I am looking to control my program with a sequencer input. I have never used the sequencer input before and I have 16 sensors to move cylinders using the sqo.
  23. Hello All, I have a guardlogix processor that I just safety locked with a known password. When I tried to unlock, that password didn't work. Upon reading a bit I realized that the lock and unlock passwords are separate. I never set the unlock password but blank doesn't work. Could it be a leftover due to program copy paste or is there a way to find/reset this unlock password.    
  24. Hello All,      I just had a brain storm while I was setting up a new piece of equipment. As most of us who setup new equipment, we use a long, long, long Ethernet cable when we are trying to reach the end of the machine. I was wondering if anyone has used a portable wireless router instead of a cable. I carry a Cisco router currently, but it isn't very portable. I also thought about Bluetooth, but not sure the range and/or if it works.      Any thoughts on products? The big key is portability for me.