Nirvis slink-e plugin

Xlobby plugin development

Nirvis slink-e plugin

Postby meat on Wed Nov 03, 2004 7:04 pm

Hi

Is there a Nirvis Slink-e plugin available to control Sony CD carousels?


Thanks
meat
 
Posts: 26
Joined: Tue Nov 02, 2004 11:57 pm
Location: Herts, UK

Postby jowaldo on Wed Nov 03, 2004 7:21 pm

Nope, I remember hearing some people talk about this, but there wasn't enough of a demand for someone to write it.

I bet you could get it to work in xlobby through girder though.
jowaldo
 
Posts: 903
Joined: Wed May 21, 2003 7:17 pm

Postby meat on Wed Nov 03, 2004 7:34 pm

jowaldo wrote:
I bet you could get it to work in xlobby through girder though.


I wouldn't know how to begin - I went the hardware route for my job :oops:
meat
 
Posts: 26
Joined: Tue Nov 02, 2004 11:57 pm
Location: Herts, UK

Postby stevenhanna6 on Fri Nov 05, 2004 8:52 pm

I know you wont see me making a plugin for this, they dont even make them anymore.

The Slink-e product was discontinued on June 30th, 2004.
stevenhanna6
 
Posts: 904
Joined: Tue Feb 18, 2003 10:39 am
Location: Ontario, Canada

Postby hjackson on Sat Nov 06, 2004 4:12 am

Use the command line approach. I had used the Slinke with just batch files (command line) in the past. I would tell you how to set this up in Xlobby, but I am having problems executing my batch files in Xlobby, and no one has responded to my batch file questions yet... :(

hjackson
hjackson
 
Posts: 371
Joined: Sat Nov 29, 2003 7:12 am
Location: Tampa, Florida

Postby meat on Tue Sep 06, 2005 7:14 pm

I have this working with thanks.

Ed
I can post the batch files too
I used the DVD changer thread and pass variables to a batch containing the following dvdselplay.bat %1 %2 %3.
*Search for the USB IR DVD changer thread. use spaces in the slotnumber field to represent %1 %2 %3 carousel number.
*Find a program called sleep.exe and download it.

Change the environment variable Path to add c:\slcmd;c:\slcmd\contfiles;

*Configure slcmd_init.bat for ?your? equipment
C:\Progra~1\Nirvis\SlinkX\slcmd deldev cd
C:\Progra~1\Nirvis\SlinkX\slcmd deldev amp
C:\Progra~1\Nirvis\SlinkX\slcmd deldev dvd
C:\Progra~1\Nirvis\SlinkX\slcmd adddev cd c:\progra~1\nirvis\device~1\sony\cdir.cde 1 1 4080
C:\Progra~1\Nirvis\SlinkX\slcmd adddev amp c:\progra~1\nirvis\device~1\sony\ta-n9000esdigital.cde 1 1 4080
C:\Progra~1\Nirvis\SlinkX\slcmd adddev dvd c:\progra~1\nirvis\device~1\sony\dvdcx850dir.cde 1 1 4080

*Configure conf_DVD.bat
C:\Progra~1\Nirvis\SlinkX\slcmd send "amp:multi-dvd amp:afd"
C:\Progra~1\Nirvis\SlinkX\slcmd send dvd:poweron

*Configure dvdselplay.bat
C:\Progra~1\Nirvis\SlinkX\slcmd send dvd:return

call E:\slcmd\contfiles\Conf_dvd.bat

C:\Progra~1\Nirvis\SlinkX\slcmd send dvd:folderall
call E:\slcmd\contfiles\sleep.exe 7

C:\Progra~1\Nirvis\SlinkX\slcmd send dvd:%1
call E:\slcmd\contfiles\sleep.exe 1

C:\Progra~1\Nirvis\SlinkX\slcmd send dvd:%2
call E:\slcmd\contfiles\sleep.exe 1

C:\Progra~1\Nirvis\SlinkX\slcmd send dvd:%3
call E:\slcmd\contfiles\sleep.exe 2
C:\Progra~1\Nirvis\SlinkX\slcmd send dvd:enter
call E:\slcmd\contfiles\sleep.exe 1
C:\Progra~1\Nirvis\SlinkX\slcmd send dvd:play
meat
 
Posts: 26
Joined: Tue Nov 02, 2004 11:57 pm
Location: Herts, UK