Analogue Output from Numeric Value

I have a VI which converts a digital signal into a speed based on the number of pulses per revolution. What I would like to do is now output that numeric value as a scaled 0-5V channel. I have tried to use the DAQassistant as with all of my other analogue outputs but it gives a buffer error. I know it can't be that hard to implement, can someone point me in the right direction...
Thanks,
Richard

Thanks
Files are attached save under version 11.0/
Attachments:
MeasureFreqandGraphSpeed.vi ‏13 KB
ObtainSpeed.vi ‏23 KB

Similar Messages

  • Output only numeric values

    CREATE TABLE XYZ( A1 VARCHAR2(10));
    Inserting value in table
    SELECT * FROM XYZ;
    A1
    1
    999
    45
    $
    ^
    +
    =
    How get output only numeric values ?

    Hmm..
    satyaki>
    satyaki>select * from v$version;
    BANNER
    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Prod
    PL/SQL Release 10.2.0.1.0 - Production
    CORE    10.2.0.1.0      Production
    TNS for Linux: Version 10.2.0.1.0 - Production
    NLSRTL Version 10.2.0.1.0 - Production
    Elapsed: 00:00:00.01
    satyaki>
    satyaki>
    satyaki>CREATE TABLE XYZ( A1 VARCHAR2(10));
    Table created.
    Elapsed: 00:00:00.07
    satyaki>
    satyaki>insert into XYZ values('&val');
    Enter value for val: 1
    old   1: insert into XYZ values('&val')
    new   1: insert into XYZ values('1')
    1 row created.
    Elapsed: 00:00:00.00
    satyaki>/
    Enter value for val: 999
    old   1: insert into XYZ values('&val')
    new   1: insert into XYZ values('999')
    1 row created.
    Elapsed: 00:00:00.00
    satyaki>/
    Enter value for val: 45
    old   1: insert into XYZ values('&val')
    new   1: insert into XYZ values('45')
    1 row created.
    Elapsed: 00:00:00.00
    satyaki>/
    Enter value for val: !
    old   1: insert into XYZ values('&val')
    new   1: insert into XYZ values('!')
    1 row created.
    Elapsed: 00:00:00.00
    satyaki>/
    Enter value for val: @
    old   1: insert into XYZ values('&val')
    new   1: insert into XYZ values('@')
    1 row created.
    Elapsed: 00:00:00.00
    satyaki>/
    Enter value for val: $
    old   1: insert into XYZ values('&val')
    new   1: insert into XYZ values('$')
    1 row created.
    Elapsed: 00:00:00.00
    satyaki>/
    Enter value for val: #
    old   1: insert into XYZ values('&val')
    new   1: insert into XYZ values('#')
    1 row created.
    Elapsed: 00:00:00.00
    satyaki>/
    Enter value for val: ^
    old   1: insert into XYZ values('&val')
    new   1: insert into XYZ values('^')
    1 row created.
    Elapsed: 00:00:00.00
    satyaki>/
    Enter value for val: &
    old   1: insert into XYZ values('&val')
    new   1: insert into XYZ values('&')
    1 row created.
    Elapsed: 00:00:00.00
    satyaki>/
    Enter value for val: *
    old   1: insert into XYZ values('&val')
    new   1: insert into XYZ values('*')
    1 row created.
    Elapsed: 00:00:00.00
    satyaki>/
    Enter value for val: (
    old   1: insert into XYZ values('&val')
    new   1: insert into XYZ values('(')
    1 row created.
    Elapsed: 00:00:00.00
    satyaki>/
    Enter value for val: )
    old   1: insert into XYZ values('&val')
    new   1: insert into XYZ values(')')
    1 row created.
    Elapsed: 00:00:00.00
    satyaki>/
    Enter value for val: -
    old   1: insert into XYZ values('&val')
    new   1: insert into XYZ values('-')
    1 row created.
    Elapsed: 00:00:00.00
    satyaki>/
    Enter value for val: +
    old   1: insert into XYZ values('&val')
    new   1: insert into XYZ values('+')
    1 row created.
    Elapsed: 00:00:00.00
    satyaki>/
    Enter value for val: =
    old   1: insert into XYZ values('&val')
    new   1: insert into XYZ values('=')
    1 row created.
    Elapsed: 00:00:00.00
    satyaki>
    satyaki>commit;
    Commit complete.
    Elapsed: 00:00:00.00
    satyaki>
    satyaki>
    satyaki>select * from XYZ;
    A1
    1
    999
    45
    $
    ^
    A1
    +
    =
    15 rows selected.
    Elapsed: 00:00:00.01
    satyaki>
    satyaki>
    satyaki>
    satyaki>select * from XYZ
      2     where regexp_like(A1,'[[:digit:]]');
    A1
    1
    999
    45
    Elapsed: 00:00:00.00
    satyaki>
    satyaki>Regards.
    Satyaki De.

  • Can I get an analogue output from Apple TV?

    I am trying to connect my Apple TV to the Zone 2 of my AV receiver and it requires an analogue output. I purchased a digital to analogue converter and am running an optical cable from the Apple TV to the converter. It hasn't worked. Is there something I should be doing or trying?

    If you have it set for Dolby Digital out I'd alter that to Off in Settings as the DAC probably only handles stereo.
    AC

  • Percentages from Numerical Values Assigned to Text

    I am new to Excel and am having trouble with what I thought would be a simple formula.  I am trying to create a formula that will find the percentage of text in a single column.  Example, I am looking for the percentage of "Yes" to "No"
    values in a column, and am not sure if I should assign a numerical value and then try and create a formula that will calculate the percentage. I have had no luck so far, any help would be much appreciated.

    Assuming the yes/no values are in column A, the following formula with give the percentage of 'yes' entries in that column:
    =COUNTIF(A:A,"yes")/COUNTA(A:A)*100
    If you format the result as %, omit the *100.
    Cheers
    Paul Edstein
    [MS MVP - Word]

  • Writing console output from numerous classes to JTextArea?

    I have written a GUI for several classs and I was wondering if it is possible to have the output from these classes written to something like a JTextArea or equivalent.
    I know I could store the output (instead of System.out.print) and then setup a JTextArea and set the text equal to the stored output. I was hoping there was another way to do this that'd be more aesthetic.
    Thanks in advance.
    Se�n

    I have written a GUI for several classs and I was
    wondering if it is possible to have the output from
    these classes written to something like a JTextArea
    or equivalent.
    I know I could store the output (instead of
    System.out.print) and then setup a JTextArea and set
    the text equal to the stored output. I was hoping
    there was another way to do this that'd be more
    aesthetic.
    java.util.logging?Alternatively, create a TextAreaPrintStream class, overriding the appropriate methods and then call
    System.setOut(someTextAreaPrintStream);Jim S.

  • Type conversion from numeric value to time format

    hi guys,
    i hvae column called (Time in seconds).i need to convert the numeric value of one column into time format HH:MM:SS. for example 3012 =00:50:12.
    how can i proceed the same in the front end.
    Thanks & Regards,
    Nandu

    Hi..
    here is the code.. (assuming 10000 in the following code is your seconds, replace that with your value...)
    cast(TRUNCATE(10000/3600,0) as varchar(2)) || ' : ' || cast(TRUNCATE(60*((10000/3600)-(TRUNCATE(10000/3600,0))),0) as varchar(2)) || ' : ' ||cast(60*((60*((10000/3600)-(TRUNCATE(10000/3600,0))))-(TRUNCATE(60*((10000/3600)-(TRUNCATE(10000/3600,0))),0))) as varchar(2)) You can also use floor instead of truncate...
    Above will give only h:m:s format if hh (or) mm (or) ss are between 0 and 9. So, you may need to add case when condition before each concatenation: if hh is between 0 and 9 then need to concatenate with 0 else the same code...
    Thanks...

  • Analogue output from airport express

    Is there something odd about the output in analogue?
    I have two analogue inputs I use on my home stereo. From the airport and from Sky. To save me switching cables all the time, I bought an analogue hub.
    Sky works fine, it doesn't like the airport. Sky will work in any of the 3 inputs but airport will work in none of them. Oddly, as I change channels from input 1 to 2, there is a fleeting hearing of the airport output. Direct connection to the stereo Works fine.
    This is all a bit odd to me but perhaps I am being really dim. Any thoughts?

    If you temporarily connect a pair of stereo headphones to the audio port of the 802.11n AirPort Express Base Station (AXn) does the audio quality appear to be normal? If so, then the AXn is not the issue and it could be the cables, the analog hub, or the stereo.

  • Sample Clock from Numerical Position Output of Digital Encoder

    Hey everyone,
    I'm trying to sample a voltage (pressure inside an engine) with my NI USB-6212 against a rotary encoder position (crankshaft angle). For some brief background, I'm using a producer/consumer structure and my rotary encoder has proprietary VIs from the manufacture to interface. It's from US Digital and it's an HD25A. It makes the most sense to use my rotary encoder as a sample clock so I wind up with a sampled point of pressure data for each crankshaft angle. This makes it far easier to average pressure traces together and work with the data.
    I've found quite a few threads on this (links at the end of my post) but they all rely on having a pulse output from the digital encoder which is then wired into a counter input on their board. I don't have a pulse output, my encoder is outputting a numeric value between 0 and my chosen resolution (currently 3600, so 0 to 3599).
    My question is how can I take this changing numerical output and make a sample clock pulse for each time the value changes? Does this need to be turned into a task to use as a sample clock? I'm essentially using the data acquistion program from the example program Cont Acq&Graph Voltage-Ext Clk.vi.
    Thanks in advance for any help you can lend me and my apologies if I missed a prior thread on this topic. My search-fu wasn't able to turn anything up.
    Some relevant links I found, though I couldn't quite make enough sense of them to get the fog to lift:
    http://forums.ni.com/t5/Counter-Timer/How-to-reset-a-counter-on-external-signal-in-LabView/td-p/1521...
    https://decibel.ni.com/content/docs/DOC-12106
    http://ni.lithium.com/t5/Multifunction-DAQ/Rotary-encoder-data-acquired-simultaneously-with-analog-i...

    I don't think there is anyway you are going to make this work like you think you can.  The US digital encoders I have worked with and their VI's were based on reading the current encoder count through a serial port connection.  To do what you want, you are going to need to read the encoder every time the count changes.  At 216 kHz, a serial connection is not going to be able to do that.  Even if it could, you would essentially still have some latency between when the count changed and when the VI would be able to request a reading and get a response that showed the count had changed.
    You need to use an encoder that has a digital pulse output that you could use as a sample clock on a data acquisition card.

  • Error 10800 when doing Analogue Output with DAQPad-6070E

    I'm trying to test out the Analogue Output from my DAQPad 6070E (Firewire). I'm using the Example vi 'Generate N Updates', but get an error:
    Error 1080 occured at AO Control
    possible reasons: NI-DAQ LV: The opereation could not complete within the time limit.
    This example seems to work fine on a PCI E-series card, But the example claims it should also work fine on the DAQPad 6070E.
    It seems to sometimes work ok the first time I try after power cycling the DAQPad.
    I've tried updating to the latest version of NI-DAQ, with LabView 7.0, Windows 2000.
    If i used the test button from withing MAX, then the DAQPad seem to work fine with continuous output of a sine wave.
    Any help much appreciated.
    Ke
    ven.

    This is certainly not a solution, especially if you need a lower output rate/buffer.
    I've got the same problem with my DAQPAD 6052E. I traced it down to AO START vi. It appears when the output buffer is less than 1000 and the number of output buffer iterations is set to 1. The error does not appear when in the continuous output mode (number of buffer iterations is "0").  I talked to tech support, and they know about the problem, but they do not offer any solutions, except for using a larger buffer. Simply speaking, it is a bug in the driver, which they haven't fixed yet. Way to go, NI.

  • Creating a sound from an array of numeric values and playing it on speakers

    How do I create take a sound I have stored as an array (or could be an arraylist if needed) of numeric values (at the moment as doubles) whiten my program and output it to speakers? I am using blueJ.
    for example (0, 0.1, 0.4, 0.8, 0.9, 1, 0.8, 0.6, 0.3, 0.1, etc...) would be a very high frequency sin wave.
    Edited by: alan2here on Feb 6, 2008 11:28 AM

    I stumbled upon this thread with a question somewhat related:
    I've recorded a wave file from microphone. But what I would like is an array of numbers in the same way alan said. I'm also working on my own project involving signal processing (i'm trying to do speech recognition).
    I can't really find a nice way of getting that array of numbers. I've tried to find out how wave file stores it's data, and directly read from the File object, but i figured there should be an easier way...
    I used this code to read the sound:
    *     SimpleAudioRecorder.java
    *     This file is part of jsresources.org
    * Copyright (c) 1999 - 2003 by Matthias Pfisterer
    * All rights reserved.
    * Redistribution and use in source and binary forms, with or without
    * modification, are permitted provided that the following conditions
    * are met:
    * - Redistributions of source code must retain the above copyright notice,
    *   this list of conditions and the following disclaimer.
    * - Redistributions in binary form must reproduce the above copyright
    *   notice, this list of conditions and the following disclaimer in the
    *   documentation and/or other materials provided with the distribution.
    |<---            this code is formatted to fit into 80 columns             --->|
    import java.io.IOException;
    import java.io.File;
    import javax.sound.sampled.DataLine;
    import javax.sound.sampled.TargetDataLine;
    import javax.sound.sampled.AudioFormat;
    import javax.sound.sampled.AudioSystem;
    import javax.sound.sampled.AudioInputStream;
    import javax.sound.sampled.LineUnavailableException;
    import javax.sound.sampled.AudioFileFormat;
    public class SimpleAudioRecorder
    extends Thread
         private TargetDataLine          m_line;
         private AudioFileFormat.Type     m_targetType;
         private AudioInputStream     m_audioInputStream;
         private File               m_outputFile;
         public SimpleAudioRecorder(TargetDataLine line,
                             AudioFileFormat.Type targetType,
                             File file)
              m_line = line;
              m_audioInputStream = new AudioInputStream(line);
              m_targetType = targetType;
              m_outputFile = file;
         /** Starts the recording.
             To accomplish this, (i) the line is started and (ii) the
             thread is started.
         public void start()
              /* Starting the TargetDataLine. It tells the line that
                 we now want to read data from it. If this method
                 isn't called, we won't
                 be able to read data from the line at all.
              m_line.start();
              /* Starting the thread. This call results in the
                 method 'run()' (see below) being called. There, the
                 data is actually read from the line.
              super.start();
         /** Stops the recording.
             Note that stopping the thread explicitely is not necessary. Once
             no more data can be read from the TargetDataLine, no more data
             be read from our AudioInputStream. And if there is no more
             data from the AudioInputStream, the method 'AudioSystem.write()'
             (called in 'run()' returns. Returning from 'AudioSystem.write()'
             is followed by returning from 'run()', and thus, the thread
             is terminated automatically.
             It's not a good idea to call this method just 'stop()'
             because stop() is a (deprecated) method of the class 'Thread'.
             And we don't want to override this method.
         public void stopRecording()
              m_line.stop();
              m_line.close();
         /** Main working method.
             You may be surprised that here, just 'AudioSystem.write()' is
             called. But internally, it works like this: AudioSystem.write()
             contains a loop that is trying to read from the passed
             AudioInputStream. Since we have a special AudioInputStream
             that gets its data from a TargetDataLine, reading from the
             AudioInputStream leads to reading from the TargetDataLine. The
             data read this way is then written to the passed File. Before
             writing of audio data starts, a header is written according
             to the desired audio file type. Reading continues untill no
             more data can be read from the AudioInputStream. In our case,
             this happens if no more data can be read from the TargetDataLine.
             This, in turn, happens if the TargetDataLine is stopped or closed
             (which implies stopping). (Also see the comment above.) Then,
             the file is closed and 'AudioSystem.write()' returns.
         public void run()
                   try
                        AudioSystem.write(
                             m_audioInputStream,
                             m_targetType,
                             m_outputFile);
                   catch (IOException e)
                        e.printStackTrace();
         public static void main(String[] args)
              if (args.length != 1 || args[0].equals("-h"))
                   printUsageAndExit();
              /* We have made shure that there is only one command line
                 argument. This is taken as the filename of the soundfile
                 to store to.
              String     strFilename = args[0];
              File     outputFile = new File(strFilename);
              /* For simplicity, the audio data format used for recording
                 is hardcoded here. We use PCM 44.1 kHz, 16 bit signed,
                 stereo.
              AudioFormat     audioFormat = new AudioFormat(
                   AudioFormat.Encoding.PCM_SIGNED,
                   44100.0F, 16, 2, 4, 44100.0F, false);
              /* Now, we are trying to get a TargetDataLine. The
                 TargetDataLine is used later to read audio data from it.
                 If requesting the line was successful, we are opening
                 it (important!).
              DataLine.Info     info = new DataLine.Info(TargetDataLine.class, audioFormat);
              TargetDataLine     targetDataLine = null;
              try
                   targetDataLine = (TargetDataLine) AudioSystem.getLine(info);
                   targetDataLine.open(audioFormat);
              catch (LineUnavailableException e)
                   out("unable to get a recording line");
                   e.printStackTrace();
                   System.exit(1);
              /* Again for simplicity, we've hardcoded the audio file
                 type, too.
              AudioFileFormat.Type     targetType = AudioFileFormat.Type.WAVE;
              /* Now, we are creating an SimpleAudioRecorder object. It
                 contains the logic of starting and stopping the
                 recording, reading audio data from the TargetDataLine
                 and writing the data to a file.
              SimpleAudioRecorder     recorder = new SimpleAudioRecorder(
                   targetDataLine,
                   targetType,
                   outputFile);
              /* We are waiting for the user to press ENTER to
                 start the recording. (You might find it
                 inconvenient if recording starts immediately.)
              out("Press ENTER to start the recording.");
              try
                   System.in.read();
              catch (IOException e)
                   e.printStackTrace();
              /* Here, the recording is actually started.
              recorder.start();
              out("Recording...");
              /* And now, we are waiting again for the user to press ENTER,
                 this time to signal that the recording should be stopped.
              out("Press ENTER to stop the recording.");
              try
                   System.in.read();
              catch (IOException e)
                   e.printStackTrace();
              /* Here, the recording is actually stopped.
              recorder.stopRecording();
              out("Recording stopped.");
         private static void printUsageAndExit()
              out("SimpleAudioRecorder: usage:");
              out("\tjava SimpleAudioRecorder -h");
              out("\tjava SimpleAudioRecorder <audiofile>");
              System.exit(0);
         private static void out(String strMessage)
              System.out.println(strMessage);
    }Daniel

  • How to configure visa to adquire dat from serial port and then converted to numeric value from a home embedded device

    I already stablish communication with my serial port using VISA, selecting COM1 as the resoure name.
    After that, I tried to read the data from the port (as we know the data was in string format )but I need to convert the data to numeric value to hadle it (no arrays).
    Another main thing is that I'm develoing a new based Embedded design and tthe info that will trhow out from the device to the PC is binary.
    How can I solved the problem, and if I want to make bidirectional communication with my system how can I do it? The VISA intructions as *IDN? and so forthetc can be recognize by the external system if the COM1 port is recognized by NI Max as ADSRL1::I
    NSTR1?

    Hello,
    For an example of bidirectional serial communication in LabVIEW, please see the shipping example LabVIEW <-> Serial.vi. This can be found from LabVIEW by going to Help >> Find Examples. From the example finder, select Hardware Input and Output >> Serial >> LabVIEW <-> Serial.vi.
    Once you are able to read the string data in, you can use the VIs in the String/Number Conversion palette to convert the data to numeric format. To access these, right-click on the block diagram >> All Functions >> String >> String/Number Conversion.
    Let me know if this does not help.
    Regards,
    Sean C.
    Applications Engineer
    National Instruments

  • Get numerical values from 2D array of string

    Hello! 
    I start by saying that I have a base knowledge of LabView. I'm using LabView 2011. I'm doing some communications test via Can-Bus protocol. As you can see in pictures of the block diagram and of the front panel that I've attached I'm using "Transmit Receive same Port" LabView example. It works very good but I would need to insert the 8 data bytes that I receive from the server in 8 different numerical variables so that I could use them to make some operations. How can I get numerical values from the 2D array of string that I attached? 
    Every example that you can provide is important! 
    Thank you very much! 
    Attachments:
    1.jpg ‏69 KB
    2.jpg ‏149 KB

    Hi martiflix,
    ehm: to unbundle data from a cluster I would use the function Unbundle(ByName)…
    When you are new to LabVIEW you should take all the FREE online resources offered by NI on their website!
    Best regards,
    GerdW
    CLAD, using 2009SP1 + LV2011SP1 + LV2014SP1 on WinXP+Win7+cRIO
    Kudos are welcome

  • How to get the numeric value of DocTotal from UI API

    When I hit the ADD button I need to get the DocTotal from the UI API !
    All I have is the EditText which gives it in string and the problem is to double.Parse it
    it's a pain to do it while there is CultureInfo related issue with it.
    So It would be wise to get the numeric value directly from the UI API instead of getting the DocTotal by string and trying to convert it.  So is there any way to get the numrci value of DocTotal from UI API ?

    Hello Marc,
    Here is a function which considering the Culture Info and always working. You can speed it up by using extending admininfo to global vairables, and loading the values at startup of the addon.
    Use the oEditText.value.ToString() to convert into into the doulbe number:
    Public Function _string2double(ByVal s As String) As Double
            Dim d As Double
    ' This part is fast, when regional settings equal to sap B1 settings:
            Try
                d = Convert.ToDouble(s)
                d = Math.Round(d, 6)
                Return d
            Catch
            End Try
    ' Speed up performance: extend CompaneService variables to global variables and query them at addon startup.
            Try
                Dim nfi As System.Globalization.NumberFormatInfo = System.Globalization.CultureInfo.CurrentCulture.NumberFormat
                Dim oCompanyService As SAPbobsCOM.CompanyService = oCompany.GetCompanyService()
                Dim oAdminInfo As SAPbobsCOM.AdminInfo = oCompanyService.GetAdminInfo()
                Dim sbodsep As String = oAdminInfo.DecimalSeparator
                Dim sbotsep As String = oAdminInfo.ThousandsSeparator
                If s.IndexOf(Space(1)) > 0 Then
                    If oAdminInfo.DisplayCurrencyontheRight = BoYesNoEnum.tYES Then
                        s = s.Substring(0, s.IndexOf(Space(1)))
                    Else
                        s = s.Substring(s.IndexOf(Space(1)), s.Length - s.IndexOf(Space(1)))
                    End If
                End If
                Dim s1 As String = s.Replace(sbotsep, nfi.NumberGroupSeparator)
                s1 = s1.Replace(sbodsep, nfi.NumberDecimalSeparator)
                d = Convert.ToDouble(s)
                d = Math.Round(d, 6)
                Return d
            Catch
                Return 0
            End Try
        End Function
    Regards,
    J.
    Edited by: János Nagy on Oct 7, 2009 8:55 AM

  • Error displaying numeric values with SPREADSHEET output

    Hi, I'm using Reports 10g R2 and I have all my reports with PDF output, they render just fine.
    I want to render some of them with SPREADSHEET output but don't know why in some case numeric values are rendered as ****** instead of the corresponding number.
    The same report shows numeric values correctly in PDF but no in some Excel cells, just SOME of them, not all.
    I know that Excel column is not short because the internal value of the cell are the asterisks.
    What could be happening?
    Thanks!

    Hi Ruby,
    please refer to some very basic documentation on CRM 2007 Webclient UI or the IC Webclient of CRM 4.0.
    What you are trying to do is create a value node and your code ABAP is wrong.
    Here a code sample. Typed it by hand so there might be errors in it.
    data:
      ls_struct  type /mystructure,
      lr_struct_ref type ref to data,
      lr_node type ref to cl_bsp_wd_value_node.
    ls_struc-/attribute1/ = 'Hallo Welt'.
    get reference of ls_struct into lr_struct_ref.
    create object lr_node
    exporting iv_data_ref = lr_struct_ref.
    typed_context->/yourNode/->collection_wrapper->add( lr_node ).
    cheers Carsten

  • Output Message from Purchasing Value Key

    Hi All,
    Can anyone tell me how to configure the message and the output parameters for the time defined with the Purchasing Value Keys? What are the steps needed to create the message and to add an output?
    Any help would be greatly appreciated and ofcourse rewarded.
    Thanks
    Message was edited by:
            Steven Woods

    My observation is if purchasing value key is either blank or U (if it exists in the system as it can be kept or deleted) in the material master, the values from purchasing value key U is adopted in STO automatically. If purchasing value key is other than blank or U in the material master then the values from exact purchasing value key (from the material master) is adopted in STO.
    Need to have clarification on this whether it is controlled by configuration or it is hard coded in the system that Item Category U should pull purchasing value key U in STO if not getting purchasing value key from the material master.
    It would be great if some one can assist in this matter for clarification
    Thanks in advance

Maybe you are looking for

  • Itunes works for 1 Ipod, doesn't recognize another Ipod

    My nephew has an Ipod touch, and it is not being recognized by Itunes. I have an Ipod touch and when connecting it to his computer, it is recognized. I've gone through the steps and tips available on the support page, but I am not sure what else to d

  • File Adapter BPEL Process getting switched off

    The file adapter BPEL process reads a csv file which has a series of records in itfrom /xfer/chroot/data/aramex/accountUpdate/files. In between reading the files, the BPEL process gets switched off. The below snippet is the error we found in the doma

  • Message No. AB064

    When the user is running an Asset History Report, selects the Varient and executes, the following message appears: No data was selected Message No. AB064 Can anyone help?

  • Do we need to point clients to internal SUS with Caching on OSX Server

    It's my understanding that devices (iOS and OSX) on the same local network will grab content from the Caching Service in OSX Server automatically without any configuration. If that is correct, do we need to point our managed clients to that server fo

  • Free fish-eye reduction plug-in for PS CS3?

    This article http://photo.net/learn/fisheye/ talks about a fish-eye reduction plug-in for PS called Panotools. I follow the link but I don't see the particular tool. Any recommendations on a plugin, or how to do it in PS CS3? -Zilla