Search the Community

Showing results for tags 'gx works indirect address program how to make program simple'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Found 170 results

  1. Help about converting program

    Hello, First of all, Hello to all members. Im From Portugal. I trying to help my dad. I Have a Omron CJ1M-CPU11 with a program running that works fine... Now i need to transfer this program to a CJ1M-CPU13. I started to download from CJ1M-CPU11 to a file... them im running the Cx-programer on the CJ1M-CPU13, connection its ok, but when i try to transfer i get this error : The connect PLC type : CJ1M-CPU11 The Project PLC type : CJ1M-CPU13 Its possible to convert ? Please Help. Please view in attached file. Thanks
  2. Hello: I'm not sure how to go about creating the structure of this program, would like some ideas/help. I have a program that checks/reads 8 analog inputs and compares each input against 4 different settings, if the value is outside any of these settings the program runs a subroutine to send out an email for (Alarm/Event) notification for that particular input. The way the program is structured now is that it reads analog input 0 first and checks against the settings if the reading is not in range it will call a subroutine to send out email for that sensor(analog AI:0.0) then it will return and read for Analog input #1 and check reading and if it needs to it will call another subroutine to send out email for that sensor(analog AI:0.1) and so forth. What I need to add, is a way to count how many times a sensor(input) has sent the alarm email because I want to limit this to 5 notifications after that, stop sending emails. Now this has to be done for each sensor(input).(Note: I would also like to have a timer involved so that it will only send emails about every 15 minutes for 5 counts.) I need this because the plc will send out emails until the error for the sensor has been corrected, this could take a few hours and if I don't have some sort of control, that would result in 1000's of emails being sent and world probably get shut down for spamming. Would like some ideas on how I should go about this. I am using a micrologix 1100 and rslogix 500 software. Thanks
  3. Hello everybody, As many of you can see, I took a course onto development the user libraries, that able to simplify extremely a PLC programming process, to help programmers to increase a productivity of their labor, to reduce a program code and quantity of used system variables, to improve readability of programs. A part of libraries has been already developed and looks fine. Also I full with new ideas, plans and could design new and new that then to share these libraries with other programmers. The work is bringing me a pleasure, however, at current situation I can not allow for me to share the libraries for free. I can explain why. First of all, it takes my time, which is money, and I should feed my family, also the work eats a health, which is not infinitive. The second, those who can get it for free, will not appreciate the labor and will distribute it to the left and to the right. The third, ME has not an interest to my offer, to the products and doesn't want to help to make it available for all. What I'd like to propose to you: If you have an interest, I can offer to open a subscription to the ready and new libraries, which will be developed further. What I can promise and guarantee: I will collect wishes and requirements of subscribers and all can vote, what should be realized at first. The subscribers will can get a release with up to four small libraries or one big (for example, such like Modbus Master/Slave library) every month, that will fit to the requirements and the collective choice. What's a payment for the subscription? I suppose a fee in 100 USD per annum will not be predatory for a subscriber's pocket. The fee will cover costs in case, if the number of subscribers will exceed 70 people. Thanks to all for the attention and I'd like to offer to discuss the proposal in this topic.
  4. Hi, again. (I'm getting good support!) Every time I write to PLC it is switched out of run mode. I use Remote Operation to try to switch back to run mode but I get blinking P.RUN indication and blinking RUN light on PLC. I have to cycle the power to get back to run mode. Can I switch to run remotely?
  5. Do I need to write the "Program Loop" into the ladder or will the complete program start over once it has hit the "END RUNG"??? Micrologix 1100, programming with the RSLogix500. Thanks
  6. ON/OFF Timer for Mitsubishi FX

    FB_TIMER_ON_OFF The FB is a part of RTC library and implements a timer, based on RTC, for ON and OFF a control bit, e.g. to turn ON/OFF a load in the time interval, and can be easily added into your program in desired quantity. The FB is supplied with E (Enable) input, EO (Output to Control Bit), and can operate in one of two modes: HMS = Hours + Minutes + Seconds (daily timer) MDH = Month + Date + Hours (yearly timer) Each setpoint of ON and OFF time settings should be represented as Array of INT [0...2] type and contain a time data according to the chosen mode. Thus, for example: - in HMS mode: a control bit can be turned on at 02:03:14 am and then turned off at 06:04:17 pm, or turned on at 05:12:27 pm and turned off at 07:06:22 am; - in MDH mode: a control bit can be turned on 3th February at 02:00 pm and then turned off 4th June at 05:00 pm, or turned on 12th November at 03:00 pm and turned off 6th March at 10:00 pm. If the values of both time settings are the same, the FB output will not be activated. Supporting PLC CPUs: All FX Program memory: - 34 steps per each FB instance - 4 steps for entire project (reading from RTC) System variables: M - 3 bits (for entire project) The library is compatible with GX IEC Developer and GX Works2 software . https://plus.google.com/105445006108716761629/posts/Z4v4F11s4Bz
  7. CPU 314IFM adress

    Hi, I have a CPU 314IFM order number 6ES7 314-5AE10-0AB0 when i select it in hardware config it show I/Q adress 124 -155 while it should be to 129 only (the manual mention that and it covers all inputs and outputs and the special funaction also) I try (offline) to change the order number only (another 314IFM) found it give different address range for each CPU while it all have 20 DI/16DO 4AI and 1AO
  8. I am writing a new program for a MicroLogix 1500 LRP Series C. When I verify the project I get the following errors: Program error ERROR: Attempted to set more IO data than has been allocated Program error ERROR: Incorrect Output Force File Size The IO Configuration should be correct because I had the software "Read IO Config". I don't see any unverified rungs. My software is RSLogix 500 Version 9.00.00 (CPR 9) Does anyone have a solution?
  9. Hello Everyone, I am new to ladder logic, and trying to understand flow of below attached ladder logic- How does the program flow ? Does PT4601_I in rung 3 waits for rung 2 to complete inorder to consider updated value of PT4601_I or it consider PT4601_I default value and runs simultaneously with rung 2 ? Thank you in advacne
  10. Hello, At the plant I work at there are devices with IP addresses starting with 192.168.0, 192,168.1, and 193.168.2 The SLC in question is on 192.168.2 We would like to access it from our laptops which are on 192.168.0 The laptops have their subnet mask set to 255.255.252.0 and we are able to pull see other controllers on the 192.168.2 network. However, for some reason we can't with this one, not even when I'm plugged directly into the Ethernet port on the controller unless we change our IP address to one on 192.168.2 I believe the subnet mask on the controller isn't set right. Can anyone tell what I'm missing here? Here's an overview of the current settings: Laptop: 192.168.0.20, 255.255.252.0 Controller: 192.168.2.17, 255.255.252.0 Any help would be greatly appreciated. Ben
  11. Hi, I have a program for FX2N-48mr written in GX Works (gxw). I'd like to convert the software to CodeSys. If possible, can anyone send me the best procedure for it? Thanks. Oren
  12. Dear all, I need some help with programming time in concept 2.6 in FBD. I use momentum PLC 171 CCC 980 30-IEC I would like to program 24Hours Clock with day, week and year. Can someone help me with this please. Regards Sam
  13. I need to set up D/A module. I have few questions. What is the difference between offset and gain setting mode? I would like to use range 0 to 10V which would have to be set as user range setting, can I do it using GX Works 2? Or do I have to use the GX Configurator-DA package?
  14. Missing Line Statements

    Hello, I am new to the Mitsubishi world (mostly AB and Siemens guy). I recently picked up a "hand me down" project. I have GX works2 on Win 7 64 bit system and PLC code was originally developed by someone else in with GX developer. My lab setup consists of a FX3G PLC and GOT1000 HMI. I downloaded the PLC code to the the FX3G device with GX developer and encountered some popups about memory. I played with some of the parameters in PLC memory and was able to download fine. Next I went to GXWorks and uploaded the current project from the PLC and noticed that Line Statements are missing. I have enabled Comments, Statements and Notes under the "View" pane but no line statements showed up. Has anyone encountered this issue before and if so how did you fix it? After further digging in GX Developer, I discovered that all Line Statements created has the "In peripheral" attribute. Does this mean it never gets written to PLC memory during download?
  15. How to know what is my Megelis IP address?
  16. NT21 System Program

    I currently have a NT21HMI that does not have the system software loaded. I do not have any system programs with the *.21 extension. Where can I find the NT21 system software?
  17. Hi Im new here! Please let me know What cable do you use to program a M340 ? -1- a mini USB ? -2- Ethernet ? -3-RS485? any one can give me a sample test program to test M340? just a dummy simple program to start from there. I appreciate it in advance.
  18. I need a Sample Simple Project to download . with Unity Pro XL and M340. Water treatment plant with pumps and mixer. Please Helpppppppppppp. My Email is : Shararehmirbagheri@yahoo.com