Jump to content

frg

Members
  • Posts

    2
  • Joined

  • Last visited

LabVIEW Information

  • Version
    LabVIEW 2011
  • Since
    2008

Recent Profile Visitors

994 profile views

frg's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Thank you Jeff for this answer. This mechanism is working but without this “Automation Open” command. Without this, everything is working now. But I can’t figure out if and when this “Automation Open” command is need. Is it possible to get reference to TS engine without running seq? That’s mean, I got S open but none seq is running. Then I run VI and after this I start TS seq. maybe this command is need for it? I try many variants to get ApplicationMgr reference with this mechanism, but always fail. If you can take a look for my VI I will be grateful. Without green box, everything is working. Strange is that even without AppMgr ref, I got correct information about "version" form IEngine ref. Thank you in advance and best regards.
  2. Hello, I try to make application in LV which will start from TS and will receive callbacks from TS as standard UIMessage. All examples which I found was when LV application started TS and then register callback. This is in “simple UI example”. But I want to lunch panel after sequence in TS was started and then register callbacks. Normally to register callback “Application Manager” is using, but I don’t know how to connect this control to TS context. Also I try to use TS.IEngine obcject and connect this with TS via RunState.Engine but still nothing. Could anyone help me to move next step? This is my simple application example. Thank in advance adn best reagrds. PS: Sorry for my eng.
×
×
  • Create New...

Important Information

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