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. Hi all. I've set up the analog modules and I've set devices within the HMI to move the value of d to the special registers for process alarm limits but whenever the plc is reset I'm losing the value. Have I missed a storing trigger or something? 
  2. SFC in Mitsubishi plc

    i have a question about SFC , if the step is active then processor execute code inside this step and writes on outputs true or false , then when the step deactivated the processor won't execute the code inside the step and won't write true or false on outputs. this means if output Y1 becomes true in activated step then it will remain true after deactivation , right ? in this picture if S41 is active , then M77 becomes true , then S43 becomes active , and S41 isn't active , then M77 will remain true and the processor won't execute S41 , or will becomes false then processor stops executing S41 .
  3. i want to know the role of M2 is to enable the comparison function or it's anded  with the output of the function. in another words if M2 is true and the output of the function is true then M3 is true, but what if M2  becoms false if it's anded with the output of the function then M3 is false , but if M2 stops the execution of the function M3 will remain true, so i need to know if it controllers the execution or it's just anded.  
  4. Hi, I'm looking for a way to change the button graphic (From "non-pressed button" to "pressed button" which is much lighter) via script.  The main problem is that, the button has to change it's graphic whenever i change a bit in my PLC program, more accurately, I press button in Factory IO, not in HMI, that thing I've already made, so I've set up my button "is pressed" graphic. I've got my tags prepared correctly, and I'm trying to reach the property of the button with this script:   Do  If SmartTags("Variable_1") Is True Then     HmiRuntime.Screens("Screen_1").ScreenItems("Template_Button_2")  End If Loop Is it even proper way to do stuff like that? I THINK it'll work like, if Variable_1 (Bool %Q0.0 for e.g. in PLC program) is 1 Then ->  And when I'm at ScreenItems, i don't know which property should I choose next in order to change button graphic.   Hope you can help :)
  5. FX3G-Create SCADA system from existing PLC

    Dear Expertise I want to create system SCADA with existing PLC FX3G-60MR connected HMI Touchwin OP320 SCADA system expectation can upload data to cloud. But i don't know the device to transfer from PLC FX3G to Cloud Please help   
  6. Working with Strings

    Hi so i am learning to work with mitsubishi GX Works2 i am using the simulator, and the help anyway i was testing with strings and when i convert a unsigned word or dword to string it converts it as HEX values and also fill the whole thing with 0's can anyone help me or point me in the right direction with a manual, i do know my way around on AB and siemens but its harder to find help for mitsubishi, on the help for WORD_TO_STR, it says it should be converting to decimal but it isnt, is this a weird bug with the simulator?    
  7. Hi, I have a project and intended to use a FX3U PLC and E1071 HMI with a 1000ppr encoder. The project involves scan an object placed inside a blister cavity and decide it is good or bad by a sensor. If the object is good, then the input X007 turns ON and if the object is bad, then sensor doesn't activate X007. The blister is created in a PVC film roll and is in continuous process. A knife cuts the pack as per the size required, then the pack will move to a reject/accept station. The physical length from scan station to knife station is fixed If I use SFTLP, I can track the X007 bit until it reach the reject station and take the decision to reject or accept the object. But the issue is the number of packs from scan station to Knife station will vary according to the size of the pack. Bigger pack size has less 'Bit length of the shift data' (The length of shift register, n1) and smaller pack size have large 'Bit length of the shift data'. It is required to set the 'Bit length of the shift data' from the HMI, but the 'n1' of the FNC 35, SFTLP cannot take a D Register to set the value from HMI and it is a constant K or H. I have seen the operation on other machines using HMI to set the length of the Shift Register. but I cannot figure out the logic behind it. Could anybody please help? Thank you for your time.
  8. Hi all,  I am in the process of doing a project for some school work and need to do a SWOT analysis of the latest modular PLCs from Mitsubishi (R series), Siemens (S7-1500) and Allen Bradley (ControlLogix).  So I thought what better way than to ask the people on what they think are the pros and cons of each! Thanks for your responses in advance!
  9. Keyence Vision System and Mitsubishi

    Has anyone used Mitsubishi FX5U and Keyence CV-X Vision System? May I use SLMP Communication? Manual talks about RS232C, but I don´t have the module
  10. Hi guys, Is it possible to convert integers to/from strings in scripts in GT Designer3? I don't want to perform the conversion in the PLC. Thanks,
  11. G.READ

    Please help me to find G.READ instruction in Mitsubishi PLC,   Thank you
  12. Hi all,  I am trying to configure an Fx3ge-24M PLC using GX-works 2. I can successfully connect to the PLC using the USB cable, however i am having trouble getting a connection via ethernet. I have attached a photo that contains the only ethernet configuration that i can find, what am i missing here? I'm new to GX works & mitsubishi PLCs.  
  13. Pulse FLow Meter

    i have a paddle Wheel Floweter of TOkyo Keiso W2000. its frequency is 88 Hz .  Flow Rate  30L/min. i want to connect it with mitsubishi fx3u plc digital input as it is pulse flow meter.    kindly tell me how can i determine its pulses for liters.
  14. Hello, can you help me with the following issue: I want to transfer the program/data from an old E1043 HMI to a new one. Tried with HMI Tools File transfer, the connection is established but after initialization and loading I am getting an "Error:Read directory failed." Connection made by serial cable-serial cable / serial cable-USB, result is the same in both cases. Is there something to check in order to make the transfer? Can I use E-designer for this purpose, and, if yes, how? Any suggestion could be helpful. Thanks in advance!
  15. Hi! I have a question about programming. I want to place an input (X01) on the left vertical line, to allow the rest of the program running by an external switch. How can I place an input like that? I work on Gx works2 and using an Fx3g Plc (I used it once, but i can't find that program.)
  16. Hi everyone. I have project to use PLC Mitsubishi Q03UDECPU with QJ71EIP71 to connect with SICK FLEXI soft Ethernet/IP (FX0-GENT00030). I have check both manual but when I turn on Y0 (communication start) there are error code F100h on my QJ71EIP71 and I check that it can only use with produce/consume tag from PLC (such as OMRON, Allen Bradley) but for SICK device it can use only for assembly instance. Then I have use Ethernet/IP scanner (Molex) to read attribute (service code 72h) then I can read status from SICK but as I told before QJ71EIP71 can only communicate with tag-based. Then I have to ask everyone that 1. Are there method that can use QJ71EIP71 to communicate by use Assembly Instance? 2. Could I set consume tag name on FLEXI soft Designer? 3. Are there any protocol gateway device that match with these solutions?
  17. Hi, We are develop the application in Visual Basic 6.0 for Mitsubishi Q series PLC. (MX OPC Server- Middleware.)   In Visual Basic 6.0  sometimes the data flow is failure so we are not able to do process further. Please provide the SDK for the  (.NET  Microsoft Visual Studio 2015 versions) Regrads, Vanchinathan.K  
  18. Hi Friends,     I am doing online PLC HMI training for mitsubishi.i am familiar with this Factory Automation product for 10+ years. For further details contact me.. Feel free to contact me. https://plc-online-training1.blogspot.com
  19. Hi Friends,     I am doing online PLC HMI training for mitsubishi.i am familiar with this Factory Automation product for 10+ years. For further details contact me.. https://plc-online-training1.blogspot.com
  20. Mitsubishi & Siemens OPC connection

    Hi All,  I am undergoing a project that requires me to connect a siemens s7-1200 with a Mitsubishi FX-3GE PLC using OPC UA. I was under the impression that Kepserver ex could do this, you ca install a 'mitsubishi suite' and a 'siemens suite' which will allow the kepserverex server to choose the drivers and connect the two plcs. Siemen's support however have told me that the s7-1200 CPU cannot function as an OPC client, and just as a server? If true, I do not understand how to get the mitsubishi FX to be a client to the siemens server, as kepserverex seemed to provide a solution.   
  21. Mitsubishi FX 3gE & OPC?

    Hi all. I am trying to connect up a Mitsubishi FX 3GE and Siemens s7-100 using OPC. I have been told my siemens that the FX series of Mitsubishi cannot talk over OPC, has anyone ever managed it? I find it hard to believe a fairly recent PLC cannot use OPC. Cheers!
  22. Hi there, I'm unable to write to my plc (FX5U-80MT/ES). Error LED is continuously flashing. Gx Work3 diagnose tells me ''CPU File not found, ...''. I just don't know how to rewrite/reset the CPU File. I spent days to read a bunch of iQ-F manuals to find out, but no luck. I'd appreciate any help to fix this issue.
  23. Hi all, how can I read data from Mitsubishi PLC (model Q04UDVCPU) using TCP/IP socket communication? I can connect to the PLC (using an address and an open port) but I cannot retrieve any data. Thank you.
  24. Hi Omron Experts,  I am connecting mitsubishi HMI with Omron nj101 plc via ethernet, pl tell how to connect tag data of Omron plc to the hmi
  25. stf and stop on at same time

    i have a 800 series vfd drive that when trying to start has the STF function and stop on at the same time, does this sound like a plc issue or a wiring issue?