DvbDream Community

- No topics related to illegal ways of watching TV ! -
It is currently Sun May 26, 2013 12:03 am

All times are UTC - 7 hours




Post new topic Reply to topic  [ 9 posts ] 
Author Message
PostPosted: Mon Nov 28, 2011 2:02 pm 
Offline
Just popping in

Joined: Sun Oct 30, 2011 9:50 am
Posts: 6
Hi, I'm sorry for my bad English.
I can get out of the module (plugin) api number and version number of DVB Dream?
If so, how ...
Best regards, z-wer

_________________
ss2.6d, drv 4.5.0, os windows xp


Top
 Profile  
 
PostPosted: Mon Nov 28, 2011 2:41 pm 
Offline
relocation
User avatar

Joined: Fri Jun 16, 2006 9:50 am
Posts: 1565
hi

to get DVB Dream version
function OnInit(pInfo: PInitInfo): BOOL; stdcall; export;
begin
...
pInfo^.dwVersion // current value: $01070100
...
end;

to get Module API version
function OnGetModuleInfo(ModuleInfo: PModuleInfo): BOOL; stdcall; export;
begin
...
ModuleInfo^.dwModuleAPI // current value: $01090000 (dd fills this first before the module, and sends to module here)
...
end;



current values are for DD v1.7a

_________________
DVB Dream - because I have to dream about having time to code it


Top
 Profile  
 
PostPosted: Mon Nov 28, 2011 10:20 pm 
Offline
Just popping in

Joined: Sun Oct 30, 2011 9:50 am
Posts: 6
Thank you.
:wink:
Good luck to you.

_________________
ss2.6d, drv 4.5.0, os windows xp


Top
 Profile  
 
PostPosted: Fri Dec 02, 2011 11:08 am 
Offline
Just popping in

Joined: Sun Oct 30, 2011 9:50 am
Posts: 6
Hello.
Do not place an unnecessary topic, there is another question.
How to send a message to the reintroduction of the current channel?
Of the module (plugin).
At the forum, and in the sources I found nothing.
I need to bypass your positioner.

My plugin works. Thank you for the source.
They have helped me. The project can lay out.
USB positioner.

Best regards, z-wer

_________________
ss2.6d, drv 4.5.0, os windows xp


Top
 Profile  
 
PostPosted: Fri Dec 02, 2011 2:38 pm 
Offline
relocation
User avatar

Joined: Fri Jun 16, 2006 9:50 am
Posts: 1565
sorry, I dont understand what you need

_________________
DVB Dream - because I have to dream about having time to code it


Top
 Profile  
 
PostPosted: Fri Dec 02, 2011 10:38 pm 
Offline
Just popping in

Joined: Sun Oct 30, 2011 9:50 am
Posts: 6
After stopping the engine(motor).
I need to send the message "The current channel is enabled."

Sorry for my English.
I understand you well.

_________________
ss2.6d, drv 4.5.0, os windows xp


Top
 Profile  
 
PostPosted: Sat Dec 03, 2011 12:13 am 
Offline
relocation
User avatar

Joined: Fri Jun 16, 2006 9:50 am
Posts: 1565
I am not sure if I understood but if you want to reset a channel after diseqc commands:

Use DDMODAPI_SET_CHANNEL_BY_CHID

lParam is channel id (the index of the channel in CHL)


You can get current channel ID by using DDMODAPI_GET_CHANNEL_ID

lParam is a pointer to an Integer variable

_________________
DVB Dream - because I have to dream about having time to code it


Top
 Profile  
 
PostPosted: Sat Dec 03, 2011 1:37 am 
Offline
Just popping in

Joined: Sun Oct 30, 2011 9:50 am
Posts: 6
:wink:
Low speed and high speed.
This lack of motor control.
In reality, it is impossible to calculate the time included the channel.
In managing the actuator - the parameters of motion are nonlinear satellite dish.

The moment of switching the current channel can not be determined.


Quote:
I am not sure if I understood but if you want to reset a channel after diseqc commands:

Use DDMODAPI_SET_CHANNEL_BY_CHID

After stopping the motor, I want to repeat the command to activate the channel

_________________
ss2.6d, drv 4.5.0, os windows xp


Top
 Profile  
 
PostPosted: Fri Dec 16, 2011 6:56 am 
Offline
Just popping in

Joined: Sun Oct 30, 2011 9:50 am
Posts: 6
Hi, rel
All Ok!

_________________
ss2.6d, drv 4.5.0, os windows xp


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 9 posts ] 

All times are UTC - 7 hours


Who is online

Users browsing this forum: No registered users and 0 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group