FIRST SCAN vs reboot

babahu

Member
Join Date
May 2010
Location
Menlo Park, CA
Posts
11
Does First Scan (FST_SCN) happen only after reboot? OR whenever Stop and Start?
I want to test the code but don't know what I have to do to get it to be set.

Can I warm boot the PLC? Or do I have to power cycle it?
(GE Fanuc PLC Micro).
 
Does First Scan (FST_SCN) happen only after reboot? OR whenever Stop and Start?
I want to test the code but don't know what I have to do to get it to be set.

Can I warm boot the PLC? Or do I have to power cycle it?
(GE Fanuc PLC Micro).

I am not very familiar with the Fanuc Micro, but as a general rule PLCs turn on the First Scan when powered up, and when going from Program to Run. The information should be in the manual. If it is a Series 90 Micro the manual is here;

http://www.ge-fanuc.com/infolink/manuals/gfk1065f.pdf

The First Scan is listed at the top of Page 9-7 in Table 9-4.

I am sure someone with more GE PLC experience will set you straight.

Stu.....
 
First scan

I do agree with above reply.

When you put controller from Stop to Run , then Controller starts working. during that instance, First scan marker activates (1) for a very small time (its rising edge)
& deactivates immediately.

if You are looking to Application, you cannot even recongize when it appears but it functions fine.

Hope this helps :)
 
You should test it with an Add instruction. ;)

Add %R2000 and a constant of 1 to %R2000. If %R2000 has a value of 0, stop and start the plc. Watch the value increase as you test power cycles and stop to run transitions.

Testing code is fundamental to writing code.
 

Similar Topics

Good afternoon Gentlemen, Do any of you have advice on changing the scan time of a DL262 Rack mount cpu? I am doing a modbus network reading 8...
Replies
1
Views
60
Hi everyone, I'm trying to simulate any program in control expert and see a register in Modscan32 or any software to do that (Like ModbusPoll). I...
Replies
0
Views
119
I am not sure if this is possible but if there is a way, you guys would be the ones to know. I am currently working on a project where we are...
Replies
7
Views
286
I have a Type C to RS485 adapter connect to my Siemens RWF55. I use modscan to scan it to get a value from the Siemens controller. In the...
Replies
4
Views
125
Hi, I'm new to PLCs and learning about PLC Scan times for Schneider PLCs I've derived the PLC scan time using the free running blocks. The PLC...
Replies
7
Views
733
Back
Top Bottom