Search the Community

Showing results for tags 'rs232 g.input'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Found 120 results

  1. FX1N

    I have a problem with PLC not seeing the input. I am using a FX3S, however, because I still am using GX Developer, it will only recognise it as a FX1N. My problem is I did a small programme for an alarm on a "Blow Down" system for filter cleaning on Silos. Tested it at home with a cyclic timer, everything working fine. Got the controller this afternoon and found I had a problem. It looks like it's not seeing the input to reset the time out timer. Worked for a while, then fell over. Using X0. The switching time I am monitoring is 20msec, which I thought would not be a problem. This is going to be a major setback for me with this project. Eight of these controllers. Any help would be great.
  2. GOT2000 <-> Omron CJ PLC

    I have an application where I'm using GOT2000 to read data from the weighing unit using RS232 and I send this value to Omron CJ2M through Ethernet/IP. Some variables from that PLC are connected to the elements of the HMI. The problem is when writing the weight value to the PLC through script or Data Transfer is disabled, the RS232 reading works fine, it's fast, etc. However, when I enable the script which writes data to the PLC, the RS232 slows down by a lot, like it refreshes every 2-3 seconds. If i set the script to execute like every 1-2 seconds, it is working better (still slower compared to when the script is disabled) but I cannot leave it like this, because the weight is used to control some valves, pumps, etc. Enabling script doesn't slow down normal communication with PLC, because I tried to test it by displaying the value of seconds from PLC on the HMI and it refreshes every second. Does anyone have idea why such tiny script causes so many problems with RS232?
  3. i just got my NX1p2-1140DT controller with a R88D-KN04-ECT. i conneted every thing and directy got the 87 message on the display. i found out dat is becous wrong wiring I dont have the I/o cable incallt with omron they where saying that i don't need it and i can controll the motor controller full via ethercat. i already try to change to pdo mapping. what am i doing wrong? can someone help me? is it indeed true i dont need the i/o cable  thanks in advance for helping.
  4. Hi All, I connected the controller CS351 to QJ71C24N Module, RS232 setting with non protocol, and got the reading with reception and framing error. Could some one help on the data seem floating in data memory?    QJ71C24N_Reading Data.mp4
  5. Hi all,I'm completely new to ASCII and trying to figure out where I'm going wrong here.Application: I need to send 2d barcode data to a KGK Jet model CCS3000L Inkjet printer. Only protocol possibility is ASCII. PLC I have is a Micro850, and the only port option for ASCII is the serial port. I modified one end of a 2707-NC11 cable to connect PLC TxD to printer RxD, PLC RxD to Printer TxD, and PLC SG to Printer SG. I jumpered CTS and RTS at the printer connector, and the 2707 cable I'm using doesn't have wires on the Micro850 CTS or RTS pins.Printer company verified that I can just jumper RTS and CTS on their side and not connect their DTR and DSR pins (since I'm not using hardware handshaking). I don't really need any flow control for the application ( I don't think...again, ASCII noob here).Do the CTS and RTS on the PLC side need to be jumpered? Does the DCD pin need to be jumpered or connected to something if I'm not using handshaking?I downloaded the Micro800 ASCII read and write functions and function blocks from Rockwell library, and they seem to be working, except that I keep getting ABL error id "7". This error states, "Cannot complete ASCII send or receive because channel configuration has been shut down using the channel configuration dialog box." I have the serial port enabled and configured to ASCII, no handshaking, baud 9600 same as printer, no parity check, 1 stop bit, character length of 8.Any help in pointing out what I'm doing wrong or things to try would be greatly appreciated!   ASCII_TEST.ccwsln
  6. serial input string

    Hi  I'm quite new to plc but very new to mitsubishi.   I have an input string eg G+002.7 which represents a weight. I wish to take in the input string then move/convert to int omitting first char,   On other plc's i have been able to use a modifier like d200[2] then the no of chars. How do i achieve this in gx works3   Any feedback gratefully recieved   Paul  
  7. Hi,I want to read transducer signal on PLC.I am using 7kg60008ab/nn transducer and it's analog (4-20mA) output is connected with analog meter.Can I connect the transducer current output (4-20mA) signal to PLC analog input in series with analog meter display???So that I can read the value on PLC simultaneously with analog meter?
  8. Hi, I have a CP1L and CP1E Omron PLC, and I try to make communication between my PLCs and my system (raspberry pi with Linux OS) using Node-red and specifically using the OMRON-FINS node ( https://flows.nodered.org/node/node-red-contrib-omron-fins) and more detail ( https://github.com/ptrks/node-omron-fins ). So I’m looking for a module to create an Ethernet port for my PLCs. ( both PLCs have RS232 port) . Can you please guide me to find a compatible RS232 to Ethernet module for my PLCs?  Thank you
  9. Output polarity selection

    Hello to everyone. Nice to meet you all. How are you? I hope you are doing well. I’m developing a program with the purpose of make something similar to a pulse train in the output. However, sometimes I need the output to be a “positive” pulse and sometimes a “negative” one. By positive and negative I mean the polarity in relation to the pulse train source. I’m trying to use a pair of bits in order to switch between the two choices of polarities. I attach a simplified version of the ladder diagram I’ve made. When I thought about the logic, it seemed logical to me, however, it isn’t working as supposed. SM0.4 is a pulse train source. According to the software manual, it is a pulse train with 50% duty cycle and a cycle time of 2 s. That it to say it says at TRUE for one second and return to FALSE for another second. I assign the value of that variable bit to the M0.0 memory bit. I get the negative version of the pulse train logically negating it in the Network #2.                 I assign the value of two inputs, I0.0 and I0.1, to other two memory bits, M0.1 and M0.2. ·         When both inputs are in a FALSE state, the output stays FALSE, disregarding the state of SM0.4. (Case #1) ·         When I0.0 is TRUE, M0.1 is TRUE. However, Q0.0 stays at FALSE no matter SM0.4 is TRUE or FALSE. I attach a pair of pictures. (Case #2) ·         On the other side, when I0.1 is TRUE, M0.2 is TRUE. In this case, the output shows the correct behavior. It is the negated version of the pulse train source. (Case #3)                 Has any of you experienced something similar? Is there a better way to execute my purpose?                 I’m not executing the program, just simulating it with KincoBuilder from Kinco. However, it has always worked fine for me. Thanks for you attention. I look forward for your responses. Kind regards!
  10. Hello, I have noticed that a frequent product here is the I-7561U. I'd like to know your reviews. What are you using it for?
  11. CP1W AD041

    Hi.. I have a problem with my analog CP1W AD041, it's reading value always "0". Can someone help me to configure software setting? I use PLC CP1E-N60SDT-D Thank you        
  12. unit of time in D8284

    Hello PLCmaniaccccssss, What is the unit of time in 'average time for the channel -1' (D8284) while programming for analog inputs? I have moved k10 to D8284 in my program in gxworks 2, does that mean the time average will be taken for 1Sec or 10msec or any other time unit??? I require this to eliminate the flickering of the input from the load cell transmitter. Thanks and God bless!!!
  13. Hello all,  I have a temperature sensor with a reading range of 10F to 212 . The input card I am using is an Allen Bradley 1734 IE8C 8 Channel Analog current input. The current input values are 4-20 mA. Currently I have my raw low at 4000 and raw high at 20000. Can anyone explain how do we go about selection of this values ? I found these values in the configuration tag of the input card properties.  Thank You 
  14. Hello, I've been using Mitsubishi and Omron systems separately (in their own environment), and I am fairly new when it comes to connecting these two brands together(plc and hmi). I've been scouring the net for wiring diagrams for the cable connections and also the parameters to be set for a successful communication between those two components. can anyone point me at the right direction as everything I've tried so far has been a failed attempt of making these two communicate. here are the parts and my current settings if this helps: FX3U-64M FX3U-232-BD NB5Q-TW00B or better yet, is there a proper cable that I need to buy for this to work?
  15. Hello guys, how many (maximum) analog inputs/outputs can CPU 1215C can reach without any issue?   I try to search in google but can't find convincing answer.  Thanks for your help.
  16. E-Designer

    I have E-Designer 7.52 Build 344 installed on 3 windows 7 laptops the 2 that the problem is on are Pro 64 and the 1 thats working is Home Premium 64 but I seem to recall having this problem on the the Home one 9 years ago and getting it sorted but cant remember how The problem In Alarms,  Alarms New Alarm Alarm text: When typing cursor stays at left side and can only be moved to the right by the arrow key then jumps to left side after letter is pressed or you can type in reverse Signal:        Typing works normal OK:             Entry is not valid ;May not be blank Copy: Ok: Same result Properties:Ok:Same again Is there anyone who can help me with this as the laptop that works is on its last legs Thanks  
  17. I currently have a Rosemount 87 series flow meter connected to a 1756-IF8H analog input module.. We are not receiving flow from the device, and the channel is showing a diagnostic code of 009... I can not find a diagnostic code list anywhere explaining what this means, has anyone had any experience with the diagnostic codes for HART Devices?
  18. Q68ADG - Abnormal Analog Input

    Hi guys, So I found that CH2 on Q68ADG is abnormal. Whenever I short the termination, the digital value goes max to 4096. Input is set to 4-20mA with normal resolution. I tried to simulate 4mA-20mA but still same result. Does this mean the CH2 is damaged? Equipment at site is normal and give 5mA signal. Thanks!
  19. I have successfully downloaded the HMI program into NB7W-TW00B, but there is no display on the HMI because the communication indicator which is connected by the RS232 cable doesn't light up.  I have verified the wiring and pinout of the RS232 communication cable. What else can be done to troubleshoot this issue?
  20. Hi there, I am fairly new to programming serial communications, especially with Mitsubishi PLCs. Can someone walk me through in ladder logic how to bring in ASCII to the PLC, store the data in the data registers. Then send the data out to another PC once an 'X' input is satisfied? ASCII code would go like the following: C2,0,1,123,2,ABC,3,456,CR
  21. OMRON CQM1H-CPU21 Serial Connection

    Hello Sir / Ma'am,   How to connect Omron CQM1H-CPU21 (Image Attached) to the software for Configuration. I have tried it many times but I think I am missing something from the wiring side. Above mentioned Controller has a built-in Peripheral Port and an RS232 Port, We don't have that particular cable that connects the Controller to the Software via Peripheral Port. Kindly help me to connect the controller using the RS232 Convertor.   I am using ATC-810 RS232 to USB converter. (Image with all Pin Details attached) Software - Syswin or cx-programmer. (Upload failed, please use the below link of wetransfer.com to see images) https://we.tl/t-XmuqtUCYOk  
  22. This is a 1756-IF8 rev 1.5 Analog Input module. This has happened a couple times where the Module Input Data, (not mapped), goes to the high limit and freezes (Data Monitor data is static).  Plant operators pointed out the trending wasn't accurate. There is no fault on the module, no yellow triangle on the system tree for the module.  The Module properties show no faults, and RUNNING. I have done a "Reset Module" both times, (Module Properties - Module Info tab), while monitoring the module data.  As soon as it resets, instantly the Data Monitor starts showing live data. I'm going to try and replace the module at first, but I have some concerns. Has anyone run into this before? I can't seem to find any information on the "Reset Module" animation, and what it actually does.  Any information, (or where to look), would be appreciated. I don't like to hot swap, but I believe I will need to in this case, (utility).  Will the current properties, e.g. scaling transfer to the new module? Thanks Dave Redman
  23. I have an SLC 5/03 that Im trying to get the program from. I have a 1747-uic. Im not getting anything to show up in rslinx and I suspect the channel 0 is configured for ASCII because theres an HMI plugged into it. Also the rj45 connection is broken because someone used a crossover ethernet cable...lol. is my best bet to try and fix/replace the 1747-uic? I have an offline copy of a program from a different machine that uses a 'similar' setup and the CH.0 -System is configured for DF1 full duplex,19200,CRC and CH.0 - user is ASCII 19200 baud. Any Ideas? I was using the 3 wire db9 connector running from the HMI to the PLC. I unplugged it from the HMI and used it with the 1747, Should I use a standard DB9 cable with a null modem adapter?
  24. Input cards, DI8x24VDC BA, 6ES7 131-6BF01-0AA0, NEW in box ,quantity 10 IO-Link CD-Master 4SI SIRIUS, 3RK1 005-0LB00-0AA0, NEW in box, quantity 4 IO-Link Master 4SI IO-Link, 6ES7 138-4GA50-0AB0, NEW in box, quantity 3 IO-Link Communication Module, CM 4xIO-Link, 6ES7 137-6BD00-0AB0, NEW in box, quantity 1 CM AS-Master ST, 3RK7 137-6SA00-0BC1, New in box, quantity 1   Located in USA.  Make offer, shipping included.   Pictures available on request, send email address in a PM.
  25. modbus rs232 communication error

    hi I am traying to connect 10 plc's FX3U to a scada system, on the plc's there are a rs232db and FX3U-232ADP-MB cards. i have devices transmit the rs232 by lan or any thing I need (rut955) my problem is when i download the program on plc same times the communication go right , but if i powering pls off then on the communication fail down. I initialized the plc  like photo https://drive.google.com/file/d/1Tr367wfVCRG6vvKcsOFyTKG_FExAsnVy/view can any one help me? sorry for my English