Search the Community

Showing results for tags 'mitsubishi hmi got2014 script'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Found 350 results

  1. Hello everyone! Is there possibility to read words e.g. Name of alarm from the csv file or another file and save it in the PLC memory for further processing? It would be the best if the solution will matches to FX5 and IQ-R/F but it can be also for any of them. Thanks for help :)
  2. 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. 
  3. Is there a way to change the parameter of a mitsubishi mr-j3a using fx3u plc?  Need this to change the pulse output of a master servo amp to change the pitch of the other slave servo amplifier. 
  4. Double address - Alarm

    Hello, I would like to see your logical opinion about this situation and in which part of system where I need to find solution - software or in the physical field. Subject: Twelve old system based on Mitsubishi PLC AnS series, Profibus Here is pneumatic transport, with 5 lines, each line have a shredder and discharge valve. A few months ago, when line 1 works , display shows line 2 and vice versa, it was first problem, but the system was still working. From the last week system doesn't work. On the display appear line 3 in works, but system can not started. Alarm shows Double address (perhaps two valves have some address), Alarm still appear after reset and even all lines are turned off. What is your opinion where to find proble (PLC, I/O moduls, cables,...)  
  5. We have a PLC application that has been created in GXWorks3. We're using an IQ-F FX5U-32MR/DS with two analogue components:   We're able to run our very simple program on the simulator and are having no issues, however when writing the changes to the PLC, we get the following error:   We can't find where this parameter lives, and where to set it. According to the manuals, we think these means the set value is out of range, but we're not sure where the range is defined. What could be wrong with this parameter, and how do we change it?     Thanks.  
  6. Hello there, I've done some reading through GT Designer3 Version1 Screen Design Manual (Functions) and in chapter 30.3.6 - Program examples I've found functions used like: redraw_object(); d_circle(params); or acces of object params via script like my.active = 0; my.text_color = 0xE0;   So, my question is, does anyone of you have/know about documentation for this advanced stuff, it could be real game changer for me.   Thanks in advance for any reply
  7. I'm having trouble in finding a complete manual instruction and set-up on setting up a communication on a Q-series PLC to a inverter a700/a800 via RS-485. I have a manual for fx series, are the parameters the same as the fx series? how about the program, like  starting or stopping the motor? Are they same or not? In the Q-series, do i leave switch-5 "station no. setting" blank? i just started this so i hope that i can make this work after new year. This is the manual for the fx-series plc====> http://www.automationsystemsandcontrols.net.au/PDF%27s%20Mitsubishi/Manuals/FPLC/FX%20SERIES%20USER%27S%20MANUAL%20-%20Data%20Communication%20Edition.pdf   PS: I'm mostly self study because i don't have proper training yet and my school sucks.
  8. FX3sa-20MR

    Hello everyone, Have a nice day to all. We just received a small machine from china, and definitely we done a lot of modification to add  safety and other sequence, to adapt this machine to the existing line. I'm familiar with siemens and omron, and this is my first time for mitsubishi PLC. FX3sA-20MR, can somebody pls. help me what software do i need to download and programming cable to communicate with the PLC. Thank you in advance...
  9. Mitsubishi FX3U Suddenly Stop Code

    Hi ,Im a Electronic Technic  in a Molding Factory and i have a problem with one of the machines because is suddenly stoping of execute the code without reason,i tough that was the hmi was is working well.  
  10. Hello! I want to execute a script exactly one time when I touch a switch. I add a switch on my screen, I set on the register "script" a little script to test, I checked  "use object script". When I start the GOT1455, the script runs all the time, even if I never touched the switch. Can somebody help me to find the issue? Or give a TODO List to exceute a script only If I touch a switch? Thanks a lot in advance MBoerner
  11. FX2N & Inverter iG5A on RS485

    Hello everyone, I'm a beginner in RS485 communications and i want to control 2 inverter LS iG5A via RS485 from a PLC Mitsubishi FX2N I really don't understand how i should aproach and start this part of program in Ladder Diagram, to write and read parameters from Inverters.  Please help me with an example    Thanks.
  12. Hello, Everyone . Do anyone has experience in FX1N-232-BD connect to GT11 (or other model) from Panasonic ? I try to connect them via RS232 port and I setup parameter following HMI manual but It doesn't work at all only RX led on 232-BD blinking Any suggestion ?    Matcha IMG_39346964.MOV
  13. decimal after point for FN2n PLC

    Dear Member , I have programed high speed counting via PLC FX2n using code c252 , but it shovs me decimal like 23545 , so question is how can i make number to have decimal after point example 123.20 ?
  14. GT Designer3 Script Problem

    Hi,  I encountered a specific problem during work with GXWorks2 & GTDesigner3. In my part of group project I need to receive from proper script, array of values of sine wave. I need to get 1500 values of sine wave and fill registers in GXWorks and have no idea why my script does not run. I'm using simple while loop with no errors statement from Syntax Check. My script should calculate sine values from index 0 to 1500, and substitute it to registers D2000 - D3499. Look in attachments for better understanding my trouble.  I'm looking forward to hearing from you as soon as possible.  Greetings, Jan P.S. I'm new in Mitsubishi Equipment programming so if it's some kind of beginner's problem - please be merciful for me.
  15. Mitsubishi Safety PLC

    Hi everyone.  Is it possible use mitsubishi safety plc as logic solver for fire and gas detection system  on the plant ? 
  16. GX Works2 & MX OPC Server 6.10 issue

    Hello! What i am about to do is connecting an external SCADA system to a Mitsubishi PLC via OPC server. I have already made some FBs and included their instances in a program in GX Works2, then started a GX Simulator2 and connected it to an OPC Server. From the OPC configurator I have defined some tags with their corresponding device addresses (e.g. D12345). I am using structured variables which device addresses i am entering in the OPC configurator. Tried to make some full rebuild compiling and at first was happy that the devices remain unchanged. The main problem is that after some time this devices change which completely ruined my experiment. Maybe there is some point that I am missing or there is just no way to use a fully functional SCADA connected that way to the Mitsubishi PLC (by OPC)? The question is is there a way to tell a particularly used instance of a function block to have exactly the same device addresses ever. 
  17. Hello, I want to connect the Siemens PLC S7-200 with MR J2S 350CP using Serial communication (RS232/422) so, is it possible or no , any one have an idea... Thank you in advance  
  18. Mitsubishi to Siemens Upgradation

    Hi Everyone I Have to replace Mitsubishi Plc with SIEMENS plc. I am new to Mitsubishi and worked before only on Siemens PLC. I have the uploaded code from Mitsubishi. I am facing problem in Analog Section about data values, Un/Gn, and Analog inputs and Analog Outputs..  Could anyone just Guide me about analog part.  I Upload the analog section below.   Thanks in Advance Analog.pdf
  19. Mitsubishi PLC M730MB

    Hello to ALL, does any know, how to edit MITSUBISHI PLC M730MB directly on machine, or with witch program can be open and edit.   Thank you and BR...
  20. HMI not recognized via PC

    I am trying to connect HMI( GS Series) to Laptop but every time it says " Device not recognized ".  Tried changing the port, Laptop, whole HMI.  It was working for 2-3 times after installation of new software( both Windows and GX Designer). Tries uninstalling and installing GX designer. Pls help.
  21. Version 1.0.0

    83 downloads

    E-Designer_for_E-series_English.pdf
  22. E-Designer_for_E-series_English.pdf View File E-Designer_for_E-series_English.pdf Submitter CJ2M2016 Submitted 09/09/17 Category Manuals, Tutorials
  23. Hello everyone, Is there any way to communicate with Mitsubishi Servo amplifier MR-J2S-350CP through RS232 ,I prefer to use 224XP because i already have it... thank you 
  24. LADDER DIAGRAM UNDERSTANDING

    Hye, I new in this plc understanding. For now I have this one ladder diagram that created in mitsubishi GX Developer that I use in winding machine as its plant. But, I have to make the FUNCTION BLOCK DIAGRAM for this part in CX Programmer. Can anyone help me how to construct the FBD in CX Programmer from this ladder diagram understanding . And did it is actually the counter function ? *the picture showed the ladder diagram*
  25. Hi, I'm trying to set up a TCP communication between a Q03UDECPU and a Beijer E110 panel  I've tried both TCP and UDP as "communication mode" in E-Designer. nothing seems to work.  What I'm I doing wrong Se attached files from E-designer and Gx IEC Developer