home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
Support
Input / Output interfaces
Mini Display
Soundgraph VFD Timer
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Goersch" data-source="post: 209683" data-attributes="member: 59946"><p>Hello,</p><p></p><p>I'm trying to get a program running, which sets the Alarm Time of the VFD (iMONVFD_SetAlarmON), so that I can shutdown my system and it gets wakeup by the VFD. I found some programs on the internet on how to do this and I was able to compile and link everything - but now I'm at a point where help from an expert is necessary: I don't get past the initialization of the DLL <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite3" alt=":(" title="Frown :(" loading="lazy" data-shortname=":(" /> </p><p></p><p>This is part of my code:</p><p>if ( !iMONVFD_IsInited() ) </p><p>{</p><p> if ( iMONVFD_Init(0x4, 0x8888, 0) ) </p><p> {</p><p></p><p>and so on...</p><p></p><p>iMONVFD_Init never returns a true <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite3" alt=":(" title="Frown :(" loading="lazy" data-shortname=":(" /> ... as well as iMONVFD_isInited <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite3" alt=":(" title="Frown :(" loading="lazy" data-shortname=":(" /></p><p></p><p>I'm not sure about 3 things:</p><p>1) if I pass the right parameters (having the 2 line VFD)</p><p></p><p>2) I'm not using MP to handle the VFD - it's done by iMON itself. So I copied my program</p><p>to the installation folder of iMON. Is that the right place ?</p><p></p><p>3) If I do like described in 2), shouldn't iMONVFD_IsInited return already a true ?</p><p></p><p>Would be great to get some help.</p><p></p><p><img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite8" alt=":D" title="Big Grin :D" loading="lazy" data-shortname=":D" /> </p><p>Georg</p><p></p><p>Well, I got past this point. If I close iMON then I get access to the display <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite8" alt=":D" title="Big Grin :D" loading="lazy" data-shortname=":D" /> and my text is diplayed as well ... Looks like only one programm can handle the display at one time.</p><p></p><p>.. but <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite4" alt=":mad:" title="Mad :mad:" loading="lazy" data-shortname=":mad:" /> the system didn't wake up at the specified time <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite5" alt=":confused:" title="Confused :confused:" loading="lazy" data-shortname=":confused:" /> which I have set with iMONVFD_SetAlarmON (return value of this function was "true")</p><p></p><p>2 new questions:</p><p>1) Are there any other procedures I have to use so that the system wakes up ? (Using Version 6.....)</p><p></p><p>2) If I use the timer function of iMON, the display changes between the actual date/time and the</p><p>next wake-up time. Any ideas how to manage this ?</p><p></p><p>Mh, wouldn't it be possible to have this function directly in MP ?</p><p></p><p>Georg</p></blockquote><p></p>
[QUOTE="Goersch, post: 209683, member: 59946"] Hello, I'm trying to get a program running, which sets the Alarm Time of the VFD (iMONVFD_SetAlarmON), so that I can shutdown my system and it gets wakeup by the VFD. I found some programs on the internet on how to do this and I was able to compile and link everything - but now I'm at a point where help from an expert is necessary: I don't get past the initialization of the DLL :( This is part of my code: if ( !iMONVFD_IsInited() ) { if ( iMONVFD_Init(0x4, 0x8888, 0) ) { and so on... iMONVFD_Init never returns a true :( ... as well as iMONVFD_isInited :( I'm not sure about 3 things: 1) if I pass the right parameters (having the 2 line VFD) 2) I'm not using MP to handle the VFD - it's done by iMON itself. So I copied my program to the installation folder of iMON. Is that the right place ? 3) If I do like described in 2), shouldn't iMONVFD_IsInited return already a true ? Would be great to get some help. :thx: Georg Well, I got past this point. If I close iMON then I get access to the display :D and my text is diplayed as well ... Looks like only one programm can handle the display at one time. .. but :bitch: the system didn't wake up at the specified time :S which I have set with iMONVFD_SetAlarmON (return value of this function was "true") 2 new questions: 1) Are there any other procedures I have to use so that the system wakes up ? (Using Version 6.....) 2) If I use the timer function of iMON, the display changes between the actual date/time and the next wake-up time. Any ideas how to manage this ? Mh, wouldn't it be possible to have this function directly in MP ? Georg [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Support
Input / Output interfaces
Mini Display
Soundgraph VFD Timer
Contact us
RSS
Top
Bottom