Copyleft

MrPLC Member
  • Content count

    23
  • Joined

  • Last visited

Everything posted by Copyleft

  1. Fx5u Servo(jog Program)

    Can you show what you have done untill now? what the servo you are using?
  2. FX5 or Q Series Step Motor Control

    If you have FX5 CPU you can use transistor expansion, but not all transistor model will work, need to be the FX5-16ET/ES-H or ESS-H, the H mean high speed. this expansion isn’t cheap, almost the same price of the CPU unit and here in Japan take 2 weeks to receive, the CPU take 1 day.   another option is to use FX3U-1PG, half the price of the FX5 CPU but isn’t straightforward to setup the position control, youll need to write all... FX5 you just choose machine unit in mm, cm, inch or degrees or use pulse... JOG, OPR, acceleration, deceleration is is just a matter of choose parameters. deceleration is something very important into motion system, wrong deceleration the system tend to wears fast...    Take a look into the 1PG manual at the program examples to see the difference between  the FX5 FNC12 when you see it just ignore, this is for when you use the handheld programmer unit so just start typing from MOV for example. another point you cant simulate it ti check if you want GX2 and GX3 show too you what you can simulate into your program, I don’t remember where you need too choose but its there lol  Next time dude, before buy come here and ask we are here to exchange ideias    http://suport.siriustrading.ro/01.DocAct/1.%20Automate%20programabile%20PLC/1.2.%20Compacte%20MELSEC%20FX/1.2.4.%20Module%20numarare%20rapida%20si%20pozitionare/FX3U-1PG%20-%20User's%20Manual%20JY997D47301-C%20(03.19).pdf
  3. Unable to read comments

    Try install the japanese version of GX Developer inside VM using Windows in japanese. windows 10 you can select the system language easily, no need reboot   https://www.mitsubishielectric.co.jp/fa/download/software/detailsearch.do?mode=software&kisyu=/plc_fx&shiryoid=0000000016&lang=1&select=0&softid=2&infostatus=1_3_5&viewradio=0&viewstatus=00000_4000_00_40000000_00000&viewpos=0_0
  4. FX5 or Q Series Step Motor Control

    Transistor type, don’t forget!  
  5. FX5 or Q Series Step Motor Control

    The manual its clear about the use of controller, driver or amplifier(whatever the term used all mean the same) including wire and program examples https://www.mitsubishifa.co.th/files/dl/FX5(Positioning%20-CPU%20built-in,High-speed%20pulse%20IO%20module).pdf if you don’t understand some term used by mitsubishi in the manual just ask but all you already asked is akready there un the manual
  6. scale instruction in Q series PLC?

    Dude, when you reply to some tread you need to pay attention in the date, this tread is 12 years old.
  7. GX Developer

    I dont think the problem is be beginners or not but just lazy people dont do the homework to read the manual. If don’t understand the manual just ask it but at least RTFM
  8. GX Developer

    Read the hardware manual for your model, they provide the wire diagram, specs etc. read the programming manual too. mitsubishi have great documentation, you just need to read it 
  9. GX Developer

    Its a trial, i dont think you can open after tge period expire. if you reinstall usually trial version dont run again but its just my guess... you wanna learn and thats why you need more time? if you wanna learn at the site look for FX-TRN-BEG. Its a simulator for free
  10. GX Developer

    You need sign at mitsubishi site to have access to download trial version https://www.mitsubishielectric.co.jp/dl/fa/members/software/trial/plc/0000000245/sw8d5c-gppw-e_68w_try.exe
  11. Mitsubishi PLC low cost

    Its a shame Mitsubishi dont offer training center at Spain. Here in Japan GX Works 2 version cost US$ 140 for 2 days of training. The equipment used is very nice and if someone buy the same thing will be very expensive to learn at home; https://www.mitsubishielectric.co.jp/fa/learn/semi/school/pc/pcf_kis2_gxd.html the offer the introductory course for US$100 (just 1 day), just few buttons, 1 relay, PL, some wires, very basic... https://www.mitsubishielectric.co.jp/fa/learn/semi/school/pc/pc_nyumo.html maybe im wrong and they offer courses in Spain, i checked UK and the same course is very expensive 2 days coast  £500 , shame on. Here in Japan usually the employer pay for courses, Omron offer training class for reasonable prices too. IMHO is better buy one Arduino kit to learn at home electronics, for  28,64 € you can buy one kit with many sensors, LCD, BCD, PB, Buzzer, servo etc, off couse its C++ but who know C++ IMHO will learn Ladder very quickly https://www.amazon.es/iniciaci%C3%B3n-aprendizaje-Arduino-versi%C3%B3n-actualizada/dp/B07C87Y35R/ref=sr_1_28?__mk_es_ES=%C3%85M%C3%85%C5%BD%C3%95%C3%91&dchild=1&keywords=arduino+kit&qid=1587338873&s=industrial&sr=1-28 Mitsubishi offer for free  FX-TRN-BEG (Beginner) its a simulator like  http://thelearningpit.com/lp/logixpro.html Its a shame they dont made english versions off;  FX-TRN-DATA (numerical value / data) FX-TRN-POS (Positioning)
  12. FX3U (le3u) countdown timer?

    You need to read the manual at least.  i dont know if what you have is FX3U but its pretty easy to do what you telling using it. timer can count from 0.001 to 3276.7 fx3 have real time clock too. https://dl.mitsubishielectric.com/dl/fa/document/manual/plc_fx/jy997d16601/jy997d16601q.pdf about your LCD you need to read the manual to know how is the proper way to setup communication between the LCD and your clone. at least you can show hello word, have connection? Next time before you buy something search about the specs or ask here for example to not waste money in the future!
  13. MX Component Question

    Smart TV you can use for it,  iQF have embedded webserver and FTP server. The webserver accept JavaScript
  14. FX3GE40M, FX2N48ER-ES, FX2N8EYR, FX3G232BD

    Its automatic assigned. the FX3GE40M (main unit) lets say the I/O is: X0 to X20 Y0 to Y 20 The first expansion unit connect to the main unit will be: Lets say in your case using FX2N48ER-ES: X21 to X44 Y21 to Y44 if the FX2N8EYR is connected in right side of your FX2N48ER-ES will be: X45 to X48 Y45 to Y48 But the main unit have limit of I/O (expansions) you need check the main unit spec. maybe im wrong and you can assignee the I/O address, im pretty new too using PLC just write simple code using X21 and Y21 and check the unit led status of the respective I/O if dont work the X22 and Y22 is the correspondent, and check all one by one if is the case to make sure
  15. CASE statement doubts

    Have you tried use the e—Manual Viewer? GX3>help>e-manual viewer or Melsec iQ-F FX5 Programing Manual (Program Design). constant methods for expressing constants Data type: String(32)  enclose character strings with single quotation example: Stest :=‘ABC’; thats it are you looking for?
  16. PLC Networking

    Just buy FX5U64MT https://dl.mitsubishielectric.com/dl/fa/document/manual/plcf/jy997d53401(e)/jy997d53401(e)f.pdf
  17. BCD for 7 Segments Display

    You need to inform PLC model at least so we can show to you the manual, after you read the manual and if you don’t understand you ask again
  18. Your firmware is from 2016 , the latest firmware version is 1.201 released at 2019-11-15. Here in Japan when we buy take 4 days to receive and the date printed in the right side is from after 2 days you requested. you can update your firmware using GXW3 if you have the last version or download it from MELSEC.   https://www.mitsubishielectric.co.jp/dl/fa/members/software/update/plcf/0000000051/fx5ucpu_1201.zip
  19. The fact is; 1 - RTFM  2 - easy to use the E Manual Viewer... This is brand new? just get in contact with Mitsubishi representative at you area or from who you brought it. If is authorized dealer just tell the s/n and you get another one, easy, no secret. After all you paid for GX3 and the hardware unit, right? so at least you get support from Mitsubishi to replace it if its a defective product. or buy something you understand at least AB or Siemens, you even don’t know the Mitsubishi series nomenclature, release date thats why you’re stuck  
  20. GT DESIGNER 3 - "SCREEN ERROR"

    maybe write protected? i never used yet GOT...
  21. Simple Project vs Structured Project

    GX Works2 Version 1.577B Series: QCPU (Q mode) Project Type: Simple Project Language: Ladder;                     SFC Use Label checked ST option appear. Structured Project: Use label os checked by default languages; Ladder; ST; SFC; structured Ladder/FBD IL Not Specify. this is what i have here.  
  22. Read the Manual for MX component version 3 i think. In the manual have many examples  when you install the component you have many sample code, include for excell. https://dl.mitsubishielectric.com/dl/fa/document/manual/plc/sh080272/sh080272o.pdf sign into Mitsubishi Factory Automation site, they have huge material, libraries, sample code, e-learning, simulators. you dont need to buy anything to sign here in Japan, i think is the same in the rest of the locations. in japanese have more stuff, simulator, code, manuals...but you can use the code in japanese (just the comments and the explanation is in japanese). sign in dude!