GX developer/Mitsubishi : code changes not taking effect until after cycling power...

Mas01

Member
Join Date
Oct 2020
Location
Leicester, England
Posts
1,109
I made a small update to the PLC logic (GX developer).
Then I wrote the updated code to the PLC (I did Online/write to PLC). I thought that would be sufficient for my code to take effect. However, the change didn't work, which left me puzzled because it was a straightforward change. I decided to cycle the PLC power for good measure, and only then did the change take effect.
Is it normal in Mitsubishi Q series PLC's (or any type of PLC for that matter) to cycle the power for the change to go live?
 
Last edited:
Configuration changes to certain intelligent modules do require power cycle, such as in the case of Ehternet modules, as the cinfiguration is sent to the module at start up. You can also use the reset switch. But changes to the program should require no power cycle.
 
Another reason that some code will not take effect is for example where a setting programmatically done in code i.e. the initial setting of an analogue card is done on first scan bit, if the PLC is not re-booted then the configuration change would not be sent to the card. if for example you have existing card that uses only 2 of the 4 channels where on the first scan bit the settings for those channels are sent to the buffer memories & you decide to add the other channels & do an on-line change because the first scan bit is not re-triggered the information will not be sent to the card until a re-boot.
Either SM402 (first scan bit) or a NOT buffer memory bit (UG\xx) is often used to send configuration information to intelligent cards, however, in later systems most of this can be done in some configuration utility rather than the code itself.
 

Similar Topics

I reposted this as I had mistakenly put IX developer in the title (it was a long day) :zzzzz: I have a policy of always verifying code before I...
Replies
1
Views
1,467
I have a policy of always verifying code before I make any changes to PLC code, however, the last person to work on a project that I now have to...
Replies
3
Views
2,077
I am new to PLC programming and just started a new internship where they are asking me to write a pretty simple program. I am studying Mechanical...
Replies
27
Views
19,945
Hi One of the PLC's that I maintain/update is a Mitsubishi Q-Series, probably installed about 10 years ago. At the moment, ALL the wires from...
Replies
13
Views
1,173
Hi everyone, I'm working on a Mitsubishi Q series PLC whose code was developed in Mistubishi's GX IEC Developer v7.04. I looked online for GX IEC...
Replies
9
Views
1,478
Back
Top Bottom