T O P I C R E V I E W |
netta |
Posted - 10/26/2006 : 09:34:28 AM Origin Version (Select Help-->About Origin): 7.5 Operating System: XP
If I try to communicate with Origin using the AOOpenCommunication vi when Origin is not currently running, it does seem to start an instance of Origin in the background and indeed proceeds to process commands sent to it correctly. The problem is that there's no indication to the user that this has happened.
Is there any way to for Origin to start automatically in the foreground so that the user can see the data being collected and graphs being drawn in real-time? |
1 L A T E S T R E P L I E S (Newest First) |
zachary_origin |
Posted - 10/26/2006 : 11:24:24 PM Try to add OAExecute.vi with the script node as doc -mc 0 after OAOpenCommunication.vi. This is a LabTalk script, which can control Origin running in background (doc -mc 0) or foreground (doc -mc 0).

Zachary OriginLab Technical Services. |