Jump to content

Recommended Posts

Posted
hello all i have mitsubishi plc FX-24MRES i want to program it with ladder program after i make the program with gx iec devolper thay say can not find code generiton i want to see example thanx all
Posted
I have only non-IEC version installed on this machine so someone else should be able to help you more. Are you sure GX supports this PLC? This is an old model. You might have to use Medoc to program it. Example code is just about any ladder logic you find in this section. When testing new PLC I often create something simple like this just to see it ticking:      T0 ----|\|---------(T0 K20)
Posted
1. Create a POU and put the code in. 2. Create a Task (TSK) ... maybe call it MAIN 3. Open the Task, add your POU to it (select from drop down arrow) 4. FILE / REBUILD ALL to compile your code into Instruction Code. 5. FILE/ TRANSFER/ Download to PLC to send it to the PLC. POU = Programme Organisation Unit (as long or as short s you like) TASK = where you tell the programme what POUs you want to use. REBUILD = converts graphics to code and checks for validity Download = send to PLC. You need to know about Global and Local Variables as well. Good Luck
Posted
thank you sparky you very good i made project but i cant start with ladder the input name and the out put name input = x output=y start with x0 and y0 or x0.0 y0.0 and some thing see the photo SYANTEX ERROR THANK YOU

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...