Denso RC5 Specifications Page 155

  • Download
  • Add to my manuals
  • Print
  • Page
    / 692
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 154
Chapter 6 Guide to Command Reference
6-1
6.1 Description Format of Command
Explanations
Chapter 9 and the following chapters provide descriptions of each PAC
command. This section explains the description format of commands.
9.4 HOME Coordinate
9.4 HOME Coordinates
HOME
(Statement)[Confirm to SLIM]
2.4.1. Function
Declares an arbitrary coordinates as a home position.
2.4.1.2 Format
HOME <Position type>
2.4.1.3 Description
This statement declares arbitrary coordinates designated with <Position type> a
s
the home position.
Define the home position for each program.
2.4.1.4 Related term(s)
GOHOME
2.4.1.5 Example
DIM lp1 As Point
HOME (350, 0, 450, 0, 0, 180) 'declares the coordinates of (350, 0, 450,
'0, 0, 180) as an home position.
HOME lp1 'declares the lp1 coordinates as an home
'position.
Description format of command explanations
(1) Command name: describes the command name first.
(2) Command type: describes the command type (statement, function,
system variable, built-in constant) after the command name. If the
command conforms to the SLIM standard, [Conforms to SLIM] is added.
(3) Function: explains the function of the command.
(4) Format: describes the syntax of the description format. If the command
includes an argument, the argument description is enclosed in “<” and “>.”
If there are plural arguments, a delimiter “,” is used.
Elements which can be ignored are enclosed in square brackets (“[“ and
“]”).
“[,<b>]” in “[” and “]” in the “[<a>[,<b>]]” format means that if <a> is ignored
then “[,<b>]” must also be ignored.
If only one element is required in a set of elements, the set of elements is
described within brackets “{” and “}”, and each argument is separated by a
delimiter “|”.
(5) Explanation: describes how to use the command.
(6) Related terms: shows other related commands or explanations.
(7) Example: gives a description of how to use the command.
(7)
(6)
(5)
(3)
(4)
(2)
(1)
Page view 154
1 2 ... 150 151 152 153 154 155 156 157 158 159 160 ... 691 692

Comments to this Manuals

No comments