Jump to content

Raf

Members
  • Posts

    1
  • Joined

  • Last visited

LabVIEW Information

  • Version
    LabVIEW 2010
  • Since
    2008

Raf's Achievements

Newbie

Newbie (1/14)

  • First Post Rare
  • Week One Done
  • One Month Later
  • One Year In Rare

Recent Badges

0

Reputation

  1. Another option would be to use the "Database Options" callback. This is called before client Main Sequence. The DB connection string is located at: Parameters.DatabaseOptions.ConnectionString Unfortunately it seems that there is no option to gather this string using TS API, but the custom Operator Interface at start can eventually run in background a dedicated sequence just to get it. In this case it would be better also to set: Parameters.DatabaseOptions.DisableDatabaseLogging = True to avoid adding useless log entries in DB when calling the dedicated sequence at each Operator Interface start.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.