|
Simulation Data Order
GPP2 creates an output file for the machine simulation. It turns out that the order of coordinates within each motion line may vary from machine to machine, because of their internal structure.
The MACH_SIM_ORDER string variable allows control over the order of output coordinates. It is a string of five characters, such as "XYZAB" or "XYZBA". It tells GPP2 how to organize the data in the output file.
For instance, "XYZAB" (the default value) creates X first, then Y, Z alpha and beta.
|