Creating a virtual ADC.

Hi there,
I'm pretty new to LabView and am still getting a feel for the softwares capabilities, I work for a company that designs wireless audio devices and I was hoping to use LabView to help with some debugging.
What I'd like to do is use LabView to simulate the ADC (CirusLogic 5341) that we use to bypass the hardware and inject the signal directly into the processor, can this be done?
Robert.

Hi Robert,
LabVIEW has many VIs to process and analyze both simulated and acquired signals.  You may be interested in Analog to Digital.vi (which returns either a Digital Waveform or Digital Table).  LabVIEW SignalExpress also offers an Analog to Digital Express VI, although this is not available in LabVIEW SignalExpress Limited Edition. 
Jennifer R.
National Instruments
Applications Engineer

Similar Messages

  • Is there a way to create a virtual network using C# and the Azure SDK/API?

    I don't see a clear way to create an Azure Virtual Network using the SDK.
    I have all the methods to create the virtual network configuration, but no way to submit it:
    IList<string> VirtualNetworkAddressPrefixes = new List<string>();
    IList<string> LocalNetworkAddressPrefixes = new List<string>();
    IList<NetworkListResponse.DnsServer> DNSServers = new List<NetworkListResponse.DnsServer>();
    IList<NetworkListResponse.Subnet> Subnets = new List<NetworkListResponse.Subnet>();
    NetworkListResponse.Gateway Gateway = new NetworkListResponse.Gateway();
    IList<NetworkListResponse.LocalNetworkSite> LocalSites = new List<NetworkListResponse.LocalNetworkSite>();
    IList<NetworkListResponse.Connection> Connections = new List<NetworkListResponse.Connection>();
    VirtualNetworkAddressPrefixes.Add("a.b.c.d/cidr");
    DNSServers.Add(new NetworkListResponse.DnsServer() { Name = "TestDNS1", Address = "a.b.c.d" });
    Subnets.Add(new NetworkListResponse.Subnet() { Name = "Subnet-1", AddressPrefix = "a.b.c.d/cidr" });
    Subnets.Add(new NetworkListResponse.Subnet() { Name = "GatewaySubnet", AddressPrefix = "a.b.c.d/cidr" });
    Connections.Add(new NetworkListResponse.Connection() { Type = LocalNetworkConnectionType.IPSecurity });
    LocalNetworkAddressPrefixes.Add("a.b.c.d/cidr");
    LocalSites.Add(new NetworkListResponse.LocalNetworkSite()
    Name = "On-Prem",
    Connections = Connections,
    VpnGatewayAddress = "a.b.c.d",
    AddressSpace = new NetworkListResponse.AddressSpace() { AddressPrefixes = LocalNetworkAddressPrefixes }
    Gateway.Sites = LocalSites;
    Gateway.Profile = GatewayProfile.ExtraLarge;
    NetworkManagementClient netMgmtClient = new NetworkManagementClient(CloudCredentials);
    NetworkListResponse netlistresp = GlobalSettings.mainWindow.netMgmtClient.Networks.List();
    netlistresp.VirtualNetworkSites
    .Add(new NetworkListResponse.VirtualNetworkSite()
    Name = "TestVirtualNetwork",
    AddressSpace = new NetworkListResponse.AddressSpace() { AddressPrefixes = VirtualNetworkAddressPrefixes },
    DnsServers = DNSServers,
    Subnets = Subnets,
    AffinityGroup = "East US",
    Gateway = Gateway,
    Label = "LabelValue"
    I have also created the entire XML response and sent it to the NetworkManagementClient -> Networks.SetConfiguration() method, but it appears this command expects the virtual network to already be in existence. If anyone could give guidance, it would be
    appreciated.

    Hi,
    As discuss above , we have to create the XML response  ,before that first you have to
    GetConfiguration() details of existing virtual network. 
    string.format("@<NetworkConfiguration xmlns:xsd='http://www.w3.org/2001/XMLSchema' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xmlns='http://schemas.microsoft.com/ServiceHosting/2011/07/NetworkConfiguration'>
                <VirtualNetworkConfiguration>
                <Dns />
                <VirtualNetworkSites>
                <VirtualNetworkSite name=""{0}"" Location=""{1}"">
                <AddressSpace>
                <AddressPrefix>10.0.0.0/8</AddressPrefix>
                </AddressSpace>
                <Subnets>
                <Subnet name=""Subnet-2"">
                <AddressPrefix>10.0.0.0/11</AddressPrefix>
                </Subnet>
                </Subnets>
                </VirtualNetworkSite>",Networkname,location)+(@"<VirtualNetworkSite name=""demodsf1"" Location=""West Europe"">
            <AddressSpace>
              <AddressPrefix>10.0.0.0/8</AddressPrefix>
            </AddressSpace>
            <Subnets>
              <Subnet name=""Subnet-1"">
                <AddressPrefix>10.0.0.0/11</AddressPrefix>
              </Subnet>
            </Subnets>
          </VirtualNetworkSite>  </VirtualNetworkSites>
                </VirtualNetworkConfiguration>
                </NetworkConfiguration>")
    you have to append the node for existing node with new values , i got it its adding new virtual network 
    Best regards,

  • Using Windows Server 2012 Essentials - Creating a virtual PC running Windows 7

    I have a lot to my question, but I am hoping someone out there will be able to answer it, or at least part of it for me. 
    My situation is I have a Centon InfiniTV 6 turner card, which means that the computer would need to be running 24x7 to record TV shows. 
    Which is ok, I have no problem with that.  I also have a home network with all computers are able to access the recordings. 
    I would really like to have some server software running to help keep things better organized and also be able to access the files and stuff remotely if needed.
     This is why I purchased Windows Server 2012R2 Essentials. 
    I have not tried to install the tuner card software on the operating system; because it is only for Windows 7 and 8, so I would think it would not work. 
    What I want to do is have my Windows Server 2012R2 Essentials running as the primary operating system. 
    Then create a virtual PC to run my copy of Windows 7, and have it use the turner card that I have installed on the computer. 
    This is the first question, is there any way of doing this? 
    From what I have read online is that Essentials does not support virtual PC’s because it does not come with hyper-v. 
    Is that something that can be downloaded or purchased separately from Microsoft? 
    I have installed the free copy of Oracle Virtual Box, but for some reason that does not show any operating system over 32 bit. 
    All of my software is running at 64 bit.  If I can get Virtual Box working, would that fix all my issues?
    Next question, is there any easy way to make a copy of my current running Windows 7 and use that to create a virtual PC running on the server? 
    Or will I have to reinstall it, and everything associated with it to make it work correctly?
    I guess the last question would be, is there any way of using a free SSL certificate with the server operating system? 
    I have tried a few things that I found online, even followed all the steps from a YouTube video but none seem to work. 
    I am not sure if it is worth the $70 per year just to access my computer remotely once or twice a month. 
    Any help would be great!  Thanks in advance

    Hi,
    For license related questions we recommend you contact Microsoft licensing specialist.
    http://support.microsoft.com/kb/141850/en-us
    Regards.
    Vivian Wang

  • "Low Memory Warning" and "fails to create a virtual machine"

    From ide.conf, I learnt:
    If you are getting the 'Low Memory Warning' Message Dialog while running JDeveloper, please increase the -Xmx value below from the default 768M to something greater, like 1024M or 1250M. If after increasing the value, JDeveloper is no longer starting up because it fails to create a virtual machine, then please reduce the modified -Xmx value.
    However,
    If I set it to a bigger value, say 512M, it fails to create a virtual machine.
    If I set it to a smaller value, say 400M, it throws Low Memory Warning after a short while.
    So I do not know how to do. Total physical memory of my box is 4G. Free physical user memory after starting jdev is 1.5G.

    512M isn't bigger, the default (according to your reading) is 768M...
    I just tried with JDeveloper 11.1.2.2.0 (64-bit machine, but using 32-bit JVM) - works fine with 1024M - just to confirm that my changes are working, 5024M does give me "unable to create virtual machine"
    Have you messed about with other settings?

  • How to create a Virtual provider in BI 7.0?

    Hi friends!
    I need create a virtualprovider (with SCM source system), but I find the option 'Create Virtual Provider'  in the context menu only when the infosource is 3.x
    How can I do it in 7.x?
    Thanks in advance!
    Edited by: SSap on Oct 28, 2009 9:11 PM

    1.How can I do it in 7.x?
    In BI7, just right click on any infoarea, and choose create 'virtual provider'. For direct access, you choose Virtual Provider with 'direct access'. There's an option to use the old R/3 infosource. What this means is that you can create an infosource with transfer rules and such, and when you create the virtual infoprovider, it will use the structure in the infosource automatically and the flow of data is automatically link R/3 with the transfer rules and the virtual infoprovider. Note that no update rules exist with this kind of setup.
    In BI7 you have a more flexible approach in that you can create a transformation to configure the 'transfer logic' of your virtual infoprovideralong with start routine, end routine or any other transformation technique visible with using a transformation rule.
    But using BI7 setup, you need to create a sort of 'pseudo' DTP, which doesn't actually do anything, meaning you do not 'execute' it to start a data transfer.
    After all is done, you need to right click on the virtual infoprovider and choose 'Activate Direct Access'. If you use Infosource, go to the Infosource tab, and choose the infosource. If you're using BI7 setup, choose the DTP related to the transformation and save it.
    a virtual infoprovider with direct access is really slow if you have a lot of records transmitting between the remote function calls.
    Hope this helps
    Manjula

  • How to create a Virtual Tour from a panorama

    Hey All,
    I'm trying to create a Virtual Tour from an already stitched 360 Panoramic interior photo (taken with a fish eye lens).
    Are there any programs throughout the Adobe Suite/Cloud  that will allow me to generate a virtual tour from this image, either automatically or manually?
    Or is it best to look into other software(s)?

    There are web services like Panoramio for that. I'm sure you could find some Flash plug-ins as well or some canned JavaScript stuff.
    Mylenium

  • How can I create a Virtual Private Nework on my MacBook Pro?

    Hello all,
    I have a MacBook Pro 17" with OS X 10.4.7. I need to install and run five instances of Apache2 and demonstration the websites without having to be connected to a network/Internet. My /etc/hosts file would look something like:
    192.168.21.1 www.local
    192.168.21.2 svn.local
    192.168.21.3 trac.local
    192.168.21.4 jsp.local
    192.168.21.5 cfmx.local
    Then I could just open up a browser and type www.local in the url locator.
    How would I setup a virtual network card where I can assign these IP addresses to it? Would I use the lo0 (loopback) for this?
    I also have Parallels installed so that I can run one or more other operating system along side Mac OS X like Windows XP Pro, Redhat, etc.
    Is there a way that I could create a virtual private network on my MacBook Pro and not have to be connected to any network?
    How would I do this?
    Thanks,
    Troy Simpson

    As it turns out this is exactly what I am looking for:
    http://forum.parallels.com/thread1877.html
    I want to create a Host-Only Network on my MacBook Pro. The Parallels software created a virtual Network Interface Card on the Host OS called en2. I just added aditional IP Address to this virtual Network Interface Card.
    Even if you do not use Parallels for Hosting Guest OS (Virtual Machines), it does create the Virtual Network Interface Card.
    Now I have 5 Web Servers on my MacBook Pro so that I can test various senerios and configurations.
    Troy Simpson

  • File system error while creating a virtual server

    Hi
    I get the following error when I create a virtual server:
    File System Error: Could not create directory /opt/SUNWwbsvr/https-web-content (permission denied)
    The admin server is owned by root but the instance that I want to create should be owned by webservd - like the other instance that is installed.
    this error shows that web server is unable to create a directory under SUNWwbsvr folder. Any hints pls?
    thanks!

    sorry this error is while creating a new server instance - not a new virtual server.
    File System Error: Could not create directory /opt/SUNWwbsvr/https-web-content (permission denied)

  • Creating a virtual private network?

    I've been reading some articles recently about creating a virtual private network for security and privacy reasons. Is it easy and is it a good thing to do?
    One part mentioned possibly having to pay a subscription for this service with your service provider? Would I have to with sky?

    If you regularly have the need to remotely access another machine which is at a different geographic location, VPN is a great idea. It can be difficult to set up, and requires network hardware support. For example, you either need to have a VPN gateway device (such as a Netgear FVS114 - check for them on eBay), which acts as the VPN endpoint, or you need to run a VPN server on your Mac and your gateway must allow VPN passthrough traffic. I'd generally recommend the first option, although it can be more expensive.
    You also need VPN client software running on the Mac you use to access your network. I recommend the free IPSecuritas. There's also VPN Tracker, which is very user friendly but does come at a price.
    Matt

  • How can you create a virtual copy in a Lightroom plugin?

    I looked over the Lightroom SDK and did not see any documentation on creating a virtual copy. Is there an undocumented API for this?
    If not, is there a plan to add this into the SDK?

    Hi Matt,
    Yeah, I have some good news and some bad news:
    - Good news: Keyboard stuffing (as implemented in the elare framework) works equally well on both platforms, provided the appropriate keystroke exists on both platforms.
      (Mac version uses applescript, Windows uses autohotkey - both assure Lightroom is the target) - Note: @2011-07-30, I haven't actually tested this particular function on Mac - but I've tested other similar functions on both platforms.
    - Bad news: It doesn't always work on either platform, since keystrokes may be usurped by open dialog boxes and open text fields in Lightroom...
    - Good news: failure is 100% detectable.
    Bottom line:
    If the kludgy nature of this solution would be more bad than good for you and/or your users, then this is not a viable solution.
    If your users would prefer the caveats in order to be able to get the job, then this solution will work well enough for now.
    PS - I'm presently using it in ChangeManager and its a godsend for me. Since I understand the limitations, my failure rate is appx. 0%.
    ~R

  • Creating logical/virtual connection object  from physical connection

    Can anybody help me what is creating logical/virtual connection object and how to create it from physical connection in java ??
    Thanks in advance...

    WHile you are waiting for an answer, you might want to review the related Oracle documentation:
    For 10g, all docco is at http://www.oracle.com/pls/db102/portal.portal_db?selected=3 and docco I suspect will help you is "Java Developer's Guide" and "JDBC Developer's Guide and Reference"

  • Could not create JVM Virtual machine(While starting soa managed server)?

    Hi,
    While starting managed server I am getting following errors:
    Could not commit 1048576KB heap memory at 0x0000000004790000.
    Could not create JVM Virtual machine.
    After above error SOA managed server is to be down.
    Please help me that how can i resolve this issue.
    Thanks
    Dharm

    Hi Dharm,
    This is typically printed when we are short on memory.
    What is OS version and JDK being using here ? 32bit or 64bit ?
    Current Xms and Xmx values ?
    Thanks,
    Sharmela

  • Create several virtual copies at once. Looking for a workflow of exporting 650 photo's in two versions

    Hello,
    i have photographed a wedding and i have 650 finished photo's. All came from a 5Dm3 of 5Dm2. All are in raw. The color versions are ready. I have created a preset to convert all 650 edited version to B/W. The key is i will not edit the curve and other light and contrast sliders because, and cropping for that sense since these are all done already. So to make it more simple, i need to silver 650 photo;s in color and B/W. The color versions are done.
    I am looking at three workflows:
    1 create virtual copies of the 650 photo's, filter them out, apply the b/w preset/ make some small tweakes and export the B/W version
    2 export the color version to a 16 bit tiff, import those and the apply the b/w preset/ make some small tweakes and export the B/W version
    3 make an extra copy of the lightroom library and then apply the b/w preset/ make some small tweakes and export the B/W version
    In option one i do not know how to create 650 virtual copies at once. It seems i can do this only one photo at a time which is to time consuming
    In option 2 this is an extra batch and consuming me much more hard disk space
    in option three this is workable but i rather stick to one library
    Any help in this?
    Thanks!!
    Ronald

    Go to the library module, grid view. Highlight all your images and create a new collection. One of the options when you create the new collection is to make new virtual copies. The collection will consist of virtual copies of all your original files. Then, just work with the collection and create your black-and-white images. The virtual copies can be exported just like the regular images. So you can export color and black-and-white versions.

  • �Unable to create the virtual machine. The error was -4�

    I have a VS2003 C# application, which call JACE (a JNI wrapper) through C++ mixed mode to use JAVA object�s functions.
    Because the natural of our JAVA program it must be able to reach maximum heap size of 512MB, we set it during the startup of JVM by using �-Xmx512M� parameter.
    It worked well with a small PC (Dell Optiplex GX750 and Shuttle Xpc ) with only 512MB physical memory. We have about 50 machines running the application in the production.
    Recently, one of our customers installs the application to a larger PC ( Shuttle Xpc with different model), which has 1 GB of physical memory. The application started throw exception from JVM. The error message is �Unable to create the virtual machine. The error was -4�. I checked with JNI return code and found that -4 mean �not enough memory�.
    I did some experiment by running the application with 2GB PC, 1 GB PC, 1GB laptop, 512MB PC. I don�t found relationship between how much �maximum heap size� can be assigned and how much �physical memory� is available (reading from task manager). The 2GB machine can take only 128MB of �maximum heap size� However, 1GB machine can take up to 300MB of �maximum heap size�.
    I also use program like ImageJ (http://rsb.info.nih.gov/ij/) to test maximum heap size for it. I found that ImageJ can take 512MB maximum heap size without problem. It can even take 1024MB of maximum heap size.
    I have created a small program to duplicate this problem. Although it use exact the same code to start JVM up, it can go up to 650MB heap size for both 2GB and 1GB PC.
    This is puzzling. Does anyone know what are factors determine how much �maximum heap size� can be set for JVM from JNI?
    Software used
    Windows XP SP2
    Visual studio.net 2003 SP1 (the problem also occurred without SP1)
    .NET Framework 1.1 SP1
    JACE 1.1rc1_05
    JRE 1.5.07 (also tested with JRE 1.5.09 and 1.6.0 beta)

    Do you resolve the problem? If so what was the fix?
    I have been getting the Java Virtual Machine Launcher error message “Could not create the virtual machine” when attempting to run an Oracle application that uses JNLP via a browser. Even clicking on componets such as javaw.exe produces the error message. In conjunction with receiving the error message, the application that I am working with will not launch.
    I had JRE 5u10 and J2RE 1.4.2u13 installed and thought that installing JDK 5u17 may resolve the issue. I removed JRE 5u10 and J2RE 1.4.2u13 and installed JDK 5u17 (and the included JRE 5u17.) The error message was still there.
    I have unistalled (via Add/Remove programs) and reinstalled (via both Win off-line and on-line) JDK 5u17 and JRE 5u17 many times.
    During the uninstalls I have received a Java Web Start 1.5.0_17 bad installation – error invoking JVM error message.
    I have restarted the machine also.
    There are some remains of J2RE 1.4.2u13 still on the machine –even after the 1.4.2u13 uninstall. The Java\j2re1.4.2_13\lib folder remains.
    I am running Win XP SP2 and IE6 SP2.
    Note: I cannot use Java 6 since the application that I am working with is Java 5 based.

  • Create a virtual drive

    How to create a virtual drive from a disk image

    Alias can never be mount, but the virtual drive I want to create must be able to mount and unmount.
    Desktop having both original and virtual drive.
    My system is booted from 'Snow leopard' and I've an another drive, name 'Disk Testing' so by using a software I create the virtual drivre of 'Disk Testing' as you can see in the image. Both the drives are identical to each other and both are able to mount and unmount, they are having same data and attributes.
    So I want to create exactly this kind of virtual drive by using any apple script or command.i.e without using any software.

Maybe you are looking for

  • HT4437 i want to air play and apple tv in one device. Is that possible

    I am finding it all a little confusing.  I like the functionality of the airport express but wonder if the apple tv device allows the same with music and also adds the option to display on the tv? I currently use an ethernet connection to link my SON

  • Restrict wireless internet access on certain periods of time

    Hello, We need help on setting up a network with some restrictions for the attached clients. We're quite new at setting up a network at this size. Used devices: 1x SRP 540 router 1x SG 300-10P managed switch 4x AP 541N accesspoint What we want to do:

  • Posting is not possible for the specified company code.

    Hi SRM Gurus,   We have a four company codes in our org.structure and if we try to post manual invoice for a particular company code with its currency, we are getting this error : "Posting is not possible for the specified company code " We have all

  • Vertical Color Lines on my imported file how can i remove and edit

    Vertical Color Lines on my imported file how can i remove and edit

  • TV output to Mac

    A bit of an odd one, but I'm interested in getting the output from an TV into a Mac. IOW, it would be rather like running Front Row on the Mac - the difference being that it would be displayed by an app running on the Mac which when using Spaces, co