Rank: Advanced Member
Groups: Registered
Joined: 9/23/2017(UTC) Posts: 249 Location: Toronto
Thanks: 13 times Was thanked: 19 time(s) in 17 post(s)
|
In my continuing saga trying to get a complex graphic system working, I have almost everything in place, however I seem to have run into a snag. Looks like Excel will only send updated info to vMix when excel is saved. I'm wondering if its possible for real time updates, without having to manually save it every few seconds, the macro's I've tried for auto save have not been working, and it is not always the active window, but the data continues to change.
What are my options for real time data from excel?
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 3/28/2016(UTC) Posts: 159 Location: SACRAMENTO Thanks: 5 times Was thanked: 19 time(s) in 18 post(s)
|
spencerm24 wrote:In my continuing saga trying to get a complex graphic system working, I have almost everything in place, however I seem to have run into a snag. Looks like Excel will only send updated info to vMix when excel is saved. I'm wondering if its possible for real time updates, without having to manually save it every few seconds, the macro's I've tried for auto save have not been working, and it is not always the active window, but the data continues to change.
What are my options for real time data from excel? vMix is reading a file from disk which means it's only reading data from the last saved instance no matter how you look at it. Figure out how to do a save in your macro after an update or include a separate macro that simply saves the file or publishes an HTML file on a xx second interval. That's what i have done with success.
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 8/21/2017(UTC) Posts: 319 Location: Uk
Thanks: 26 times Was thanked: 33 time(s) in 29 post(s)
|
i believe you need to do a code that answers the question if value changes above 0.0001 then save and that should do it once you know what the code is to instruct that. unfortunately my knowledge is pretty limited in the code level of thins
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 2/16/2017(UTC) Posts: 125 Thanks: 25 times Was thanked: 25 time(s) in 18 post(s)
|
A few years ago I've setup a system that made a connection between Microsoft Access and PowerPoint. The slides were automatically updated. When using Excel there is always going to be some "latency" and you need to save because it doesn't do it automatically. So a real database is going to be the solution, I think;
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 8/21/2017(UTC) Posts: 319 Location: Uk
Thanks: 26 times Was thanked: 33 time(s) in 29 post(s)
|
can you do a command to save when the value changes above 0.001? I don't know if a save command is a thing but the other one is
|
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.
Important Information:
The vMix Forums uses cookies. By continuing to browse this site, you are agreeing to our use of cookies.
More Details
Close