Download as pdf or txt
Download as pdf or txt
You are on page 1of 11

FST

GARAGE

FST 4.21.153
DESKTOP
29 July 2021 08:09:31
FST - GARAGE (This is First Example) - FEC Standard
Project Documentation
Sorry, no project documentation available for this project.

29 July 2021 08:09:31 Page 1


FST - GARAGE (This is First Example) - FEC Standard
Controller Settings
Run Mode

Autostart: NO
Run/Stop Input: NO
0.0
Stop Program: 0
Reset Programs: YES

Error Output: NO
0.0
Error Program: 0
Reset Outputs: YES

Drives

Project Drive: B
Start-up Drive: B
Kernel Drive: A

CI Options

Controller CI port: internal COM port


Special Parameters: <none>

Password

Password: <none>

Download

Download Sources: NO
Download Modified Driver Files: YES
Delete Project before Download: NO
Stop Programs during Download: NO

29 July 2021 08:09:32 Page 2


FST - GARAGE (This is First Example) - FEC Standard
FST Project
Programs

* Program 0 (V1) - No comment

CMPs

CFMs

29 July 2021 08:09:32 Page 3


FST - GARAGE (This is First Example) - FEC Standard
IO Configuration
IO Module Switch IW OW

FC400 (Word) 0 0 0

29 July 2021 08:09:32 Page 4


FST - GARAGE (This is First Example) - FEC Standard
Driver Configuration
Name Number Uses Description

29 July 2021 08:09:32 Page 5


FST - GARAGE (This is First Example) - FEC Standard
Allocation List
Operand Symbol Comment

O0.0 relay_op K1: relay to open the door


O0.1 relay_clo K2: relay to closed the door
I0.0 open limit switch garage door is opne
I0.1 closed limit switch garage door is closed
I0.2 open_in push button inside open
I0.3 close_in push button inside closed
I0.4 open_out push button outside open
I0.5 close_out push button outside close
I0.6 key key switch outside

29 July 2021 08:09:32 Page 6


FST - GARAGE (This is First Example) - FEC Standard
Properties of Program 0 (V1)
Type: Program
Number: 0
Version: 1
Comment: No comment

File: C:\FST4\Projects\GARAGE\CZ0P00V1.awl
Size: 408 bytes
Date: 29 July 2021 08:06:56

Language: Statement List


Last Compiled: 29 July 2021 08:06:57

29 July 2021 08:09:32 Page 7


FST - GARAGE (This is First Example) - FEC Standard
Program 0 (V1) - No comment
0001 ""Project:Garage
0002 ""Author:Bagus Wahyu Utomo
0003 ""Date:29 July 2021
0004
0005 ""Open Garage Door
0006 IF open_in 'push button inside open
0007 OR ( open_out 'push button outside open
0008 AND key ) 'key switch outside
0009 AND N relay_clo 'K2: relay to closed the door
0010 AND N close_in 'push button inside closed
0011 AND N close_out 'push button outside close
0012 AND N open 'limit switch garage door is opne
0013 THEN SET relay_op 'K1: relay to open the door
0014
0015 ""Stop Garage
0016 IF open 'limit switch garage door is opne
0017 OR close_in 'push button inside closed
0018 OR close_out 'push button outside close
0019 THEN RESET relay_op 'K1: relay to open the door
0020
0021 ""Closing the Garage Door
0022 IF ( close_in 'push button inside closed
0023 OR close_out ) 'push button outside close
0024 AND N closed 'limit switch garage door is closed
0025 AND N relay_op 'K1: relay to open the door
0026 AND N open_in 'push button inside open
0027 AND N open_out 'push button outside open
0028 THEN SET relay_clo 'K2: relay to closed the door
0029 OTHRW RESET relay_clo 'K2: relay to closed the door
0030
0031

29 July 2021 08:09:32 Page 8


FST - GARAGE (This is First Example) - FEC Standard
Log file for Program 0 (V1)
Thu Jul 29 08:06:57 2021
compiling CZ0P00V1
249 Bytes Machine Code

0 Error(s) in statement list CZ0P00V1, 31 Lines

29 July 2021 08:09:32 Page 9


FST - GARAGE (This is First Example) - FEC Standard
Cross Reference for Project GARAGE
Operand Symbol Program Used in line/rung

O0.0 relay_op P00V1.awl 13SET 19RESET 25IF


O0.1 relay_clo P00V1.awl 9IF 28SET 29RESET
I0.0 open P00V1.awl 12IF 16IF
I0.1 closed P00V1.awl 24IF
I0.2 open_in P00V1.awl 6IF 26IF
I0.3 close_in P00V1.awl 10IF 17IF 22IF
I0.4 open_out P00V1.awl 7IF 27IF
I0.5 close_out P00V1.awl 11IF 18IF 23IF
I0.6 key P00V1.awl 8IF

29 July 2021 08:09:32 Page 10

You might also like