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 259 results

  1. i am new in indusoft web studio. i am facing a problem about communication of indusoft with plc.   i am communicating with plc through fx2n-422-bd card.   can some one guide me the steps of communication.  he/she will be a life saver.. as i am  in a deep trouble
  2. Hi. I am new to Allen Bradley PLCs and bumped into the following issue, that I cannot find any solution to. When trying to add a module to the I/O configuration I get the attached error, error code 80131940. This prevents me from adding any hardware configurations in Logix Designer. I have tried to reinstall Logix Designer and uninstall all AOPs. I am running V30.00.00 on a Windows 7 Enterprise SP1 OS. Your feedback is very much appreciated.
  3. CP1E RS232 communication to my weighing

    hello, i want to connect CP1E to EK300i (weighing scale) with RS232 communication. i attach file of datasheet ek300i, wiring CP1E to ek300i and my cx programmer. if i push send data on ek300i, com LED indicator in CP1E is on. and i dont know why my cx programmer can't change data of memory with data from ek300i? what should i do?   ek300i.pdf CP1E to EK300i rs232 communication (belum dicoba).cxp CP1E to EK300i rs232 communication (belum dicoba).opt wiring rs232 ek300i to CP1E (belum dicoba).txt
  4. Hello every one. I have three FX3U plc needed to be communicate over a wireless network. I'm using serial adapter FX3U-485ADP. I got E-byte data trans reciver E-30 for wireless communication. Now need help to setup the whole thing. Previously the PLC's serial connectors were connected through a flexible bus but when the platforms are running fast there is interruption in the  communication. So we want those PLC's to be connected over wifi.  Thanks in Advance 
  5. Anyone know any free libary to communication with FX3u-enet-adp, please help me ? Note: I've used mx Component , it work very well but it is too expensive and I dont even know it can work in windows server 2012/2016 or not.  one more question, Is there otherway to make program run in other computer without install mx compoment, it is very huge to install in every client computer Thank for reading and sorry for my bad english  
  6. I have G310 and need to communicate with a AB PowerFlex 753 via Ethernet (20-COMM-E). I have tinkered with the Allen-Bradley drivers, which appear to be a MSG function, with no success. Has anyone done this?
  7. i am using a VSD Altivar71 and controlling it through serial MODBUS communication, the probllem is sometimes after stoping the motor the drives gives the "nst" fault which means according to the programming catalouge "freewheel stop" it doesn't do that all the time but it happens a lot and after uploading the code again to plc the problem is gone for a while before it happens again. i am sure that the fault is happening because if communication because when i controll the drive from hmi it never gives that fault, i checked the setting and tried different cables but it still gives "nst" and motor never moves, i found that in catalouge but i am not sure how to address the problem.
  8. Hi everyone, I just want to layout the structure of the question. I have a GOT2000 (GT27* series) that I have hooked up and communicating with an Allen-Bradley PLC. I have established connection and can pull out certain tags values from the PLC program in RSLogix 5000. While I can read the tag values, I cannot modify them (in certain conditions).  So let say that I have a User-Defined Structure named "Smoke_Detector" and here are it's available members: Smoke_Detector:   - ALARM (BOOL)   - ON_TIME (DINT) * DINT in Allen-Bradley but Signed Binary 32   - Battery_Life (REAL)  My question is that while I can read and display the tag and its members through the following:   - LAMP for Smoke_Detector.ALARM   - Numerical Display for both Smoke_Detector.ON_TIME and Smoke_Detector.Battery_Life But when I tried to modify the values via a Bit Switch or Numerical Input, it does not operate on them.  However, if these tags are members are just standalone tags, meaning that they are not within a UDT in RSLogix 5000, then I can operate/ modify them just fine.  Here are the things that I have tried: * Making sure that the permission are set to Read/ Write in RSLogix 5000 * Making sure that the tag definition in GT Designer 3 follows the structure where @[channel]:[Network #]:[Station #]::[Tag instance and member (e.g Smoke_detector is the instance and Alarm is member] Any possible insight and input are appreciate! 
  9. Hi all !    I need a help about connection between mitsubishi GOT Simple series (gs2110) to kawasaki robot via crossed ethernet cable on tcp/ip protocol. I actually have a fx3g for main unit of my project, and also i have a kawasaki robot for slave unit. My purpose is basically to control both with HMI. I used RS422 between plc and got gs2112 and I want to use a crossed ethernet cable between robot and got but i did not communicate with ethernet even between pc and got. There is a manuel which I found on internet about GOT2000  Connection Manual (Microcomputers, MODBUS/Fieldbus Products, Peripherals) I think i need to work on  microcomputer connection (ethernet) subject, what do you think about that ? I need all advices and ideas which come from you.   [ROBOT]--------Ethernet--------[HMI]--------RS422--------[PLC] https://electrobit.ee/web/file_bank/Manuals/operaatorpaneelid/mitsubishi/GOT2000/GOT2000-connection-manual-ENG.pdf
  10. Hello All, What are the methods to get the monitoring data from A series PLC? I know its not supported any more, interface modules are not available...,    So the basically,   If I want to write customer software (may be embedded) what is the protocol I need to follow? I am connected to CPU unit by the way, there is no other modules except few digital and analog interfaces on PLC. Thank you in advance for your direction, direction in any way would help!
  11. Good morning all, does anyone have any experience communicating to an OMNI Flow Computer through a MNET card, Im getting data back but it is not what i expected.  Should I be using Enron/Daniels? Byte Swapping? Thanks
  12. Hi guys,  I have been trying to sync up my RSLogix 5000 tag to GT Designer 3 (GTD3) objects but I noticed that GTD3 only recognize certain native data types from Allen Bradley Logix5572 Controller (Model 1756-L72).  In the documentation that I found, it show that certain AB Native Tags are transferable to GTD3 Data Type (See the attached file "AB Tags to GTD3 Tags" ) One of the User-Defined Data Type from the RSLogix 5000 that I am trying to sync to Text Display Object in GTD3 is called "UDT_MY_CLTR_INFO" here is it's hierarchy of inheritance from RSLogix 5000     Name                                                                     Force Mask                                                                                   Data Type MY_CLTR_INFO                                                     (...)                                                                                                 UDT_MY_CLTR_INFO      MY_CLTR_INFO.NAME                                                                                                                                           STRING           MY_CLTR_INFO.NAME.LENGTH                                                                                                                      DINT           MY_CLTR_INFO.NAME.DATA                                                                                                                           SINT[82]    In my exported tag which is a CSV file, it doesn't list the sub-classes MY_CLTR_INFO.NAME, MY_CLTR_INFO.NAME.LENGTH, and MY_CLTR_INFO.NAME.DATA, it would only list MY_CLTR_INFO.  How do I link up my "Text Display" Object in GTD3 with the tag "MY_CLTR_INFO.NAME" whose Data Type is STRING and GTD3 does not have a STRING Data Type?  I appreciate anyone that took their time to read my problem and any attempt to help me out. Thank you. 
  13. C200H communication issue

    Hi We got 2 laptops Laptop1 communicates with a CJ1M and a C200H PLC. No problem. Laptop 2 communicates only with  the CJ1M, Not with the C200H, Same program, same conditions. I also tried with "Direct online" but no succes How can I get laptop 2 also to communicate with the C200H? Thanks
  14. Hello,   I need to communicate a Datalogic Qw2120 ( with a USB connector  )  to a Modicon M251, it has a RJ45 Serial, i don´t know where to start , can anyone please give me a hand ? I would appreciate it very much.    
  15. Version V12 (2017)

    43 downloads

    KUKA, Optional Interfaces for KRC4 Compact controller such as I/O, fast measure interface etc.
  16. View File KRC4 Compact Optional Interfaces KUKA, Optional Interfaces for KRC4 Compact controller such as I/O, fast measure interface etc. Submitter panic mode Submitted 03/02/18 Category Robots and Servos
  17. Hello,   I need to communicate a Datalogic Qw2120 ( with a USB connector  )  to a Modicon M251, it has a RJ45 Serial, i don´t know where to start , can anyone please give me a hand ? I would appreciate it very much.
  18. Cop_5069_DigIO.ACD

    Version 1.0.0

    69 downloads

    I'm programming my first project with the 5069 series and the digital input and output points are not available from the modules in a condensed form.  In response to the thread "Copy data from/to a 5069 digital module", I'm uploading what I'll be using to condense inputs and outputs into single elements. The file is in v29, enjoy and look forward to seeing any improvements that can be made.  Especially in the OB AOIs.
  19. Cop_5069_DigIO.ACD View File I'm programming my first project with the 5069 series and the digital input and output points are not available from the modules in a condensed form.  In response to the thread "Copy data from/to a 5069 digital module", I'm uploading what I'll be using to condense inputs and outputs into single elements. The file is in v29, enjoy and look forward to seeing any improvements that can be made.  Especially in the OB AOIs. Submitter jstolaruk Submitted 02/17/18 Category PLC Sample Code
  20. Dear all, i have using nexgenie 1000 cpu for my new project. but i am not able to connect with codesys v2.3 . I have installed target file T1.4 and T2.4. trie with both. Now i have doubt with communication cable. I have used standard RS232 Cable with 5and 8 Pin short. Kindly suggest the correct one. Thanks in advance
  21. HOW TO CONNECT AB 1769-L33ER ETHERNET /IP TO MOD BUS RTU
  22. Modbus/TCP PN communication

    Hello, I'm trying to make communication between a 315-2 PN/DP and MSA Gasgard XL. I want to read out 40010, and 40020 from GasGard, it works sometimes, but most of time the connection does'nt  build up.  The parameters i using are: Start address: 9 Lenght: 10 Recv_Time: 5s Conn_Time: 5S I did playing with Recv and Conn Time and it effected the rate of succesful connections, but it still drops too often. Also i tried to read only 9 and 19, but then it didn't read 19. Anyone knows how could i optimize the connection? Thanks  
  23. Hi PLC programmers, I got a problem regarding my installation of Logix Designer/Logix5K. Here's the situation... a) Initially installed Studio 5000 without problem. b) I needed to open a program from Logix v20.1, installed RSLogix5k v20.1. After installing v20.1, RSLogix was corrupted and won't open program. c) Reinstalled entire Logix Software. d) Was able to open and convert program from Logix5k v20.1 to Logix Designer v24 but this annoying error occured on v24 (See attached "EN2T")... "Failed to Create Module Profile". All of a sudden, the module (1756-EN2T) I created with working v24 is no longer usable. Now, even when I create a new project, add a module with "Select Module Type", the list of available modules has been trimmed down to what it normally has (see attached "AB_Modtype"). Kept on re-installing entire Logix 3 times, clearing the registry with CCleaner and even deleted installation folder for Rockwell software but the problem is never gone. I even downloaded AOP for EN2T and installed it but to no avail. Now I'm lost and dumbfounded that uninstalling and reinstalling isn't working. By the way the OS I'm using is "Windows 7 Enterprise". I appreciate all the help I could get. Thank you very much. Sincerely, Andrei K.
  24. Fx3ge to Fx3ge communication trough lan

    Hello, For my assignment, I need to control lights from 2 seperate locations. I have two FX3GE-24M plc's connected through a LAN network. The idea is that when input X004 gets high, relays Y000 to Y004 gets disabled. I'm trying to use the Fixed Buffer communication protocol.  Master IP address: 192.168.1.80 Slave IP address: 192.168.1.81 I'm using GX Works2 together with the FX configurator  I'm lost in all the different datasheets... Could someone point me to the direction on what settings i need to change using fx configurator and a basic program of communication?  Thanks in advance, Dennis
  25. We have a Injection Molding Machine from Mitsubishi with a A2US-S30 CPU. I would like to establish a communication of this PLC with a  PC. The CPU has a 25 Pin Dsub connector. How can I achieve this? This is an old machine and we don't have any manual for this PLC. Somehow I could find an instructions manual on the internet but this manual does not contain information regarding PC communication or supported communication modules.  I have never worked with this Mitsubishi A series PLC. Please suggest a way to start and share any manual which I could refer to. Thanks!