How do i send an analog signal to trigger another program

I am trying to send out an analog signal from labView that will start Bioware. How can I do this?

Hi Orbz,
There are 3 Send modes in Logic:
• Pre Fader (original signal is sent before it reaches the channel strip's fader etc.
• Post Fader (sent before volume fader adjustments)
• Post Pan (send before volume fader and Pan/Balance adjustments).
Click and hold on the Send slot in your synth channel strip and select Post Pan fro the drop-down menu.
Funnily enough I've just finished writing a tutorial about this very topic!! It's not published yet, but will appear on the macProVideo.com blog in the coming days...
http://www.macprovideo.com/blog/

Similar Messages

  • How do I "send a video signal out to my tv" on an iPhone?

    How do I "send a video signal out to my tv" on an iPhone?

    I tried exactly this but it didn't work.  I was able to get to the TV out and set it but no video came out.  I have an iPhone 4 with IOS 6 and bought the cables from Apple.  Any other ideas?  I can plug a vcr or dvd into the same video inputs on the tv and that works fine.
    Thanks,
    Bob

  • How can I send stuff from one iPhone to another via Bluetooth?

    How can I send stuff from one iPhone to another via Bluetooth?

    There are some apps that will let you send photos from one iOS device to another over BT.

  • How can i send simple message from PC-to-another device

    How can i send simple message from PC-to-another device
    just simple message (like command String) not SMS or Data File.
    I have a computer with bluetooth and the oter side is Embeded Blue
    Thanks.

    http://www.oracle.com/technology/products/integration/bam/10.1.3/TechNotes/TechNote_BAM_AQ_Configuration.pdf
    This document details how to create triggers on a table that send out JMS messages.
    In this example, the messages are going to Oracle BAM.. your message could go to your J2EE application listening to its own topic/queue.
    an alternative idea.
    you could also just cache your lookup table with something like Oracle Coherence and than try to ensure that all changes to the lookup go through Coherence, so that you won't need to do notification from the db up to the application. the application and the lookup data management tool would be using the data grid for management of the lookup table data, and the data grid (coherence) would persist the lookup data changes back to the db.

  • How to test if a file is opened by another program?

    Hello,
    i wrote a program copying files and folders like in the 'powerfolder' app.
    i tried to copy an odt file, while an older version was open in the destination folder., ang i got this:
    Exception in thread "main" java.io.FileNotFoundException: ... (Access is denied)
    I printed this:
    System.out.println(" " + cfile.canExecute() + " " + cfile.canRead() + " " + cfile.canWrite()+ " " );
    resulting: true, true, true
    So, i could write the file, while it is opened, said the Java 6...
    How can i test wether it is opened by another program?
    Thanks...

    Try to open it. If it's open by another program you will get a java.io.FileNotFoundException 'Access is denied'.Oh, i user a FileInputStream, and an exception was throwned.
    I thought, i can test it using some kind a boolean method...
    using a try block to test wether a file is opened by another program is a little bit strange to me...

  • , an off of a dvd disc onto iMovie? How do i do this? Or is there another program i should buy?

    Im trying to edit my football highlight film on iMovie, and I need to know how to get the film off of a DVD disc onto iMovie. How do I do this? Or is there another program I should buy?

    You can do this using a free app called MPEG Streamclip, along with a $20 quicktime component from Apple.
    See here for details.
    https://discussions.apple.com/docs/DOC-3951

  • Is PCI-6036E suitable for me to send out analog signal to controll a device?

    Hello
     I need to controll and generate an analog signal to control a nanopositioning stage and I would like to know which one will be better using PCI-7344 board through UMI-7764 or using PCI-6036E board through SCC-68 I/O connector. additional question, I have actualy four wiring pigtailed with LEMO connector, the LEMO connector have two PINs which will be connected to the device, and the 4 wires which will be connected to the signal conditioner, the two pins Ain+ and Ain- with respect to the device, the other 2 wires one is the shield ground and the other one is ground also, the device is CGND, shall I connect the only two differential wires which will be connected in the analog out at the UMI-7764 snd the other one in AOGND at UMI-7764, and the other 2 will be ignored. please may I get any help or advice with full of thanks.
     Aneece
    Message Edited by Aneece on 04-09-2009 10:22 AM

    The XXXXX's means it's recording sys-ex information from somewhere, probably from your Yamaha. It also means you're probably recording onto an audio instrument track, or a MIDI track, not an audio track.
    Without assuming too much on my end, I would suggest, obviously, of course, that you spend a day or two really learning how Logic operates. Learn the terminology, really digest it, and take baby steps.
    Plug in one MOTU interface, and get audio in and out of that. Then plug-in the Yamaha, and do the same. Once you get that under your belt, set up the aggregate device, and by that point, you should be well on your way.
    Focus on the "Getting Started" guide, and after you have a handle on that, try pumping audio in and out of the interfaces, one interface at a time.

  • How can I make one entity attribute change trigger another's default value?

    Guys and Gals,
    Using JDev 11.1.2.1.0
    I have an order form which has a LOV (Customers) and an address field. The address field should contain the default address associated with the selected key in the LOV.
    To do this, I have an entity (Order) with two attributes (CustomerID & Address). Address has its default value set to "adf.object.getDefaultAddress" which returns the default address for the CustomerID. This only works on initial load.
    How would I make this adf.object.getDefaultAddress trigger when I select a different LOV CustomerID in the View Object?
    I've tried various things but am a little confused. Is there something akin to partial triggers for entity objects?
    I can provide pictures, code, etc.
    Thanks,
    Will

    you can try this.
    go the the setter method in your EntityImpl class for the LOV attribute
    public void setCustomerID(Number value) {
            setAttributeInternal(CustomerID, value);
            //here call the setAddress() method
        }in your page, set the customerID autosubmit to true and make the Address field PPR the customer Id.
    <af:selectOneChoice value="#{bindings.CustomerID.inputValue}"
                               id="soc1"
                               autoSubmit="true">
            </af:selectOneChoice>
            <af:inputText value="#{bindings.Address.inputValue}"
                                   partialTriggers="soc1">
            </af:inputText>

  • How to create a variant to a report from another program at run time

    Hi experts,
                   when i am using FM  :  /OSP/REPORT_CREATE_VARIANT to create a report variant from a program then i am getting  an error 'For object /OSP/ERPNR , number range interval 01 does not exist ', how should i avoid it or can any one help me out to create a report variant from another program at run time with the results of the program.so that i can execute the report from here with this variant

    If i understand you,
    - You can use a FM like [RS_CREATE_VARIANT|https://www.sdn.sap.com/irj/sdn/advancedsearch?cat=sdn_all&query=rs_create_variant+&adv=false&sortby=cm_rnd_rankvalue] to create a variant and then use it in the [SUBMIT|http://help.sap.com/erp2005_ehp_03/helpdata/EN/fa/096d67543b11d1898e0000e8322d00/frameset.htm] statement USING SELECTION-SET.
    - But you may also use SUBMIT with WITH parameters which doesnt require variant creation and with much less programming efforts.
    - You can mix the two solutions also.
    So what is you actual requirement, also look at some documentation like [ Scheduling a Job: Full-Control Method|http://help.sap.com/erp2005_ehp_03/helpdata/EN/fa/096ce5543b11d1898e0000e8322d00/frameset.htm]
    Regards

  • How to generate two different analog signal in two different VIs

    I'm using a PCIe-6321 board and a SCB-68 connector block. As it has two analog output I would like to use one of these output in one Vi to generate a square waveform and the other output in another VI to generate a sine waveform. Each VI work perfectly separatly but if I run one then the other, the second one doesn't send any signal. Since I don't want to merge the two VIs (It's more convenient to operate them separatly), how can I figure out to make them work together (sometimes).
    Solved!
    Go to Solution.

    I assume you get error -50103 (resource is reserved) at either on vi.
    It's not possible to run two AO channels independetly from each other with different VIs since both Tasks are trying to request the same timing engine at the DAQ device.
    Christian

  • How do I send a stereo signal to an AUX channel in Logic?

    Hi Peeps,
    I'm currently using Logic Studio 8 and I'm getting really annoyed with the fact that when I take a send 'post fader' from a stereo audio channel to a stereo AUX channel, the post fader signal seems to ignore any panning adjustments. Its like the send is only sending a mono image??? For instance, if I pan a synth track hard left I can still hear the wet reverb signal on my AUX track on the right, its annoying! I could always pan the AUX channel left, but obviously I would like to use that AUX channel for effecting numerous tracks, not all of which will be panned hard left!
    I dont have this problem in pro-tools as you can choose to send the signal to a mono or stereo bus channel, but I cant find an option for this in Logic for love nor money!
    Help!
    Orbz

    Hi Orbz,
    There are 3 Send modes in Logic:
    • Pre Fader (original signal is sent before it reaches the channel strip's fader etc.
    • Post Fader (sent before volume fader adjustments)
    • Post Pan (send before volume fader and Pan/Balance adjustments).
    Click and hold on the Send slot in your synth channel strip and select Post Pan fro the drop-down menu.
    Funnily enough I've just finished writing a tutorial about this very topic!! It's not published yet, but will appear on the macProVideo.com blog in the coming days...
    http://www.macprovideo.com/blog/

  • New to LABVIEW. How can I use one analog channel to trigger acquisiton of a signal on another analog channel?

    I am new to using Labview and have been tasked to write data acqusition program for my company. We are attempting to log 6 machines, each with their own asynchronous trigger (I can't use one trigger for all 6 machines). I have the idea to use (for example) ai0 for the measurement and ai1 for the trigger (for one machine), yet I see nothing in the documentation on how this is done. I have tried playing around with the DAQ express VI (I am using Labview7) but still don't see a way to have the setup I am looking for. I'm sure this is a relatively easy question, but I'm unsure where to go to look for an answer. Any helpful pointers or guidance in the right direction
    would be very helpful!

    If what you want to do is start the acquisition of channel 0 when channel 1 reaches the trigger condition and not start channel 2 until channel 3 reaches it's trigger condition, then no, you cna't do that unless you have multiple daq devices. What can be easily done is continuously acquire all channels and monitor your trigger channels. When the trigger condition is met, then perform the analysis/logging. On the Analyze>Waveform Monitoring palette is the Basic Level Trigger Detection function. Use one for each trigger channel and have it return either the index or relative time of the trigger occurance. This value can then be used to idex that portion of the measurement channel that you're interested in.

  • How Can I Send Data From One Pc To Another Using An Ethernet Connection ?

    Hi,
    I would Like to know how to send data ( For example, any String ) from a Server Pc to a Client Pc, Using the same java program installed on both computers.
    [Pc One ( Server ) [ Java Program] ] <----Ethernet--Cable----> [Pc Two( Client ) [ Java Program] ]
    Thanks .
    Edited by: jaysal2490 on Jul 7, 2008 9:45 PM
    Edited by: jaysal2490 on Jul 7, 2008 9:46 PM
    Edited by: jaysal2490 on Jul 7, 2008 9:51 PM

    Check out this tutorial:
    http://java.sun.com/docs/books/tutorial/networking/sockets/index.html
    There are code samples included.

  • How do I send bookmarks from one phone to another?

    I have a razr maxx hd with my bookmarks and home page all set up. I do not use firefox on a computer. How can I copy bookmarks from my current phone to my new Note 3 firefox browser?

    Try to use [[How do I set up Firefox Sync?]]

  • TS2755 How can I send messages between one iPod to another iPod?

    I need help trying to send a message from one iPod to another using the messaging.

    There are some apps that will let you send photos from one iOS device to another over BT.

Maybe you are looking for

  • Can I upload forms I created in Acrobat Pro (containing Javascript) add attachment fields to them?

    I am developing fillable forms for our company. We have the following requirements. 1. Develop the forms in Acrobat Pro. 2. They contain extensive JavaScript, including custom functionality to validate the fields on the form before saving. 3. The for

  • Getting error while converting xml to xsd

    I am getting error"The table (citeinfo) cannot be the child table to itself in nested relations" at "http://www.flame-ware.com/products/xml-2-xsd/Default.aspx", while converting xml into xsd so i can register. Wherever citeinfo is there it is giving

  • Preview/publish buttons not working

    I am doing the admin work on a client-side UPK installation in a multi-user environment. All the client user accounts have the same permissions. Assigned permission: Content folder - Modify , System folder - Read. Effective permission is 'Modify' for

  • Streamline query ? Taking too long

    First I wanted to say thanks to all in this forum, its been a huge help learning sql. Hoping someone can take a look at this query. It works but it takes a very long time to run. maybe there is a way to streamline it. right now its using one project

  • Restoring Logical standby rman backup on production

    Hi , I have One Production and one logical standby database . Due to tape problem we are unable to take backups of promary . And due to businness , we cannot take back up on disk in hot period(Bank database ) . Can anyone tell me , if i take logical