CS8C
D28070504A
145 / 248
Chapter 6 - Operation
The editor makes sure at all times that the program is coherent. This means that when a compound statement
(if,
while, for …)
is deleted, the corresponding instruction is deleted.
Example:
It is possible to mark instructions in order to globalize certain actions (copy, delete).
•
If a composite statement is selected, all the instructions between the start and the end are also selected.
•
Deselection of a composite statement deselects only that statement.
This means, for example, that to mark all the instructions contained between a
"while"
and an
"endWhile"
, all that
has to be done is to mark
" While"
twice.
Example:
There is a clipboard enabling you to copy instructions. Make sure that the instructions are valid in the program in
which they are pasted. Be careful with the local variables!
if nb>0
put
("True")
put
("True")
put
("false")
else
Removal of
if
put
("false")
endif
if nb>0
if nb>0
put
("True")
put
("True")
else
Removal of
else
put
("false")
put
("false")
endif
endif
while
put
("Press any key")
get()
endwhile
Selection of
"While"
or
"endWhile"
.
All the instructions are selected and
the selection goes after
"endWhile"
# while
#
put
("Press any key")
# get()
# endwhile
# while
#
put
("Press any key")
# get()
# endwhile
Deselection of
"While"
or
"endWhile"
.
Automatic deselection of
"While"
and
"endWhile"
while
#
put
("Press any key")
# get()
endWhile
Summary of Contents for CS8C
Page 1: ...CS8C Controller Instruction manual D28070504A 26 03 2009 CS8C St ubli 2009...
Page 4: ...St ubli 2009 D28070504A CS8C 4 248...
Page 6: ...St ubli 2009 D28070504A CS8C 6 248...
Page 8: ...St ubli 2009 D28070504A CS8C 8 248...
Page 9: ...CS8C St ubli 2009 D28070504A 9 248 Chapter 1 Introduction CHAPTER 1 INTRODUCTION...
Page 10: ...St ubli 2009 D28070504A CS8C 10 248...
Page 13: ...CS8C St ubli 2009 D28070504A 13 248 Chapter 1 Introduction...
Page 14: ...St ubli 2009 D28070504A CS8C 14 248...
Page 16: ...St ubli 2009 D28070504A CS8C 16 248...
Page 20: ...St ubli 2009 D28070504A CS8C 20 248...
Page 21: ...CS8C St ubli 2009 D28070504A 21 248 Chapter 3 Safety CHAPTER 3 SAFETY...
Page 22: ...St ubli 2009 D28070504A CS8C 22 248...
Page 31: ...CS8C St ubli 2009 D28070504A 31 248 Chapter 3 Safety...
Page 32: ...St ubli 2009 D28070504A CS8C 32 248...
Page 33: ...CS8C St ubli 2009 D28070504A 33 248 Chapter 4 Installation CHAPTER 4 INSTALLATION...
Page 34: ...St ubli 2009 D28070504A CS8C 34 248...
Page 43: ...CS8C St ubli 2009 D28070504A 43 248 Chapter 4 Installation Holder measurements Figure 4 5...
Page 52: ...St ubli 2009 D28070504A CS8C 52 248...
Page 53: ...CS8C St ubli 2009 D28070504A 53 248 Chapter 5 Integration CHAPTER 5 INTEGRATION...
Page 54: ...St ubli 2009 D28070504A CS8C 54 248...
Page 77: ...CS8C St ubli 2009 D28070504A 77 248 Chapter 5 Integration Figure 5 13 Switches...
Page 81: ...CS8C St ubli 2009 D28070504A 81 248 Chapter 5 Integration Figure 5 14 Switches...
Page 111: ...CS8C St ubli 2009 D28070504A 111 248 Chapter 5 Integration...
Page 112: ...St ubli 2009 D28070504A CS8C 112 248...
Page 113: ...CS8C St ubli 2009 D28070504A 113 248 Chapter 6 Operation CHAPTER 6 OPERATION...
Page 114: ...St ubli 2009 D28070504A CS8C 114 248...
Page 153: ...CS8C St ubli 2009 D28070504A 153 248 Chapter 6 Operation...
Page 154: ...St ubli 2009 D28070504A CS8C 154 248...
Page 155: ...CS8C St ubli 2009 D28070504A 155 248 Chapter 7 PC utilities CHAPTER 7 PC UTILITIES...
Page 156: ...St ubli 2009 D28070504A CS8C 156 248...
Page 161: ...CS8C St ubli 2009 D28070504A 161 248 Chapter 7 PC utilities...
Page 162: ...St ubli 2009 D28070504A CS8C 162 248...
Page 163: ...CS8C St ubli 2009 D28070504A 163 248 Chapter 8 Maintenance CHAPTER 8 MAINTENANCE...
Page 164: ...St ubli 2009 D28070504A CS8C 164 248...
Page 243: ...CS8C St ubli 2009 D28070504A 243 248 Chapter 8 Maintenance...
Page 244: ...St ubli 2009 D28070504A CS8C 244 248...
Page 245: ...CS8C St ubli 2009 D28070504A 245 248 Chapter 8 Maintenance APPENDIX...