LabVIEWServerTypes

Use these constants with the serverType parameter of the LabVIEWAdapter.GetServerInfo method to determine the type of server the LabVIEW Adapter is using.

  • LabVIEWServer_ExecServer –(Value: 0x0) Specifies to use a LabVIEW executable server. LabVIEW executable servers include a LabVIEW development environment or a LabVIEW application that registers itself as a LabVIEW ActiveX Automation server.
  • LabVIEWServer_ExecServerDeferred –(Value: 0x2) Specifies to use the LabVIEW executable server. If the server selected is the LabVIEW Development System, LabVIEW will only launch on first use, rather than when the LabVIEWAdapter.SetServerInfo method is called.
  • LabVIEWServer_RTEServer –(Value: 0x1) Specifies to use a LabVIEW run-time server.

See Also

Effectively Using LabVIEW with TestStand

LabVIEW Adapter Configuration dialog box

LabVIEWAdapter.GetServerInfo