7
Procedure before Startup
Have A Try For It
7
- 37
7.4 Have A Try For It
7.4.1
Setting Dedicated Input/Output
Make settings for dedicated input/output as listed in the table. After changing the parameter settings, power the
system off and on again.
For information about making these settings, refer to t
he "Instruction Manual
- Detailed Description of Functions
and Operation" which is separately issued.
Table 7-
6
Setting Dedicated Input/Output
Parameter name
Input
Output
Meaning
Number
Meaning
No.
IOENA
En
able operating right.
2000
Operating right is being enabled.
2000
START
Start programs.
2001
Programs are being started.
2001
STOP2
Stop.
2002
During suspension.
2002
SLOTINIT
Program reset.
2003
Program selection is permitted.
2003
SRVON
Servo power on.
2004
Servo being turned on.
2004
SRVOFF
Servo power off.
2005
7.4.2
About General-purpose Input/Output
General-purpose input/output, too, are accessible by using system
variables for I/O, such as M_In and M_Out.
However, you are not permitted to make such
access as spans beyond the region used in PROFIBUS, like 1999,
by using variables which access a plurality of bits, including M_Inb, M_Inw, M_Outb, and M_Outw. Ensure that
your programming stays within the region ranging from 2000 and 3951.
Correct examp
le: M_In (2000), M_Inb (2010), M_Out (3000), M_Outb (3010), etc.
Incorrect example: M_Inb(1999), M_Inw (5070)
、
M_Outb (1999), M_Outw (1999), etc.