Jump to content

Recommended Posts

Posted (edited)
Hi All, I new to programing in Mitsubishi fx2n plc,i want to know which memory (M) bit can hold after switch off and on the plc. Thanks, Bossp Edited by Bossp
Posted
No problem, of course we can assist you. However we would need to know which software you are using. As a general note; Go into "PLC Parameter" on the left side (project tree), go into "Device" tab. Here you will find all the "Latch Start" and "Latch End" parameters for the different devices available, and you can tune them to whatever you want within the individual ranges.
Posted
I am using the softwear GX Developer Verson 8.85P.It's there 500 t0 1023 latching bits but i have used M504 it's not getting hold after switch off and on. Thanks Bossp
Posted
Then it might be being purposely reset on power up by something like --M8002-------ZRST M500 M550. Just a guess of course but try checking if M8002 is being used anywhere.
Posted
It's not M8002 that resets the bit. It may be any RST/Reset/MOV K0 instruction that resets bit(s). In essence you need to go through the program and check for instructions that may reset the bit(s). Maybe this is a sequence program that automatically resets bit(s) during startup, or the end of a sequence or similar...

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...