05-14-2008 01:31 PM
05-15-2008 01:28 PM
I'm not sure I understand your question. The LabBasic home page says that:
Using LabBASIC is just like using any other VI. Source code can be typed into the syntax aware dialog box on the Express VI’s configuration dialog box, or a simple text control or constant can be used and wired to the LabBASIC VI. Values are passed into LabBASIC by bundling elements into a cluster, and then wiring the cluster to the LabBASIC VI. The LabBASIC VI produces a standard LabVIEW Error Cluster that can report on any syntax errors, and also allows the user to output a text string. This string can then be used, cast, split, etc for use by other elements in LabVIEW.
05-20-2008 02:16 AM