wiesemann Posted September 9, 2019 Report Share Posted September 9, 2019 Hi, the other day I could have used an easy way to make a show run as a loop for the next 1.5 months without the production software running. I know there are ways to do this with startup scripts etc... on a display machine which has to be made the „new master“. But I figured all this to be too complicated. At least for me not having done this yet. Why not configure all this from within the production software and export it to the specified display machine, just as if going online. Thanks in advance. 0 Quote Link to comment Share on other sites More sharing options...
Dataton Partner Nigel Posted September 10, 2019 Dataton Partner Report Share Posted September 10, 2019 It's really easy to do. Set up your show in Production to loop and upload it to the Display and confirm it's running ok. Then remote into the Display server. Go to the file menu on the Display server then choose "Edit startup script" Past the txt below into autostart.txt - Notepad window that opens up. ; This is a small example on a scrip that automatically loads and starts a show named "MyShow" ; ; Note: If the show contains of more then one computer then this script should only run on ; the computer designated as the cluster master and not on any of the other members of the cluster. ; The cluster master will automatically send the load command to all members of the cluster. ; authenticate 1 setLogoString "The show will begin shortly" delay 5000 load "MyShow" wait run Once that's done, change the line load "Myshow" to your filename. Save the file and close it Then you can choose the file menu again and choose Re-launch to test. On re-boot the show should automatically run. 0 Quote Link to comment Share on other sites More sharing options...
TomT Posted September 11, 2019 Report Share Posted September 11, 2019 Hi, there are several manuals in this forum how to setup a display computer running a wo-show without a production computer. But the question was: "Why not configure all this from within the production software and export it to the specified display machine, just as if going online." Would make it much more easier..... 0 Quote Link to comment Share on other sites More sharing options...
Moderator jfk Posted September 11, 2019 Moderator Report Share Posted September 11, 2019 7 hours ago, TomT said: Hi, there are several manuals in this forum how to setup a display computer running a wo-show without a production computer. But the question was: "Why not configure all this from within the production software and export it to the specified display machine, just as if going online." Would make it much more easier..... ... and Nigel provided instructions on how to do it from the production computer. The existing method is very flexible. At that point, it is a matter of opinion I guess, as Nigel states "It's really easy to do ..." 0 Quote Link to comment Share on other sites More sharing options...
wiesemann Posted September 12, 2019 Author Report Share Posted September 12, 2019 Well, just consider my original post as a kind of feature request. Cheers. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.