Parallel port sample rate

Hi,
I`m desperately in need of your help.
For my school project, I`m trying to write a labview code in order to acquire air pressure data by using 8-bit analog digital converter via parallel port. Although my signal frequency very low -100 Hz-I think  I experience sampling rate problem. I  want to put sample rate and frequency data in my code but  how can I put it in my code?I `m giving square waveform via function generator which I need to see it on my graph in Labview. But there is something wrong in my signal in waveform chart. You can see screenshot and code attached.  . Also there are some noises and amplitude is not stable . How can I fix this?
Would you please have a look at to my code and tell me how can I set sample rate and frequency?
Attachments:
CAN1.VI ‏21 KB

Hi LW-s
There isn't really a way to set the sampling rate for these VIs. You will have to use software timing. The only way to do this is with 'wait' functions inside your loop. You can also implement some logic to smooth/adjust your waveforms.  For a square wave the logic is pretty simple. If the input value is above a threshold store it as the max and if it is below the threshold store it as the min. (See the example below). For sine waves this is a bit more difficult and if I were you I would probably try to implement some sort of averaging. 
Best Regards,
Chris J
Message Edited by ChrisJ on 08-23-2005 05:31 PM
Attachments:
example.JPG ‏86 KB

Similar Messages

  • Problems with audio Parallels sample rate

    Hi!
    I recently I installed Finale 2014 in my iMac (Os X 10.9.2) and, when I try to run the application, I receive an error message telling that I must adjust my audio sample rate to 44.1 kHz and Finale crashes. So, by going to Applications --> Utillities --> Audio and MIDI Setup, I adjusted the sample rate to this value and the issue continues to appear. By contacting Finale support, they told me that I must remove my audio device from Parallels Desktop 9 (I was not allowed to adjust this device). But, the problem is that I simply can not remove the device - when I select the device, the " - " signal is in gray. How can I remove the device, in this case?
    Thank you!

    Hello!, first of all thanks for your reply. Yes, the camera is the same, the problem is on my computer, I have discovered a solution: first I capture the audio, only the audio, and then the video, only the video. After this I soncronize the two separate files on Final Cut timeline. It´s a slow process, but I am really desesperated. I don´t know what happens, I few minutes ago I have captured a 30 mins. video and the sample rate of the audio was 42.145k (???). It´s a crazy thing...

  • Parallel acquire 2 signals with different sampling rate on 2 cards

    Hi NI,
    I have cDAQ-9178 and NI 9221, where sample rate is 10kHz and NI 9219, where I need sample rate about 10Hz, it's possible this confiruration for parallel acquire?
    Thank you.
    Neolker

    Hi Neolker,
    Do the tasks need to be synchronized or are totally independent tasks?
    If the tasks are independent, than you basically have to create two different tasks, even in two different loops that will run with different sampling rate.
    You can have them in the same loop the reading if you assure that the data are transfered in chunks to application memory according to tha sampling rate (Ex. for 10kS/s rate you can transfer data with 1kS chunks and for 10S/s rate with 1S chunk).
    If  you want to synchronize them, you will need a counter that will divde the sample clock from 9221 and route it to 9219.
    Let me know if you need more help.
    Best regards,
    IR

  • [WinXP/Lab​View7.0]Re​ading parallel port is too slow...

    Hi,
    First I would like to apologize for my English. I'm from Switzerland....
    I'm trying to read out a 16Bit A/D in 1us steps. Serial Communication over a PIC is too slow, so I was looking for a faster option. I found out there is possibility to read from the parallel port:
    I downloaded and installed the AccessHW drivers. I found 2 Vi's (see attached files) to read and write to the port. But this works only very slow. (100Hz read frequency).
    By the way I need some advice how to use 16 bits in minimum as inputs. When I set the bit 5 in Baseregister+2 I can read the Baseregister. I can read the whole byte except bit 3. This bit stays always high (3.4 VDC).
    The 5 status bits from Baseregister+1 I can
    read with no problems but the read frequency is around 100Hz too...
    The 4 control bits from Baseregister+2 I can't access. I followed the instructions in this link: http://zone.ni.com/devzone/conceptd.nsf/webmain/72​C6FC6CE4AD4D1386256B1800794596?opendocument#4 to make this 4 bits inputs, but it doesn't work. I set the Baseregister+2 00100100 (all of the 4 bits are high) and then I start to read out the Baseregister+2, but there are no changes, when I connect one of the 4 pins to ground.
    Hope there is anyone who can help me..!
    Greets
    Attachments:
    Input_Byte_From_Port.vi ‏20 KB
    Output_Byte_To_Port.vi ‏12 KB

    If you're trying to acquire a 16-bit sample at 1MS/s, using the parallel port, it will not work. In fact, many full-fledged DAQ cards do not support this high sampling-rate/resolution combination. Look at what NI has available here, in the S and E series DAQ boards--this should give you a feel for what's out there and what a professionally manufactured piece of equipment is capable of:
    http://sine.ni.com/apps/we/nioc.vp?cid=10955〈=US
    http://sine.ni.com/apps/we/nioc.vp?cid=1038〈=US
    As you noted already, a parellel port is going to be extremely slow for your needs, and likely not only be slow, but also have a pretty fair amount of timing jitter, since the timing of your read calls will be indeterminate. I would definitely recommend you look into som
    e other hardware acquisition option besides your parallel port... it won't get you very far unfortunately, because that isn't what it's really designed for.

  • Can digital I/O lines emulate a parallel port?

    BACKGROUND:
    I am writing a VI that needs to sample multiple analog channels at high speeds (~2 msec) while simultaneously receiving byte-sized codes transmitted from a second computer (from either it's serial port or parallel port). These other posts of mine might help you get a better idea of what I'm doing:
    http://exchange.ni.com/servlet/Redirect?id=1052290
    http://exchange.ni.com/servlet/Redirect?id=1057299
    THE PROBLEM:
    I need a way to receive these codes at the same high sample rate that the analog channels are being sampled with, and they need to be on the same timing signal (so I know when the codes arrived relative to the analog data). Thus I can't use the built in serial or parallel ports, since the timing would
    be inaccurate at such high speeds.
    MY QUESTION:
    Is there an established way to make the digital I/O lines on a NI daq board receive codes from a serial or parallel port? I am using a PCI-6033e, so if I can just use the digital I/O lines on that board, that would be ideal. However, I would also be willing to buy a sepparate digital I/O board that could be linked (for timing purposes) via an RTSI bus, and use that to receive the bytes from the second computer.
    Any ideas for a software or hardware solution to this problem?
    Thanks,
    Zach Crittendon

    Thanks, Filipe. That's pretty much what I expected as far as the PCI-6033 card was concerned.
    However, one thing I failed to mention was that the host computer can only use its standard built-in serial or parallel port, not an NI DIO card (the signals are coming from antequated software that can't realistically be ported to use an NI card).
    So...is there a way to take a parallel-port signal from the host computer and have an NI DIO card on the client computer receive it? (Presumably after passing through some sort of adapter, if necessary.) If so, what sort of DIO card should I look at?
    Thanks again,
    Zach Crittendon

  • Separate sampling rate for two different channels for a USB-6009 daq

    Hi, 
    I am using a USB-6009 and incorporating the 'daq assistant' to change the sample rate.  I am trying to find a way to set the sampling rate to two unique values for two separate channels.  I've tried setting up two daq assistants and adjusting the sample rate different for each channel, though this does not work.  Is there any way to set the sample rate high for all channels then reduce the rate for a different channel - or an alternative?  I would appreciate any input on this, thank you!
    - Anthony
    Solved!
    Go to Solution.

    All tasks on a DAQ board that use a sampling clock must use the same clock.  Therefore, you cannot have two tasks on the same DAQ board sample at different rates.
    Alternatives would be:
    1. to combine all of the channels into a single task and just accept the extra data
    2. get an extra DAQ board to use in parallel
    There are only two ways to tell somebody thanks: Kudos and Marked Solutions
    Unofficial Forum Rules and Guidelines

  • How can I write to the parallel port using LabVIEW 6.0.2

    I have tried updating the labview.ini file and also using the parallel.llb available on the site. When I execute the program it gives me error 37 saying,"device not found". I am running this code on windows 98. I tried to use VISA write,serial port write (using port 10) but nothing seems to work. I also tried to develop a sample code using inPort and outPort, but no success, it is not able to read the data back from the parallel port, even if it seems (????i don't know any way to cross-check it though????) to write.
    Does anybody know the problem here?
    THanks.
    Pari.

    Thanks Brian.
    Well here is the next problem. I got a VI (attatched) off ni.com and it works fine on a windows98 platform. But quits working on NT.
    I can write perfectly (which i checked by hooking an LED display unit at the other end of the parallel port cable). I observed that the LEDs respond to the toggling of individual bits (data bits). But the error occures at the "out port.vi", when I try to run it on a NT machine (where I actually wanna use it). Are you aware of any changes to be made in order to run a VI on NT that works on 98?
    Thanks again.
    Pari.
    Attachments:
    parallelPortSwitcher.vi ‏124 KB

  • Digital sample rate

    Is there a way to set the sampling rate for digital inputs?
    In am using an 6032E Daq board. I use two VI's: Port Config and Port Read, but there I cannot set the sampling rate.
    The only thing I found with rate is for handshaking.
    I still have an other question then: in the same VI, I want to read from an Analog input and from a Digital input. I already wrote that VI, and it runs, but is there something I must consider when reading from both analog and digital inputs at a time?

    You cannot set a sampling rate for digital operations on an E-eries DAQ board. The port is static, meaning that there is no timing circuitry controlling the port. It is updated or read by software command only.
    You configure the port once, but you must call port read each time you want read from the port, and port write each time you want to update the port.

  • Audition 3 seeing a different sample rate setting than what the device shows

    Hi,
    I have just installed Adobe Audition 3, along with the 3.01 patch, on a brand new system running Windows 7 64 bit. The mother board is an Asus Sabertooth X58 using Realtek High Definition Audio. The device drivers show that the audio sampling rate for line input is set to 24 bit 192K. I wanted to set it to the maximum that the sound card would allow to test performance and audio quality.
    The problem is when I bring up Audition 3 and hit record, I get the message "We do not support recording when your file does not match your hardware sample rate. Your current hardware sample rate is 44100Hz". Clearly this is not the case since the Line In Properties - Advanced tab is displaying "2 channel, 24 bit, 192000 Hz (Studio Quality).
    Under Audition's Audio Hardware Setup it shows only one choice for Audio Driver: Audition 3.0 Windows Sound. It also displays Sample Rate: 44100Hz, Clock Source: Internal, Buffer Size: 2048 samples with no way to change these values.
    If I click on the Control Panel button I get:
    DirectSound Input Ports:
    Device Name: Line In (High Definition Audio Device
    Audio Channels: 2
    Bits per Sample: 16
    Anyone know of how I can change these settings to get Audition to agree with the device settings?
    Thanks
    Dale

    DaleChamberlain wrote: Anyone know of how I can change these settings to get Audition to agree with the device settings?
    I'm afraid that life is nowhere near that simple. The main issue here is that Audition, in common with most audio software, uses a driver system called ASIO to talk to the sound device - this cuts out a lot of the OS and reduces the latency of the system considerably. There are several problems with ASIO though - the first being that it only supports a single device per system (or sometimes multiple identical devices if the manufacturer can make them look like a single device), and with software designed to use this driver, then to use any other driver (like a native Windows one) you have to use a converter stage like ASIO4ALL. This will convert the ASIO streams to WDM, and let you use multiple sound devices - but with increased latency.
    It's the second problem that's really going to stuff you though - and that is that quite reasonably, ASIO is limited by its inventors to run only at three sample rates; 44.1k, 48k and 96k. So there's no way you can run at what you think might be a higher quality setting. All settings above even 48k are making your sound device work much harder, and for what? All that happens is that you increase the potential frequency response to way beyond the human hearing range - to no purpose at all. You don't have sources that can produce useful output at these frequencies, and you certainly don't have the means to reproduce them. This has all been well documented and explained before, so I'm not going over all that again. In a nutshell, Nyquist points out that any digital sampling device has a frequency response limited to a maximum of half of the sample rate, so for 48k that gives us a frequency response up to 24kHz - comfortably higher than any adult can hear by quite a long way. Anything you sample and record beyond this by using even 96k is nothing but noise as far as humans are concerned, and unpercievable noise at that.
    So what the line input properties tab is saying is, if you have a non-ASIO driver designed to support all potential rates, possible. You don't have an ASIO driver available, because it's a built-in sound device, and anyway you've already pointed out that it's using the Audition Windows driver (a cut-down version of ASIO4ALL, effectively), so a conversion is already taking place. What Realtek refer to as 'High Definition Audio' is no such thing - all on-board sound devices of this nature are of universally low quality, and to improve this you'd need an external device - of which there are many available, usually with dedicated ASIO drivers. But none of them will work with ASIO beyond 96k, simply because the standard doesn't support any higher rates.
    If you download and use ASIO4ALL (it's free), then you will get an additional control panel which will show you exactly what your sound device is capable of doing as far as Audition or any other ASIO software is concerned, and this is a useful diagnostic tool anyway, so it's worth doing. You just select this option when installed, instead of the Audition Windows Driver.
    I'm sorry to be the bearer of what seems like bad news, but actually, it isn't. You will percieve no quality difference at all running at anything beyond 48k sample rates; all you will be doing is wasting your computer's resources unnecessarily. You waste both processing resources and hard drive space by processing at ridiculously high sample rates, and there are zero returns.

  • Anybody knows how to control parallel port to generate digital line ?

    All,
         I have found at some website, there are a software can generate corresponding signal (I suppose that is digital line) to driver a relay board, the relay board is 8 channels. which out put is pin 2, pin3, pin 4, pin5, pin 6, pin7, pin8 and pin 9 of parallel port to control it . it is well control, how can it do ?  and I want to simulate it at LV with parallel port too , how can it achieve ? which command, or a simple sample which you provide will be appreciated.
    thanks in advance.

    You forget to search through NI Web site. Here are some links.
    http://zone.ni.com/devzone/conceptd.nsf/webmain/72C6FC6CE4AD4D1386256B1800794596
    http://sine.ni.com/apps/we/niepd_web_display.display_epd4?p_guid=B123AE0CB9CB111EE034080020E74861
    Sergey

  • How to enable parallel port DC5800

    This PC has header pins on the motherboard for a parallel port and I have connected a header cable but linux does not recognise that the computer has any parallel port hardware. There also seems to be no way to enable or disable the parallel port in the BIOS although it does have a setting for the printer port mode. The parallel support is described as "optional" on this PC, is it possible that the port cannot be enabled on this model?
    Additional: I just installed Windows and it's the same. It really seems like the parallel port is disabled at BIOS level and cannot be activated.

    869578 wrote:
    Could you give me a sample query using by the above example query?
    What kind of hints are needed in order to invoke multiple db link? As I said - this (distributed PQ across db links) is not supported. PQ needs to run inside a single database.
    The only time that PQ runs across servers, is with an Oracle RAC database. But even then, PQ runs inside a single physical database.
    If you want to use parallel processing across databases via db links, you need to code and implement that yourself.

  • Parallel Port Help. Please

    Dear friends,
    Am developing an application that is to use the javax.comm package under a Linux (Fedora Core 5) system. However am quite stuck when it comes to sending a signal to a specific 'wire' off the parallel port.
    I have read about the configuration of the parport that is in such a way:
    1      Not normally used
    2-17      Data ports
    17-25     Ground
    so that if I want to send a signal to port 2 and ground I will open the port and transmit the signal 0100000000000000000000000 correspoding to the various port wires. This is, however, not working since the ports are giving me a HIGH signal through the entire time even when no signal is being trandmitted. How can I work around this or is there an easier or better way to go round this?
    This is the class I use to open/close the ports
    package controllers;
    import javax.comm.*;
    import java.io.IOException;
    import java.util.*;
    import java.io.OutputStream;
    import java.io.InputStream;
    * This class forms the base of all communication port events
    * It opens and closes ports and sends packets of data through the
    * serial and parallel ports
    public class RS232BaseClass
        private SerialPort portName;
        private ParallelPort parPort;
        private CommPortIdentifier portID;
        private OutputStream portOut = null;
        private InputStream portIn = null;
        private boolean isParallelPortOpen = false;
         * The class constructor
        public RS232BaseClass()
            portName = null;
            parPort = null;
            portID = null;
            portIn = null;
            portOut = null;
         * Method to re-init everything
        public void reInit()
            this.portName = null;
            this.parPort = null;
            this.portID = null;
            this.portIn = null;
            this.portOut = null;
         * Method to retrieve list of ports in OS
        public void getListofPorts()
            System.out.println(
                    "Getting the List of Ports configured in this server");
            Enumeration pList = CommPortIdentifier.getPortIdentifiers();
            while (pList.hasMoreElements())
                portID = (CommPortIdentifier) pList.nextElement();
                System.out.println("Port :[" + portID.getName() + "]");
         * Method to open specific port required
        public void openPorts(String toOpenPort)
            System.out.println("Process is opening port: [" + toOpenPort + "]");
            // Retrieve the port
            try
                portID = CommPortIdentifier.getPortIdentifier(toOpenPort);
            catch (NoSuchPortException e)
                System.out.println(
                        "No such port available to retrieve - Program will Exit!");
                e.printStackTrace();
                System.exit(1);
            // Open the port
            if(toOpenPort.startsWith("LP") || toOpenPort.startsWith("/dev/parport"))
                try
                    parPort = (javax.comm.ParallelPort) portID.open(toOpenPort, 30000);
                    System.out.println("Port opened successfully!");
                    this.isParallelPortOpen = true;
                    // Get Output Stream
                    portOut = parPort.getOutputStream();
                    // We do not get InputStream since Parallel port does not support input
                catch (PortInUseException e)
                    System.out.println("Port is in use - Program will Exit!");
                    System.out.println("Owner is [" + e.currentOwner + "]");
                    e.printStackTrace();
                    System.exit(1);
                catch (IOException ioe)
                    System.out.println(
                            "IO Exception during stream IO - Program will Exit!");
                    ioe.printStackTrace();
                    System.exit(1);
            else
                try
                    portName = (javax.comm.SerialPort) portID.open(toOpenPort, 30000);
                    System.out.println("Port opened successfully!");
                    // Get Input Stream
                    portIn = portName.getInputStream();
                    // Get Output Stream
                    portOut = portName.getOutputStream();
                catch (PortInUseException e)
                    System.out.println("Port is in use - Program will Exit!");
                    System.out.println("Owner is [" + e.currentOwner + "]");
                    e.printStackTrace();
                    System.exit(1);
                catch (IOException ioe)
                    System.out.println(
                            "IO Exception during stream IO - Program will Exit!");
                    ioe.printStackTrace();
                    System.exit(1);
         * Method to set the port parameters
         * @param baudrate the baud rate of communication
         * @param dataBits the data bits of communication
         * @param stopBits the data bits to signify end of message
         * @param parity the parity rate of communication
        public void setPortParameters(
                int baudrate,
                int dataBits,
                int stopBits,
                int parity)
            try
                portName.setSerialPortParams(baudrate, dataBits, stopBits, parity);
            catch (UnsupportedCommOperationException ucce)
                System.out.println(
                        "Unsupported Comms Operation - Program will Exit!");
                ucce.printStackTrace();
                System.exit(1);
         * Method to set Port Wait timing - Different for different devices
        public void setPortReceiveTimeout(int timeOut)
            try
                this.portName.enableReceiveTimeout(timeOut);
            catch (UnsupportedCommOperationException ucce)
                System.out.println(
                        "Unsupported Comms Operation - Program will Exit!");
                ucce.printStackTrace();
         * Method to Read contents from the port
        public String readPort()
            System.out.println("Reading From port...");
            StringBuffer buffer = new StringBuffer();
            int ch = 0;
            try
                while ((ch = portIn.read()) != -1)
                    buffer.append((char) ch);
                portIn.close();
            catch (IOException e)
                e.printStackTrace();
            System.out.println(
                    "String read is ["
                    + buffer.toString()
                    + "] Length is "
                    + buffer.toString().length());
            return buffer.toString();
         * Method to write contents to the port
        public void writePort(String outToPort)
            try
                portOut.write(outToPort.getBytes());
                System.out.println("Writing out [" + outToPort + "]");
    //            System.out.println("Data written out successsfully!");
            catch (IOException e)
                System.out.println("IO Exception during Writing to port");
                e.printStackTrace();
         * Method to close the port
        public void closePort()
            System.out.println("Closing Port");
            if(isParallelPortOpen)
                this.parPort.close();
            else
                this.portName.close();
            System.out.println("Port closed successfully!");
    }Thanks.

    After much googling and searching all over the web, I found out that package javax.comm is just redundant and, for a lack of more appropriate word, useless. The same goes for package rxtx. However, I came across something called parport that gives excellent output in very simple ways :)

  • E-MU 0204 for Vinyl Recording: Missing Sampling Rates Using Windows 7 Drivers?

    Hi all,
    Just so you know, the primary use for the E-MU 0204 is to convert the mounds of LPs I have into digital format (either 88.2 or 96 kHz sampling at 24 bit). Having said that, I'm going through a lot of growing pains with the E-MU 0204 unit I just purchased. The specs of my setup is as follows:
    -Windows 7 Pro 64Bit 8GB ram
    -Stanton T.92 USB (with internal preamp removed)
    -Shure M97xE cartridge
    -ART DJ PreII Phono Preamp.
    As far as I can tell, the E-MU drivers are properly loaded onto the OS and in the Device Manager>Sound, and video game controllers, windows correctly identifies the unit as a "E-MU 0204 USB".
    From the specifications of the unit here:
    "Sample Rates: 44.1, 48, 88.2, 96, 176.4, 192kHz from internal crystal (no sample rate conversion)
    Bit Depth: 24-bit I/O, 32-bit processing
    USB Hi-Speed
    - Full 24-bit resolution at all sample rates
    - Stereo in, stereo out at all sample rates"
    Yet, in the "Recording Devices" of my OS, I get only the following choices:
    -2 channel, 16 bit, 88200 Hz (Studio Quality)
    -2 channel, 16 bit, 96000 Hz (Studio Quality)
    -2 channel, 16 bit, 176400 Hz (Studio Quality)
    -2 channel, 16 bit, 192000 Hz (Studio Quality)
    -2 channel, 24 bit, 44100 Hz (Studio Quality)
    -2 channel, 24 bit, 48000 Hz (Studio Quality)
    -2 channel, 24 bit, 96000 Hz (Studio Quality)
    -2 channel, 24 bit, 192000 Hz (Studio Quality).
    The 44.1 kHz/16 bit, 48 kHz/24 bit, 88.2 kHz/24 bit, and 176.4 kHz/24 bit modes seem to be missing.
    My preferred choice for recording LPs is to use 96/24 for LP music that I know will not be burned onto CD, and 88.2/24 for LP music I know may be burned onto CD in the future at some point.
    Am I missing something here? Please help!
    I'm pretty new to this whole E-MU interface stuff, so I appreciate your patience in advance.
    Thanks kindly,
    Andrew

    dgoh88 wrote:
    okay just got home, turned the PC back on and now all the sounds are distorted again. Tried completely disabling wireless ports, still the same. About to throw in the towl already
    There can be other high priority prcosses as well.
    Keep trying with DPC Latency Tool ...
    Also, you could try by
    - turning off all visual effects of O/S (incl. Aero)
    - turn off indexing service
    - launch perfmon.msc / system monitoring tool to see which processes uses CPU/etc.
    If you already uninstalled XP then why not install XP as well (dual boot system). Most audio interfaces works better on 32-bit XP compared to Vista/W7 & 64-bit systems.
    jutapa

  • MyRIO aggregate sample rate

    Hi Forums,
    Quick question, the myRIO AI sample rate is 500kS/s aggregate on the MXP connectors (A and B).
    My current thoughts are that connecting to inputs on AI0-AI3 on MXP connector A, would give me 125kS/s per channel, therefore ~ 62.5kHz bandwidth (please correct me if I'm wrong).
    What I'm trying to work out, is whether the 500kS/s gets split between the total inputs shared between MXP A & MXP B; or is it 500kS/s aggregate per connector? I.e. If I split my inputs to AI0-AI1 on MXP A; and AI0-AI1 on MXP B, would I be able to increase my sample rate per channel?
    Kind thanks,
    Tori
    Tori
    Student
    Solved!
    Go to Solution.

     Hey Tori,
    Here is a thread on a similar question: http://forums.ni.com/t5/Academic-Hardware-Products-ELVIS/Question-about-myRio-Hardware-ADC-DAC/td-p/...
    Any I think my answer in that thread (copied below) should answer your question:
    The best way to think about the myRIO hardware is as if it has two ports the MSP and MXP (don't distinguish between A and B on the MXP connectors).
    The MSP AI, MXP AI, and Audio In (ie all the AI) share the same ADC.
    The MSP AO and Audio Out each have their own DAC but share an SPI line.
    The MXP AO has its own DAC and has its own SPI line
    Let us know if you have additional questions!
    -Sam K
    LabVIEW Hacker
    Join / Follow the LabVIEW Hacker Group on google+

  • 2 Firepods + LaCie FW800 External HD = Sample Rate Error

    I've had my first Mac for only 3 weeks now and have found this board EXTREMELY useful in solving every little problem I've had, even with my lack of Mac & Logic experience, until this one. Thanks in advance for the help.
    I'm getting an error while trying to use 2 Firepods w/ my new LaCie D2 Extreme 160gb FW800 external HD. I can record 12 tracks to the internal hd from the pods, but not if the LaCie is connected. When I connect all three I get the message "Error while trying to sync Audio & Midi, Sample Rate 40676 recognized. Check conflict between logic pro and external device." However, I can record from the built-in mic to the LaCie if the Firepods are not connected. Is there some conflict over the firewire ports? All of my sample rates (in AMS and Logic) are set at 24-bit 44.1kHz and I'm using built in audio for system I/O. Longwinded, but does anyone know what is happening here?

    I have the newest Powerbook G4; the two firepods are daisy-chained into the FW 400 port and aggregated as one 20 channel device. The LaCie goes directly into the FW800 port. There are also two USB ports for the xskey and wireless mouse. The firmware is updated and I have the Presonus Firepod Control installed as well. Thanks again.

Maybe you are looking for

  • I am having major Home Sharing issues (disrupting WiFi)

    Have done a lot of research on the particular issues Im having and can only find discussions on problems slightly tangential to mine. Beginning about a week ago whenever I would use home sharing on my iPad or iPhone (streaming through my Mac Pro desk

  • My dvd burner wont read  rom or cd's

    My Intel Mac Pro can read OSX install disc n dvd's  but cannot read dvd software install disc's nor any audio disc's... drive specs say it can read all that plus... is there something I have 2 do 2 Mac 2 reconcile this issue?

  • Need driver for combo drive px1055e-1nst

    hi, i need a the drivers fore my combo slimline dvd/rw px1055e-1nst where can i download it from ?

  • System problems with permanent internet connection

    Days ago we contracted a broadband internet connection with the Chilean company "VTR", the connection is permanent, reason why the only way to stop it is to disconnect the Ethernet cable of the Mac. The point is that when the Mac is connected to Inte

  • Setting for enjoy transactions

    Dear all, could any body help me in this. how do i get edit - new entries option in Img-Materials Management-Inventory Management and Physical Inventory-Settings for Enjoy Transactions-Settings for Goods Movement-Setting for Transactions and Referenc