Search the Community

Showing results for tags 'retentive timer; eeprom; fx3ge; fx series'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Found 172 results

  1. Dear experts, I used this forum for help analyzing our PLC setup in the warehouse in 2013 and feedback from the experts here was very helpful. I would like to offer an engagement as freelancer on our project since we need to cut-out a system which runs out of maintenance in Dec 2016. Please see attachment for details and very happy to receive any questions. I hope this is not against the forum rules as I couldn't find a suitable forum "job offers". Kind regards, Gunter Senior PLC Engineer Japan.pdf
  2. Hi all and nice to meet you here! I hope that someone with experience helps me and I hope in future to offer also my help to someone. I am having problem with a Mitsubishi plc with A2N (S1) cpu installed on a machinery. The machinery stayed 20 days switched off and with battery empty as I realised when switched on and the problems come out. I changed the battery but the problem didnt resolved. The plc gave error with stable error led and flashing run led on the cpu. Also an error led stable on a (double role) module of printer and ram. I have to say that I have never used GX developer environment before and it is my first contact with Mitsubishi plcs. Reading some manuals (found on the internet) and by using GX developer I read from plc the faults. Register D9008 was set at 12 error meaning MISSING END INS. I Followed the described flow charts from a2n manual for reseting faults but the situation was the same always as described above. I tried to read the program from plc and succeded to read it. It is a lader with about 6000 lines. Anyway I have no previous experience of the GX development environment but I tried to put the missing END in the program as sugested also by the flow chart in the manual. At this point I have to say that it was automatically added from gx developer as I can remeber from an appeared message. I verified also many times the program on gx developer with the plc and the only difference was that missing END at the last line of ladder program. Anyway I tried to write back to plc the program with correct end but it was not possible. I tried several times. The error mesages took with Gx developer was the following : "THE SAME T/C COIL EXISTS IN PROGRAM (MAIN) AND/OR PROGRAM (MAIN-SFC). THE VALUES ARE SET TO BE THE SAME AS IN THE FIRST FOUND T/C COILFROM THE TOP OF PROGRAM" "THERE IS A DEVICE IN THE PROGRAM (MAIN) THAT IS OUTSIDE OF THE RANGE. CHECK THE PROGRAM AND CORRECT THE DEVICE THAT IS OUTSIDE THE RANGE." Anyway I decided to delete the plc memory. After that the run was stop blinking and the error led went off. Only the error on the printer-ram module was on (This module was changed with a know functioning one witout any variation on behaviour). I thought that problem has gone now that the cpu is empty. I tried again to write the program to the plc but again i take the above mentioned messages. Now I have an empty plc and a program on the Gx developer that cannot be written to plc!!!!!!!!!!!!!!!!!!!!!!!!! I am desperate!!! I do not know how to proceed. I am not knowing the mitsubishi development environment. Other than Gx developer I tried to install the GX simulation but it not works to my computer. At this point I dont know even if the ladder program is somehow corrupted after the described above messages. I can sent the code (GX developer project) and any other information to someone expert, if necessary, to have an opinion. Please help!!! Let me know how to proceed!! I have to write back the code to plc !!!!! Thank you all in advance!! Now i realised that there is SFC that is my problem. Could someone help please? Big part of ladder is in yellow color. How can i proceed?
  3. Hi, I am looking at options for integrating MATLAB/Simulink with Q-series PLC (Q04UDE) for hardware-in-the-loop simulations. I would like to have a Simulink model send speed/torque setpoints to the PLC and have measured values feedback from the PLC to the model. I know this can be done via OPC but I think the update rate may too slow for our purposes (I would ideally like to have <100ms update rate). Also, I saw Simulink have a toolbox for converting their models to PLC code, but they don't seem to support Mitsubishi PLCs. Anyone have any ideas on how this can be done? Thanks, Darren
  4. I am currently trying to get my program to take distance traveled per pulse, which is based off of the diameter, and convert it into IPM. I am using RS Logic 5000 software. If anyone could help me get over this hump I would really appreciate it!
  5. Hello, Can a password protected PLC be updated with a help a memory cassette? The documentation states that it is not possible. But if the memory cassette is protected with the same keyword? Thank you.
  6. Dear Experts; I have already install a 10 slot chassis in a system. Now for the further process i need to add 5 slot expansion chassis for further I/O modules. I have now 5 slot expansion chassis part number IC693CHS398. But when i configure the hardware by using LM90 software i have not seen the option of expansion chassis. Image are attached. Please guide me how i install or cofigure the expansion chassis ? Regards
  7. C40K

    Hi Can anyone help with changing timer values in a C40K using syswin and a host link3G2C7-LK201_EV1. I have tried clicking Editors, Data display editor and then T/C VAL. This then loads all the values into the display window. Double click the required Timer and a new window opens up with the value. Changing that value and then clicking ok and then writing the value to the C40K. This does not appear to change the value because if I then read the values back I still have the original value and not the one I changed it to. Hope this makes sense. I assume that it should be possible to change the values using this method. I can change the values using the hand held console
  8. Dear Sir, I want to read data (Digital Input say X0 (Local PLC) and after some additional logic i want write to Y0 (Remote FX3GE PLC on same network) from one Mitsubishi FX3GE and Write to another FX3GE on the same network. Master PLC IP Address 192.168.0.40 Slave PLC IP Address 192.168.0.50 Atif
  9. Memory M8011 - 5ms possible?

    Greetings! I just have one question. Is it possible to get pulse time down to 5ms? I have only been using down to 10ms so far. Im using the M8011 timer memory. Thanks in advance! Best Regards Henrik.
  10. Non-volatile memory GX Works2

    Hi all, Im trying to figure out how to create non-volatile memory tags in GX Works 2 (using a FX3U controller), so that the values stored in the D registers won't keep zeroing out every time the controller powers down. Does anyone have any helpful tips on how this is done? Thanks
  11. I want to build a logic in ladder diagram in RSLogix 5000 v16/v17 where an analog output is intially set to 10%. Two analog inputs are continuously being read and being compared to some respective threshold values, and if any of these two inputs are less than their respective threshold values, the PLC has to increment the analog output by 2% every 5 seconds. The effect of the analog output increment is reflected on this two analog inputs. If both the inputs reached their respective threshold values, turn on an LED lamp. Let me make it simple to understand: Let A = analog input1 B = analog input 2, C = analog output initially C = 10 after 5 seconds if A < 22 OR B < 36, then increment C by 2% if A < 22, B = 36, then increment C by 2% if A = 22, B < 36, then increment C by 2% and if A = 22 or greater and B = 36 or greater, turn on LED lamp do this (increase C by 2 %) every 5 seconds until both the inputs are equal or greater than their threshold values, i.e. A = 22, B = 36. The analog output must be set at increased value until next increment is given I've tried this using timer, timer done bit, timing bit, enable bit all, but did not success. The PLC doesn't increment after 1st increment, my logic is faulty. Any help would be appreciated. Thanks :)
  12. String encoder

    I need to replace existing encoder with quadrature output which is failing. We need to have minimum measuring distance of 60 inches. The encoder installed by manufacturer is Temposonics R-series RHS0650UMSO1Q1AC10 The resolution can be lower than the current encoder, probably 500 counts/inch or higher would be OK. Do you have any product that can be used? I was thinking about string encoder but I am open to suggestions.
  13. My project is converting a Quatum Modicon to a Control Logix. We took the Modicon Logic ran it thru a Rockwell converter and created the Control Logix Logic. This was nothing complicated but a large file. In Modicon you have a Memory retentive bit -- (M). This converted to a Latch (OTL) in the Control Logix, we decided to place a coil OTE in Parallel with the Latch so we could unlatch on the rung going false. The memory retentive coil is there to hold memory on power cycle if it ever happened. So.... The question is Unlatch below The latch, or above Consider left a representive of converted logic in the AB. Logic a bit more complicated. A B C lL. U --||--|||--|/|--(OTL)--(OTE). L |. . --||-----|. U. L ----||--------------------(OTU)
  14. Count SM410 pulses

    Hello! I need to count the number of pulses SM410. Use instructions Counter_M has no effect. How to count the number of pulses(100 mc)? My soft:GX Works2. My plc is L-series(L02SCPU). In FX series It works well.
  15. Hi I have a scenario where I need to setup communication between a Mitsubishi L-series PLC to Schneider Modicon M580. I need to use the onboard ethernet port of the L-series PLC. The protocol I need to use, is Ethernet IP. (socket communication). Can someone please assist?
  16. Hello, I need to set a 1 second timer in a TSX 572623 plc with pl7 pro, the question is that using %s6 bit (1 second pulse) the timer is not exact enough, the program is 98 kb, not too big I think, I use the %s6 attaching to a positive pulse auxiliar mark in one section of the program and i use this mark %M in the rest of the program, but as i said, it is not quite exact, measuring the time displayed in a HMI connected to the plc, 40 seconds in the program (displayed in a HMI), it´s 47 seconds in a chronometer, it is not exact at all as I said, how can I solve this problem, can anyone help me? Thanks
  17. HHMMSS.cxf

    Version

    762 downloads

    FB to provide a simple long timer with time remaining outputs. Time can be entered in HMS (or just mins for example). Time remaining is normalised to HMS though. Uses 2 other FBs. Create instances of HHMMSS as required.
  18. [PLC Sample Code] - HHMMSS.cxf

    File Name: HHMMSS.cxf File Submitter: ParaffinPower File Submitted: 08 Dec 2014 File Category: PLC Sample Code FB to provide a simple long timer with time remaining outputs. Time can be entered in HMS (or just mins for example). Time remaining is normalised to HMS though. Uses 2 other FBs. Create instances of HHMMSS as required. Click here to download this file
  19. Hello again! This time I have issues with PWM Block in GX Works 2. Im using it to control output for Rudder Machine. S1 Time is Pulse time S2 is response wait time. I follow the rules that S1, S2 cannot be zero, N2<N1. I compile and run the program. Everything is ok, program works perfectly. Sometimes when I modify instructions in PWM Rung - i get an error No. Result Data Name Class Content Error Code 4 ERROR POU_01 Program compile Invalid list code 'PWM D992 D990 M1524'(Ladder Block No.7) F0161 I pinpoint that I use 2 block of PWM one for each side. They cannot work at the same time. See attachments with code Thank you in advance!
  20. Hi I need to program my fatek fab Plc with the following : . I need to detect between a single long input or a repeated second pulse. The idea is to control a window blind with two outputs of the Plc and two inputs (one for up, from a up switch and another for down from the down switch). the blind should go up until I maintain the key pressed. But when I make a repeated two pulse on the key it should go up automatically during a certainly define time (enough to completely open the blind). The same for the down direction. I need help on that.
  21. can anyone please provide me "keithley Model 7009-5 Shielded RS-232 Cable configuration." ? for communication with fx-3ge plc to nanovoltmeter 2182 controller.
  22. Version 3.11.5.0

    1511 downloads

    .NET class library for use in Visual Studio.NET to create HMI/SCADA apps that communicate with GE SRTP PLCs and compatible devices via Ethernet. Supports GE/Emerson PACSystems, Series 90, and VersaMax.   For .NET Framework 2.0 - 4.8 projects. Supports PACSystems symbolic variables and CPU rack + slot specification Does not require 3rd party drivers Does not require OPC x86, x64, and Any CPU compatible Visual Studio.NET 2010, 2012, 2013, 2015, 2017, 2019, and 2022 compatible Most .NET targets are supported, including Web, Win Forms, WPF, console, and service apps Build Windows Forms, console, and ASP.NET applications that run on Linux with Mono framework Extremely high performance - 5~10 mSec typical transaction time Optimizes multiple register configurations into minimal transactions Tag database can be configured via code or visual designer Abstract base classes allow you to write generic code that works with all drivers Synchronous and asynchronous read/write methods Data change notifications Provides common user interface across all driver classes No limit on number of devices or data points Multi-threaded for high data throughput Includes extensive help system Windows, Console, and Web Example applications with VB and C# source code included. Easily connect office systems to factory floor. Free 30 day fully functioning trial version available for download Runtime-free for qualified applications