|
Slink-e / CDJ Discussion Archive #1 Re: Can I send commands to the S-Linke parallel from CDJ?Posted By: Colby Boles <cboles@s...> In Response To: Can I send commands to the S-Linke parallel from CDJ? (Dan Butterfield)
Previously, you could not do low-level Slink-e control via device files, but now you can via new versions of CDJ and SLINKSERV along with a new device file called lowlevel.cde. The low-level language is described in lowlevel.cde, so I will not describe it here. Suffice to say that if you wanted to turn on a relay connected to parallel port bit 0, you would do the following: 1) get the new SW and lowlevel.cde 2) add the lowlevel.cde device and call it lowlevel. Select an ID of 1 and NO PORTS 3) set up the following events: Pre Startup - lowlevel:parhs[0] lowlevel:pardir[0] lowlevel:par[01] Shutdown - lowlevel:par[00] 4) enjoy music The Pre Startup event is a new one I added which occurs BEFORE the players are located (which you need). Again, read the lowlevel.cde file to understand what is going on. Colby
Slink-e / CDJ Discussion Archive #1 is maintained by slinke-bbs-owner@nirvis.com with WebBBS 3.21. |