Announcement

Collapse
No announcement yet.

unreleased symbols and power outage

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • unreleased symbols and power outage

    Yesterday we had rolling black outs here in Texas and when I restarted my program I still had symbols connected to eSignal. Is there a way to get a list of unreleased symbols from a previous run? I would like to make a check of unreleased symbols each time my program starts. Is that possible?

    Thanks.

  • #2
    You can find a list of added symbols in
    eSignal Data Manager->Data->Symbols...

    You can remove them as needed.

    Anthony
    eSignal Developer Support

    Comment


    • #3
      I don't see that in the developers documentation. Can we access the "Data Manager->Data->Symbols" with code or do we have to manually look at the list in the Data Manager?

      Thanks
      Patrick

      Comment


      • #4
        Unfortunately, this cannot be accessed via the Desktop API. I suggest that your application maintain a list of symbols being added and you can call ReleaseSymbol when your program exits.

        You can also manually call ReleaseSymbol to remove these symbols when your application starts up just to make sure.

        Anthony
        eSignal Developer Support

        Comment

        Working...
        X