Difference between revisions of "User Frame"

From SoftMC-Wiki
Jump to: navigation, search
(Created page with "== User Frame == User can add his own frame by teaching three points: A, B, C ==PROTO.PRO== New function must be defined in the PROTO,PRO file as: <pre> import_c RBT_TABLE...")
 
(PROTO.PRO)
Line 8: Line 8:
  
 
<pre>
 
<pre>
import_c RBT_TABLE(byval A as location of xyzypr, byval B as location of xyzypr,byval C as location of xyzypr, D as location of xyzypr) as long
+
IMPORT_C RBT_TABLE(byval as generic location, byval as generic location, byval   as generic location, as generic location ) as long
 
</pre>
 
</pre>
 
  
 
== Usage ==
 
== Usage ==

Revision as of 13:30, 24 December 2015

User Frame

User can add his own frame by teaching three points: A, B, C

PROTO.PRO

New function must be defined in the PROTO,PRO file as:

IMPORT_C RBT_TABLE(byval  as generic location, byval  as generic location, byval   as generic location,  as generic location ) as long

Usage

Calling:

-->?RBT_TABLE(A,B,C,D)

Return Value

Anything except 0 is an error code.