QUOTE (Carol @ Jul 12 2009, 08:13 PM)

QUOTE (PdL @ May 26 2009, 10:51 PM)

If the startup mode is set to "use programming console" and -anything- like a CIF or hand programming tool is connected to the peripheral port on power on, it wil go to program mode. However if it is set to run using the programming tool, and the peripheral connector is unplugged and following a power cycle is performed, it will start in run mode. Very confusing if you are not aware of this...

Hi PDL,
reading this topic I thought it might solve a problem that occurs from time to time with our PLC's.
We're using CJ1m CPU11 or CPU 12 and a NT3S is connected on the peripheral port, on the RS232 port is a GPRS-device connected.
The settings for the PLC's are "Monitor-mode" because we're executing commands over GPRS (i.e. Reset counters or changing values).
But some PLC's will change to Program-mode from time to time and then it will no longer respond to commands.
Is there a way to check in what mode the PLC is and if necessary correct this?
Thanks,
Carol
Hi Carol,
Do you mean a flag to check the mode in the PLC ladder or to check the actual startup mode setting?
You can check the startup mode setting on the main settings tab in CXP.
Connect to the CPU, open the settings tab and select Options > Transfer from PLC to be sure you are looking at the current setting.
In your case it should be set on Monitor. If it is set on Program or Use Programming Console it will cause the PLC to startup in program mode in case of a power failure.
FYI the serial port cannot influence the startup mode on power up. The use programming console option only affects the peripheral port.
Regards,
PdL
Edit: sorry Carol guess I need another coffee I overlooked you stated the setting already is Monitor. (you could of course double check with the Transfer from option)
The problem you have is that you perhaps might be able to detect which (running) mode the CPU is in, but if it is in stop there is no way yo can execute any kind of function to correct it as the code will not be scanned
In that case it is quite strange the CPU mode changes to program just like that. Does it happen on multiple systems at different locations?