Search the Community

Showing results for tags 'q-series factory reset gx developer'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Found 178 results

  1. I am adding a remote device to an existing cc-link network. The master station is an A1SJ61BT11 and the CPU is A2USHCPU-S1. The CC-Link network currently has 20 remote I/O stations and I am adding a remote device. The A1SJ61BT11 has parameters written to its internal memory. In order to add my new remote device, I think I need to only change two parameters: First, I need to change parameter address H1 from 20 to 21 since my device will be the 21st. Second, I need to change station information parameter address H34 from 277 to 4373 to enter it as remote device. I looked at the example in IB(NA)-66721-J(0310)MEE, section 6.3. In the example, they are setting up the parameters for the first time. However, I am only changing two of the parameters. I followed the example except I only entered rungs to change the parameters for H1 and H34. My question: If I run the parameter setting program to only enter parameters for H1 and H34, will it affect the other parameters the original programmer entered? Could they go back to default? Any advice? Thanks in advance
  2. Hi!!! Could anyone please tell me how can i make my recipe function working having : 1. SQL database linkage 2. VBA programme 3. Without making new recipe tags (want to use actual plc tags only, no new recipe tags) I am new to factory talk so please tell me from the scratch. It would be highly appreciable. Thank You.
  3. Hi!!! Could anyone tell me how can i log a single single event happening in Scada like login/logout, any tag changes value, operator input etc. I don't have any historian. 1. without making event list of every tag in development 2. using VBA 3. with the help of SQL It would be highly appreciable. Thank You.
  4. Hello, I tried to download a .mer file. I have never seen this error before and how to fix this error. This is what I found from panel view plus compact manual. "Error: Unable to load non-Compact Machine Edition application. Please load a compact Machine Edition application." How do I load a compact machine edition application?? I attached a picture of the error I took. Thanks for reading :)
  5. In my last plant, we used 100% Rockwell Allen Bradley PLC's. I was very familiar with replacing a SLC series with a 5000 series, a no brainer. Now I work in a foundry with 100% Mitsubishi A-series PLC's with a weird gateway coaxial loop communications that is way beyond it's service life. There is little no no support, and I have been tasked with updating it to something Ethernet based, and reliable. I would like to stick with Mitsubishi, for no other reason than to convert the code from the A series to the new series using my existing GX developer software. This is a running factory, no time to demo the old controls and spend weeks re-inventing the wheel with new Rockwell/Seimans/ect PLC's; plus I already have the software Despite a rather long learning curve, I've been getting comfortable using it. My question is: If you had to choose today what series to convert an entire plant, which would you go with, and why? Please keep in mind this is a foundry, its hot, dirty and nothing really needs to be high speed, or math intensive. I would like something easy to install, easy to expand, easy to use Mitsubishi HMI's and something the electricians can wire and repair (prefer screw terminals not spring terminals).
  6. Hi, I am trying to connect a CP1L-E to a NB7W-TW01B via a 5 port Ethernet switch. I have communication from the laptop to the PLC and from the Laptop to the HMI. but it seems like the HMI and PLC aren't communicating with each other. The HMI will not control the PLC. I've tried everything I know to do with the communication settings and it still will not work. If anyone has any suggestions they would be much appreciated! thanks
  7. Hello! I am programming with FT view studio version 8. In the program, when I make numeric display, I can not input values for this tag I am using in the display. Then I decided to make 'invisible button' for enabling the input for this tag which is shown in the numeric display. This is okey for me, only if there is other ways to do this please tell me. Now when I have created this numeric display with input enabling -'group', I have a problem, how can I use security levels for this group, so that only logging in values can be set? I have found that there is security code selection for this in the screen displays, but not for the buttons.
  8. 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.
  9. G5 Series Servo Overload

    Hello, I am using R88D-KN08H-ML2 servo drive with R88M-K75030T-S motor. PLC is CJ2M-CPU35, with NCF71 position control unit. There are total of 6 axis and the one in question with above combination is giving me trouble, rest 5 work OK. I get Overload trip error even at 200% of torque. The motor doesn't move at all. After disconnecting motor power cable, it is possible to move the assembly by hand so nothing sems to be jammed or binding. Tried Auto-Tune, ended with successful completion (at least no errors etc). But scenario didn't change. Motor doesn't have brake, as per model number as well as physically no brake cable on motor. Since all other axes are moving, with similar setting, not sure what is going on here! Any parameters I can change? Any other way to check?
  10. Hello: I am new to Connected Component Workbench and Ladder Logic. I am using a ladder with 2 direct contacts on the first rung in series - the first is a N/O switch and the second is a N/C switch how do I make the second direct contact represent a N/C switch. So that someone else looking at my program would know right off the second switch is a N/C switch. Thanks My program functions as it should but the ladder diagram looks like two N/O switches in series.
  11. 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
  12. 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
  13. Hi guys, I have a problem with GX IEC Developer 7.04, i hope some of you can help me. When i try to connect with the PLC type - Melsec FX1s- 30MR-DC, there is an error: I check all COM port settings, and everything is ok. Com_port parameters: FX Parameters: Transfer setup: PLC Type in the program is the same like physical one (FX1s). I try to change all of this stuffs but there is no result. The cable I use for comunnication is this type: Thank you very much in advance. Have a nice day! eng R. Bukov
  14. 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?
  15. Hey All, I am trying to do some data storing on a PanelView+ and the built in data logging doesn't quite fit my needs. I was looking into the possibility of creating my own ActiveX control for doing this. Is it possible to create custom ActiveX controls for Factory Talk? If so, are there any tutorials for doing so you recommend? Also, are there any sites that have custom ActiveX controls to download? I realize this may not be the easiest thing to do, but if I could create my own I could use it for various machines and would make things a lot simpler in the long run. Thanks
  16. https://plus.google.com/105445006108716761629/posts/DzZy3GmFxT8
  17. 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
  18. 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
  19. Hi everybody! After several years at the forum this is my first question to experts: What is the syntax of INDEX_M and OUTEX_M instructions in GX IEC Developer IL? Thanks
  20. 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.
  21. 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.
  22. 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?
  23. Hi, Is there a way to record/log any operator activity in FTView SE? I have been working around FTView SE to find how to log/record operator activity (such as changing setpoints, valve commands, operation modes). I used to work with Wonderware most of the time, and I could just configure to log/record a tag such that any operator activity with that tag is recorded in the alarm history/summary. So, how do we get around this in FTView SE? Thanks, Junot