Chapter 5 - Programming Your Application
55
Multi-axis Operation
IDC’s IDeal command language is intuitive, yet powerful enough for difficult appli-
cations.The SmartDrives allow you to make multi-axis,synchronized,moves or mul-
tiple independent moves that start at the same time.
Simple GO Commands
The most intuitive and simple prog rams utilize the GO commands.Motion parame-
ters for each axis are separated by commas. Motion parameters consist of the AC,
DE,VE and either DI or DA command.These four parameters completely define the
commanded motion profile.The last parameter used by an axis is stored in a table.
The GO command uses the last DI or DA command processed to determine which
axes move and how far they move. For example:
Summary of Operators, Functions and Expressions
[ ]
Name Program
( )
Name Variable
&&
Logical AND
||
Logical OR
!
Logical NOT
!=
Not Equal
+
Add
-
Subtract
*
Multiply
/
Divide
=
Equal
>
Greater Than
<
Less Than
>=
Greater Than or Equal to
<=
Less Than or Equal to
&
Bitwise Boolean AND
|
Bitwise Boolean OR
++
Increment Variable
+=
Increment by n
--
Decrement Variable
-=
Decrement by n
<<
Shift Left
>>
Shift Right
Summary of Contents for B8961
Page 111: ...109 Chapter 7 Programming with Serial Communication...
Page 132: ...B8961 and B8962 User Manual 130...
Page 136: ...B8961 and B8962 User Manual 134 B8961 and B8962 Hardware Connections...
Page 137: ...135 Chapter 8 Hardware Reference B8961 and B8962 Input and Output Schematics...
Page 138: ...B8961 and B8962 User Manual 136 Connecting IDC Limit Switches to the B8961 2...
Page 156: ...B8961 and B8962 User Manual 154...