__header__
Description
A spread sheet defines a set of parameters.
Any row (or columm if nb columtns greater than nb rows) defined a single run item
Inputs
SpreadSheet
RunStep
The step to run on each Path Item (Spreadsheet row)
Name |
Command |
X |
Y |
Z |
Speed |
HeightPlasma |
MoveZ |
655.00 |
140.00 |
94 |
400 |
C1 |
MoveXY |
38.50 |
1115.65 |
83.40 |
500 |
C2 |
MoveXY |
38.50 |
302.85 |
83.40 |
400 |
C3 |
MoveXY |
1156.10 |
302.85 |
83.40 |
400 |
the first row of the table become the parameter names by which MCPath steps can access the data
The user can define any parameters as desired
ExternParameter
This is optional
If set copy the current parameters to this external collection. This is useful for making the parameters global so multiple mcPath steps can set the same parameters and external program.
Preferences
StartRow / EndRow
if defined as string looks for this name in the spread sheet.
If defined as an integer the EndRow is actually the number of Rows.
Parameters
The parameters extracted from the spread sheet for the current path command
__footer__