LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Media Player Ver 10

I’m trying to Media Player (ver 10); the player works fine and my code seems to control the player; however, I’m not seeing any controls on the player itself that are changing when my program controls the player. In other words the image of the player is not updating when I run the program. Is there some method or invoke node that I’m not setting?

0 Kudos
Message 1 of 4
(2,687 Views)
It would be much easier to help if we could see your code.
Tim
GHSP
0 Kudos
Message 2 of 4
(2,665 Views)

OK here is my code

 

0 Kudos
Message 3 of 4
(2,633 Views)

It looks like to me that your code is getting stuck in this vi

 

 

Help.png 

 

 

There is not ime out so you never initilize the active X component for the Media player. You need to have a time out or fix the problem of why you are not exiting this vi.

 

Tim
GHSP
0 Kudos
Message 4 of 4
(2,627 Views)