Gambit

MrPLC Member
  • Content count

    2624
  • Joined

  • Last visited

Everything posted by Gambit

  1. GOT 27 Series - Ethernet Master/Slave Switch

    Have you considered another approach. Your current OEE System does it make use of a Database ? If so why not just let the GT27  get the information from the DB. it's very easy to setup
  2. problem with cc link and st1h-bt connection

    In your code this the Y1000 - Y107F is send to the BFM 352(RY) depending on M100. Is this bit active ? Your First output for your remote IO station (station no2 ) is Y1020  (Set this bit and check if it on in BFM 354 (decimal) of module 0 via Buffer memory batch monitor in GX Developer
  3. Unable to Monitor in GXworks2

    The programs are still in Red so they have not been compiled.  Drag them to a task. Compile and download to the PLC
  4. POP UP MESSAGE GOT1000

    Sorry Disabling the back sceen is only possible in the GOT2000 series. As for the location D102 and D103.  The X Y posotion you can see at the bottom of GT designer when you move your mouse over the location  
  5. POP UP MESSAGE GOT1000

    With superimpose the screen looks embedded into the base screen. But you have probably only have the overlap windows selected in the screen switching settings. You mean center the pop up in the screen ? If it is overlap window one then set an X,Y position into D102 and D103
  6. POP UP MESSAGE GOT1000

    Your screen switching Devices are D101 for overlap window 1 and D104 for overlap window 2. The positions of the overlap window are gotten from the PLC aswell D102 + D103 for overlap window 1 and D105 + D106 overlap window2 PLC devices are used so they can initiate a window pop-up   Your second screen is a button which will open a second overlap window (screen 18) at the position (160,117)   The next one does excactly what you describe so it seams you know the meaning of each item. What is not clear?
  7. POP UP MESSAGE GOT1000

    I think those 0 are is simulation mistake. If you want you can also deactivate the main screen when a window  You can select where a pop up should be positioned. Object => windows position => overlap window xx What doesn't work in all of them ? The pop up itself  
  8. POP UP MESSAGE GOT1000

    M819 is not a button it is a devices which has a momentary, Set or Reset action when the button is pressed   Ah you don;t need to program the mov K0 .... . What you should have done it make a Multi state button with a goto screen switch and select 0 as the screen number for the overlap window. Maybe you should do the e-learning course first: http://www.mitsubishielectric.com/fa/assist/e-learning/eng.html  
  9. POP UP MESSAGE GOT1000

    It's the button is shown in your first screen capture bottom Left (screen size). But i loks like it's okay when I see your second screen grab. Let start with the beginning. Activating M819 which action have you set ? and is it possible it's being reset from the PLC?    
  10. Mistubishi and DataLogic

    https://www.google.de/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&cad=rja&uact=8&ved=0ahUKEwiWy6CAscvQAhUEbhQKHciPC3wQFggbMAA&url=http%3A%2F%2Fwww.mitsubishielectric.com%2Fdl%2Ffa%2Fdocument%2Fmanual%2Fplc%2Fsh080850eng%2Fsh080850engc.pdf&usg=AFQjCNELDS4eNM4psAAl7kK09SVNBerIQQ&bvm=bv.139782543,d.bGs Check this manual which explains the procedure. I've done it for an ethernet connection but not serial. But it should be similar
  11. Mistubishi and DataLogic

    You need to execute protocol one from the PLC sequence. After downloading this into the PLC
  12. POP UP MESSAGE GOT1000

    I think you screen size of the pop up is the same size as your page. Check the screen size button in your overlap windows properties
  13. POP UP MESSAGE GOT1000

    Yes. If you make a close window command under the yes. (go to screen / overlap window / nr 0)   
  14. POP UP MESSAGE GOT1000

    Easy, Create a windows screen. in the System Settings got to Screen switching window Fir instance number 25 Add a screen switcthing device. For instance D100 When the step has been reached  write K25 to D100. The GOT will now display this Window
  15. important setting in redundant cpu

    This is an option. Less data to sync means more speed.  If you want to sync all then just select internal device block setting and everything is synchornized
  16. GOT Mobile 2000

    Just update the core os with your GT designer software.  You need a SD card. From GT designer select write to memory Card. Select the second TAB BOOTOS/COREOS write .. .    
  17. GT2708-STBA

    Why do you want to change to an older version ???  
  18. HMI Selection

    Yes if it's a serial printer or a PictBridge compatible printer
  19. GOT 27 Series - Ethernet Master/Slave Switch

    Indeed Why?
  20. GX Developer commands

    1 The value of D10 is divided by the value 10 the resultis placed in D20 2 The value in de 20 is change from integer value to a Real/floating point value (123,45). The result is placed in D22 3 using a floating point multiply command D22 (+D23) is multiplied with D240 (+D241). The result in placed in D26 (+ D27) 4 D26 (+D27) is made into an integer value again (-32,768 - 32767) this result is placed in D28 5 D28 is moved into D8271(which is s special register for a the potential meters of the FX PLC or analog module) This last part is strange as this is the value Ch2 of the potential meters or analog Input module on the PLC and this is now overwritten by a programmed value.    
  21. GX Works 2 Simulator

    And check if this part of the program is being run? Maybe the is a pointer that will jump over this part of the program.  In this case the output won't change
  22. HMI Selection

    Yes you can save as csv and copy it to a usb drive when you connect one to the terminal
  23. HMI Selection

    There are many that fit that description but I would go with the GOT2000 series. Then you also have some nice extra features as database communication and smartphone/tablet connections  
  24. Setting the time in an E1100

    Just put the clock (Button 08:05) on a page on a screen and give acces (enable operator input). The program won't be erased when you do a partial send
  25. Gx Works2- Modbus Communication

    Are your PLC parameters (PLC system 2) set up the same ?. And if you're going to use stuctured laddder why not take advantage of label programming