LabVIEW position for an experienced programmer (immediate start)

There is LabVIEW position available (immediate) in Houston, TX on a contract basis for an experienced programmer. Please send your resume at [email protected] or call 281-851-9062.

Please include some details like Job Desc. , Salary Range, Where in Houston, Contract duration, etc...

Similar Messages

  • Has anyone created a device driver for the DG101 Programmable Delay Generator?

    I am wondering if anyone has written a LabVIEW driver for the DG101 Programmable Delay Generator third party device?

    I have looked at the instrument driver network and there is nothing listed there.  The board comes with the source code for the device as well as a gui to run under windows but I am working on the PXI-8196 embedded controller running a RTOS so the .dll that comes with the board is not compatible.   I have been on the phone and email with NI over the last 3-4 weeks trying to figure out how to import the .dll, how to wrap the .dll, and how to create a new .dll.  I spoke with someone yesterday and they told me that I would have to write a register level interface driver to work with the board and that it is very difficult for even the most experienced person.  They suggested I outsource it but I was just curious, seeing that this board belongs to a very small community of programmable delay generators, that someone may have written a driver that is available.
    Thanks,
    Tracy L.
    Message Edited by Tracy L. on 09-19-2006 11:48 AM

  • Looking For Experienced Programmer

    Hello,
    I am looking for an experienced Java programmer to discuss the possibility of interfacing with an existing SQL database. I would like to know if what i would like to do is possible, and then would like to contract this work for development.
    Any help would be greatly appreciated. I am located in Walnut Creek, CA
    Zack
    [email protected]
    Message was edited by:
    Z_Rob

    I am looking to meet to determine if what we want to
    do is possible. If yes, then i would expect a bid on
    the project.I doubt if this is going to work because we live > 5,000 miles appart!

  • Opening for Lead Web Programmer in IT Security and allied services at Mumbai

    Currently we are looking for Lead Web Programmer with US based leading organization engaged in IT Security and allied services at Mumbai.. Here are the job profile as well the company profile.
    Job Profile ::
    We are looking for an experienced high-level programmer to join our growing team. This position will be to manage a portfolio of client web-sites and the server platform it resides on. The candidate will be the primary point of for the clients and will collaborate with other team members while reporting directly to the Operations Manager. We are looking for a true “team player” to join our growing organization. THIS POSITION IS LOCATED IN OUR MUMBAI/BANDRA, INDIA OFFICE.
    Job Location : Mumbai – Bandra(West)
    Company Profile ::
    It is a Data Security and Compliance Consulting company, headquartered in California for over 16 years.
    It consults, recommends, deploys and maintains an array of IT solutions. It works with a wide range of commercial, financial, health-care, banking, education and state government entities. It is committed to developing leading-edge technological solutions for our clients’ business problems, and it has been recognized for our innovative approach to listening to our clients and providing true consultation to resolve real business problems with tried and true technical solutions.
    This is an opportunity for a Lead Web Developer/Programmer to enhance and further develop their current advanced skills, in a challenging work environment with responsibility for sophisticated and complex special projects on an on-going basis.
    Summary ::
    We are looking for an experienced high-level programmer to join our growing team. This position will be to manage a portfolio of client web-sites and the server platform it resides on. The candidate will be the primary point of for the clients and will collaborate with other team members while reporting directly to the Operations Manager. We are looking for a true “team player” to join our growing organization. THIS POSITION IS LOCATED IN OUR CLIENT’S MUMBAI/BANDRA, INDIA OFFICE.
    Requirements:
    BS in Computer Science/Engineering or equivalent
    10+ years Experience required in programming PHP + MYSQL + MSSQL + .NET, HTML + JAVA HTM L, Java script
    10+ years Experience required in IIS & Apache Environment
    5+years experience working with various CMS (ex:Word Press)
    5+years experience of CSS
    Experience working with Web Hosting Management Tools (ex: c Panel, Parallels),preferred but not required
    Experience managing large portfolio of web-sites, preferred but not required.
    Excellent English communication skills.
    Ability to work effectively in a team-based environment and a demonstrated
    willingness to support team on all levels to get the job done.
    Working Hours : NIGHT HOURS for PERMANANT BASIS.
    If you are interested for this profile, kindly send your updated resume on [email protected] with Current CTC & Expected CTC.
    Click here for more details
    Regards,
    TheindiaJobs.com
    Like us on Facebook
    Follow us on Twitter

    Please note the name of this board "LabVIEW Job Openings", not general IT or programming openings. While there are people who's skill sets might overlap your requirements and those of a LabVIEW programmer, the vast majority coming to this board are looking for LabVIEW specific jobs, which is what the board is set up for.
    Putnam
    Certified LabVIEW Developer
    Senior Test Engineer
    Currently using LV 6.1-LabVIEW 2012, RT8.5
    LabVIEW Champion

  • Help For The Clueless - Where To Start?

    Let's say, hypothetically, that I have no programming
    experience beyond writing a random number generator in basic on my
    Commodore 64 back in 1984. Let's pretend that I haven't the
    slightest understanding of Javascript and only a handful of basic
    HTML tags in my programming arsenal. Imagine that I have no real
    idea of the method or syntax of any modern programming language.
    Where would I even begin to learn how to apply ActionScript to my
    Flash project?
    I have plenty of animation and design experience, am
    extremely familiar with AfterEffects, Carrara and other
    timeline-based animation programs, and am fairly intelligent, but
    almost every "basic" Flash ActionScript resource I find online
    seems to assume that I have a basic understanding of computer
    programming. I need something that tells me how to "speak" AS3 -
    what a bracket means as opposed to a parenthesis, what a "string"
    is and how it's used, what's an "event handler", etc.
    Can anyone recommend the best way for a non-programmer to get
    a grasp on the basics? If I could learn those, I'm pretty sure I
    could figure out much for myself. My sincere thanks in advance for
    any advice.
    PS - What's got me skeered is that I went online to find out
    how to make a text box populate one letter at a time as if it was
    being typed. It would seem such an effect would be pretty popular
    and thus have an easy mechanism built in to accomplish it. The
    answer I got pointed to a huge page of code that was entirely
    cryptic to me. Is this pretty much what I'm in for?

    Doyle,
    > Can anyone recommend the best way for a non-programmer
    > to get a grasp on the basics [of ActionScript]? If I
    could learn
    > those, I'm pretty sure I could figure out much for
    myself.
    The big break-through for me was when I was able to wrap my
    head around
    the concept of objects. In short, everything of useful value
    in
    ActionScript is an object. Movie clip symbols, button
    symbols, text fields
    ... those are objects. But even nontangible (or only vaguely
    tangible)
    things, like math functions, glow effects, today's date ...
    those are
    objects too.
    They have characteristics, such as a movie clip's width and
    height, its
    x and y position on the stage. They have things they can do,
    such as
    play(), stop(), gotoAndPlay(someFrameHere). They have things
    they can react
    to, such as a mouse click.
    Characteristics are called properties. Things an object can
    do are
    called methods. Things an object can react to are called
    events. Generally
    speaking, you'll find these three categories (as applicable)
    in the class
    entry for every object in the documentation.
    Objects are defined by something called a class, which is
    basically a
    recipe or blueprint for the object in question. Movie clips
    are defined by
    the MovieClip class, text fields by the TextField class, and
    so on. The
    date/time is defined by the Date class. Arrays (lists of
    things) are
    defined by the Array class. There's a math class for math
    methods, a String
    class for strings (collections of characters), and countless
    more. Some
    classes work in groups (consider the Sound, SoundChannel, and
    SoundTransform
    classes).
    So when you're considering how to accomplish a given goal,
    consider
    first what object you're dealing with. Is it a text field
    (what you were
    calling a text box)? Check out the TextField class. Your next
    question is,
    What aspect of this class am I intereted in: property
    (characteristic),
    method (thing it can do), or event (thing it can react to)?
    Like us, classes take advantage of inheritance. I'm a human,
    but I'm
    also a mammal, and I'm also a vertibrate, etc. The closer you
    get to the
    branches of the family tree (i.e., the human side), the more
    specific it
    gets. For example, there's no reason for the Human class to
    describe
    spines, because that's already covered by the Vertibrate
    class. That said,
    humans *do have* spines, so when you look up the Property,
    Method, and Event
    headings of a given class entry, make sure to click the "Show
    Inherited
    Properties / Methods / Events" hyperlinks to see the full
    functionality
    available to that class.
    The TextField class, for example, features an alpha property
    (transparency) that it inherits from the DisplayObject class.
    From that
    same branch of the family tree, text fields also inherit
    their x and y
    properties, which makes sense: clearly, text fields can be
    positioned at
    any number of (x,y) coordinates on the Stage. TextField also
    has a text
    property, which indicates the text content displayed by that
    text field
    (that property isn't inherited).
    If you look up the methods for that class, you'll find a
    setTextFormat()
    method, which is something an instance of this class can do:
    it can set the
    formatting (visual style) of the text it contains. As you dig
    deeper,
    you'll find a TextFormat class, and so on. Everything is an
    object. :)
    Events include mouseOver, mouseOut, keyDown, keyUp, and
    more. If you
    want something to happen when the user types into this text
    field, you might
    write an event handler (a custom function) and associate it
    with the keyDown
    event.
    I'm giving you a high-level gloss, obviously ... but when I
    finally
    grasped the organization of the Help docs ... it made all the
    difference.
    If you're creating objects with code, you'll do what's
    called
    "instantiating and object," or "creating an instance" of that
    object. Could
    be like this:
    var myTextField:TextField = new TextField();
    At this point, the variable myTextField is an instance of
    the TextField
    class. You use that variable as a "nickname" or "handle" to
    the object you
    just created. If you want to add text to your new text field,
    you reference
    it by its instance name and set the TextField.text property
    of that
    instance:
    myTextField.text = "Now I actually say something.";
    If you want to positiion it somewhere in reference to the
    timeline or
    object in which it resides (might be the main timeline, for
    example) ...
    myTextField.x = 50;
    myTextField.y = 100;
    And to make it show up on the Stage, you have to add it to
    the display
    list. This is a new concept in ActionScript 3.0, but it's
    easy to do. You
    just invoke the DisplayObjectContainer.addChild() method on
    whatever
    DisplayObjectContainer instance you want -- on whatever
    object should be the
    container of, in this case the text field.
    As it turns out, the main timeline is an instance of the
    MovieClip
    class, and MovieClip inherits from DisplayObjectContainer, so
    it features
    that method. Assuming this code appears in a keyframe of the
    main timeline,
    you can get your reference with the word "this" (sans
    quotes):
    this.addChild(myTextField);
    or you can just drop the "this," because Flash understands
    that your point
    of view (your "scope") is currently the timeline in which the
    code appears:
    addChild(myTextField);
    Obviously, you can also create some objects (like text
    fields) with the
    drawing tools (e.g., the Text tool). In that case, you don't
    need to
    instantiate the object, because it's already there. But you
    *do* need to
    give it an instance name, which you do by selecting that
    object on the Stage
    and giving it a name in the Property inspector. You'll
    typically do this
    with movie clips, text fields, and components.
    Other classes are more abstract than that. There's a Tween
    class, for
    example, that allows you to programmatically create tweens.
    There's a
    String class for creating strings.
    ... I could go on, and so could many of the other regulars
    on this forum
    (and I hope they do). But I hope that at least gives you a
    start. I've got
    a fairly popular blog on various Flash topics (mostly AS2,
    just by
    historical happenstance), but that might help you out a bit.
    http://www.quip.net/blog/
    If you're a book learner (I am), you'll find a number of
    book books on
    the topic. Just make sure to read your Amazon reviews (even
    if you buy
    elsewhere) and make sure you're getting a book that talks
    about ActionScript
    in this sort of object-oriented approach.
    David Stiller
    Co-author, Foundation Flash CS3 for Designers
    http://tinyurl.com/2k29mj
    "Luck is the residue of good design."

  • Are there LabVIEW drivers for the MCC USB-501 temperatur​e logger

    I am looking to purchase the MCC USB-501  and use it to acquire the ambient temperature on an event driven basis. The data logging portion is something I am interested in, I just want to have my application acquire the tempture when a certain event occurs. Does anyone have any LabVIEW drivers for this device?

    I don't know what you mean by using a logger that collects data on an "event driven basis".
    It is nifty little device, but it basically does one thing.  It logs data.  You load the software, configure it for when to start an how often to log data, unplug it, and put it where you want to log the temperature.  When you're done, you get it plug it back in and download the data that was logged.
    There is no way to configure it to react to events.  It's possible that a LabVIEW driver exists for this, but all it would do is provide an alternate way of downloading the data instead of using the software that comes with it.  It is not an immediate or interactive piece of hardware like a normal data acquisition card would be.

  • How can I arrange that my apple TV starts immediatly start playing a movie

    I want to use the Apple TV as a external mediaplayer for a display in a shop. How can i program the apple tv so it immediatly starts playing a particular movie when i plug the powercord in?
    Hope someone can help me with this.
    Thanks a lot already.

    Sorry, you can't do that.

  • Migrating E&M immediate start from 2821 VGW to AS5350XM but problems with signalling

    Hi,
    We currently have 2821 VGW platforms running E&M Immediate start. The T1s go into the DACS and the IP interface connects to the SIP server with a simple number plan.
    So, when a T1 DS0 signals, the VGW talks to the SIP server, the SIP server does a database lookup and talks back to the VGW and passes the connection details.
    However we are now migrating to the AS5350XM platform and replicating the config from the 2821 to the AS5350XM is causing signalling issues.
    Here is a sample of the existing 2821 config:
    voice rtp send-recv
    voice service pots
    voice service voip
     sip
      bind control source-interface GigabitEthernet0/0
      bind media source-interface GigabitEthernet0/0
      rel1xx disable
      min-se 1700
    voice class codec 1
     codec preference 1 g711ulaw
     codec preference 2 g729r8
    controller T1 1/0
     ds0-group 0 timeslots 1 type e&m-immediate-start
     ds0-group 1 timeslots 2 type e&m-immediate-start
     ds0-group 2 timeslots 3 type e&m-immediate-start
    voice-port 1/0:0
     define Tx-bits idle 1111
     define Tx-bits seize 0000
     define Rx-bits idle 1111
     define Rx-bits seize 0000
     timeouts wait-release 1
     connection plar 1000
    voice-port 1/0:1
     define Tx-bits idle 1111
     define Tx-bits seize 0000
     define Rx-bits idle 1111
     define Rx-bits seize 0000
     timeouts wait-release 1
     connection plar 1001
    voice-port 1/0:2
     define Tx-bits idle 1111
     define Tx-bits seize 0000
     define Rx-bits idle 1111
     define Rx-bits seize 0000
     timeouts wait-release 1
     connection plar 1002
    dial-peer voice 1000 pots
     destination-pattern 1000
     port 1/0:0
    dial-peer voice 1001 pots
     destination-pattern 1001
     port 1/0:1
    dial-peer voice 1002 pots
     destination-pattern 1002
     port 1/0:2
    dial-peer voice 1 voip
     preference 1
     destination-pattern .T
     session protocol sipv2
     session target ipv4:192.168.150.2:5060
     session transport udp
     voice-class codec 1
     voice-class sip options-keepalive retry 1
    sip-ua
     retry invite 2
     timers trying 150
     sip-server ipv4:192.168.150.2:5060
    Here is the same on on the AS5350xm:
    voice rtp send-recv
    voice service pots
    voice service voip
     sip
      bind control source-interface GigabitEthernet0/0
      bind media source-interface GigabitEthernet0/0
      rel1xx disable
      min-se 1700 session-expires 1700
    voice class codec 1
     codec preference 1 g711ulaw
     codec preference 2 g729r8
    controller T1 3/0:1
     framing ESF
     ds0-group 0 timeslots 1 type e&m-immediate-start
     ds0-group 1 timeslots 2 type e&m-immediate-start
     ds0-group 2 timeslots 3 type e&m-immediate-start
    cas-custom 0
      define-abcd loop-open 1 1 1 1
      define-abcd loop-closure 0 0 0 0
     cas-custom 1
      define-abcd loop-open 1 1 1 1
      define-abcd loop-closure 0 0 0 0
     cas-custom 2
      define-abcd loop-open 1 1 1 1
      define-abcd loop-closure 0 0 0 0
    voice-port 3/0:1:0
     timeouts wait-release 1
     connection plar 1000
    voice-port 3/0:1:1
     timeouts wait-release 1
     connection plar 1001
    voice-port 3/0:1:2
     timeouts wait-release 1
     connection plar 1002
    dial-peer voice 1000 pots
     destination-pattern 1000
     port 3/0:1:0
    dial-peer voice 1001 pots
     destination-pattern 1001
     port 3/0:1:1
    dial-peer voice 1002 pots
     destination-pattern 1002
     port 3/0:1:2
    dial-peer voice 1 voip
     preference 1
     destination-pattern .T
     session protocol sipv2
     session target ipv4:192.168.150.2:5060
     session transport udp
     voice-class codec 1  
     voice-class sip options-keepalive retry 1
    sip-ua
     retry invite 2
     timers trying 150
     sip-server ipv4:192.168.150.2:5060
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
    What I did notice was the following:
    1) When defining loop open and loop closed custom bit configuration is different....on the 2821 you do it on the voice port. On the AS5350, it is not supported on the voice port but appears to be configurable via the T1 controller. I'm not sure if the AS5350 needs any further E&M signalling configuration as the problem lies in the signalling....the AS5350 when the line is cleared down appears to start ringing it again and not following the signalling pattern.
    2) When doing a "show voice port" on the AS5350XM does not show E&M signalling, whereas it does on the 2821:
    AS5350XM:
    5350VGW#sh voice port
    DS0 Group 3/0:1:0 - 3/0:1:0
     Type of VoicePort is CAS
     Operation State is DORMANT
     Administrative State is UP
     No Interface Down Failure
     Description is not set
     Noise Regeneration is enabled
     Non Linear Processing is enabled
     Non Linear Mute is disabled
     Non Linear Threshold is -21 dB
     Music On Hold Threshold is Set to -38 dBm
     In Gain is Set to 0 dB
     Out Attenuation is Set to 0 dB
     Echo Cancellation is enabled
     Echo Cancellation NLP mute is disabled
     Echo Cancellation NLP threshold is -21 dB
     Echo Cancel Coverage is set to 128 ms
     Echo Cancel worst case ERL is set to 6 dB
     Playout-delay Mode is set to adaptive
     Playout-delay Nominal is set to 60 ms
     Playout-delay Maximum is set to 1000 ms
     Playout-delay Minimum mode is set to default, value 40 ms
     Playout-delay Fax is set to 300 ms
     Connection Mode is plar
     Connection Number is 1000
     Initial Time Out is set to 15 s
     Interdigit Time Out is set to 10 s
     Call Disconnect Time Out is set to 60 s
     Ringing Time Out is set to 180 s
     Wait Release Time Out is set to 1 s
     Spe country is not configured
     Region Tone is set for US
     Station name None, Station number None
     Translation profile (Incoming):
     Translation profile (Outgoing):
     lpcor (Incoming):
     lpcor (Outgoing):
     DS0 channel specific status info:
                                          IN      OUT
    PORT            CH  SIG-TYPE    OPER STATUS   STATUS    TIP     RING
    =============== == ============ ==== ======   ======    ===     ====
    2821:
    2821VGW#sh voice port
    recEive and transMit Slot is 0, Subslot is 0, Sub-unit is 0, Port is 0
     Type of VoicePort is E&M
     Operation State is DORMANT
     Administrative State is UP
     No Interface Down Failure
     Description is not set
     Noise Regeneration is enabled
     Non Linear Processing is enabled
     Non Linear Mute is disabled
     Non Linear Threshold is -21 dB
     Music On Hold Threshold is Set to -38 dBm
     In Gain is Set to 0 dB
     Out Attenuation is Set to 0 dB
     Echo Cancellation is enabled
     Echo Cancellation NLP mute is disabled
     Echo Cancellation NLP threshold is -21 dB
     Echo Cancel Coverage is set to 128 ms
     Echo Cancel worst case ERL is set to 6 dB
     Playout-delay Mode is set to adaptive
     Playout-delay Nominal is set to 60 ms
     Playout-delay Maximum is set to 1000 ms
     Playout-delay Minimum mode is set to default, value 40 ms
     Playout-delay Fax is set to 300 ms
     Connection Mode is plar
     Connection Number is 1000
     Initial Time Out is set to 15 s
     Interdigit Time Out is set to 10 s
     Call Disconnect Time Out is set to 60 s
     Ringing Time Out is set to 180 s
     Wait Release Time Out is set to 1 s
     Companding Type is u-law
     Rx  A bit no conditioning set
     Rx  B bit no conditioning set
     Rx  C bit no conditioning set
     Rx  D bit no conditioning set
     Tx  A bit no conditioning set
     Tx  B bit no conditioning set
     Tx  C bit no conditioning set
     Tx  D bit no conditioning set
     Rx Seize ABCD bits = 0000 Custom pattern
     Rx Idle ABCD bits = 1111 Custom pattern
     Tx Seize ABCD bits = 0000 Custom pattern
     Tx Idle ABCD bits = 1111 Custom pattern
     Ignored Rx ABCD bits =  BCD
     Region Tone is set for US
     Analog Info Follows:
     Currently processing none
     Maintenance Mode Set to None (not in mtc mode)
     Number of signaling protocol errors are 0
     Station name None, Station number None
     Translation profile (Incoming):
     Translation profile (Outgoing):
     lpcor (Incoming):
     lpcor (Outgoing):
     Voice card specific Info Follows:
     Operation Type is 2-wire
     E&M Type is 1
     Signal Type is immediate
     Dial Out Type is dtmf
     In Seizure is inactive
     Out Seizure is inactive
     Digit Duration Timing is set to 100 ms
     InterDigit Duration Timing is set to 100 ms
     Pulse Rate Timing is set to 10 pulses/second
     InterDigit Pulse Duration Timing is set to 750 ms
     Clear Wait Duration Timing is set to 400 ms
     Wink Wait Duration Timing is set to 200 ms
     Wait Wink Duration Timing is set to 550 ms
     Wink Duration Timing is set to 200 ms
     Minimum received Wink Duration Timing is set to 140 ms
     Maximun received Wink Duration Timing is set to 290 ms
     Minimum seizure Timing is set to 50 ms
     Delay Start Timing is set to 300 ms
     Delay Duration Timing is set to 2000 ms
     Dial Pulse Min. Delay is set to 140 ms
     Percent Break of Pulse is 60 percent
     Auto Cut-through is disabled
     Dialout Delay is 300 ms
     Hookflash-in Timing is set to 480 ms
     Hookflash-out Timing is set to 400 ms
     DS0 channel specific status info:
                                          IN      OUT
    PORT            CH  SIG-TYPE    OPER STATUS   STATUS    TIP     RING
    =============== == ============ ==== ======   ======    ===     ====
    0/0/0:0          01  e&m-imd     dorm idle     idle                       
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
    Can anyone advise if further configuration is required on the AS5350XM in order to pass the E&M signalling correctly ?

    Well for me the forms were ok to open with 11g, just had to correct differences and recompile to run.
    That there script is a ton of help!..well you forgot to mention the Output_File parameter, but I could find that myself now that I knew what to look at. Now if I could also set it not to produce .err files when everything went fine and to set the output names so that the old compiled forms get overwritten..
    the SRW.* calls turned out to be things used in Reports, so it was hopeless to compile in forms..but also not needed
    as for ENABLE_ITEM and DISABLE_ITEM I found these to use as their definitions in a library, that proved sufficient.
    procedure enable_item
    ( p_menuName in varchar2
    , p_menuItemName in varchar2
    ) is
    v_menuItem menuitem;
    begin
    v_menuItem := find_menu_item(p_menuName||'.'||
    p_menuItemName);
    if (not id_null(v_menuItem))
    and (get_menu_item_property(v_menuItem,visible) = 'TRUE')
    then
    set_menu_item_property(v_menuItem, enabled, property_true);
    end if;
    end;
    procedure disable_item
    ( p_menuName in varchar2
    , p_menuItemName in varchar2
    ) is
    v_menuItem menuitem;
    begin
    v_menuItem := find_menu_item(p_menuName||'.'||
    p_menuItemName);
    if (not id_null(v_menuItem))
    and (get_menu_item_property(v_menuItem,visible) = 'TRUE')
    then
    set_menu_item_property(v_menuItem, enabled, property_false);
    end if;
    end;Some forms still playing with me, but the compilation issues there don't seem to be connected with this topic..and now I got issues with reports >.< but that requires a topic elsewhere. Thanks all!

  • Just need to load Positions for legacy MM deposits

    Just need some guidance for initializing only positions in SAP-TR.
    Only initializing the balance position, none of the previous interests will be brought over.
    Thanks,
    Rahul

    Hi Rahul,
    I would say there are at least a few methods how to load Positions for legacy OTC instruments, depending on their complexity:
    if complexity of your open deals - the ones which starts at some point before the migration date and matures after - is rather low, you can input them as original deals with all parameters - including interest flows - in this way you secure that you have no deviations between your SAP entries and previous system - either you enter them manually or use the existing BAPIs to import the existing OTC transactions automatically. Then, you have to transfer all flows prior to the migration date to the status 'Posted', without actually generating documents in the general ledger - to do this, use a transaction 'TBB1_LC - Flag Flows as Posted';
    if your opens deals are rather complex - lots of nominal changes, like repayments, etc. - it might make sense to enter a deal as from chosen period to generate e.g. expected interest flow - so you define only balance position from certain date. You would still need to use the transaction TBB1_LC to to transfer all flows prior to the migration date to the status 'Posted'.
    hope this will help you.
    Kind regards,
    Renatas

  • Vertically sync time position for two or more 2D axis systems?

    In DIAdem: VIEW,
    Is it possible to vertically sync the time position for two or more 2D axis system charts placed above each other?
    I have displayed several channels on one 2D chart, and one channel of particular interest on a separate chart above, which was very easy to do. It would be really useful to sync the time position on both charts, such that scrolling one chart also scrolls the second chart, or zooming one chart also zooms the second chart to the same area, which seems like a fairly basic thing to want to do, but I haven't found a way to do it yet.
    Any help greatly appreciated!
    Solved!
    Go to Solution.

    Hi Brad,
    Yes, I have been using that method, which works fine up to a point.
    But, say you have several curves displayed on the bottom chart, with the Y-Axis set to "n Y-axes", then the start of the x-axis will be further across to the right than the top chart which has only one curve displayed.
    It is possible to add an empty area to the left of the top chart, to push the start of the x-axis across into alignment (see attached), but every time you add or remove a curve on the bottom chart, or the scale changes enough to add a digit, the start of the x-axis moves and the top chart needs aligning again.
    I'm really after a method to lock both ends of both x-axes to the same vertical screen position, so everything stays aligned automatically?
    Attachments:
    chart - full.JPG ‏152 KB
    chart - detail.JPG ‏145 KB

  • Background job with immediate start

    Hi,
    In my program, I have to create a background job with immediate start. I used function module 'BP_JOB_CREATE', but it does not start immediately.
    Can anybody provide sample code for immediate job start.
    Regards,
    Nitin

    Hi,
    Use these function modules.
    JOB_OPEN
    JOB_SUBMIT
    JOB_CLOSE
    in JOB_SUBMIT function module u can pass to start the job immediately in export parameters PRIPARAMS structure  field name PRIMM which has to be set to 'X' to start immediately.
    regards,
    Santosh Thorat

  • Where can I find example LabVIEW VIs for the NI-USRP?

    There are several sources of example LabVIEW VIs for the NI USRP:
    We have established a NI Community "NI USRP Example LabVIEW VIs" where you can find example VIs from us (NI) and the community.
    The NI-USRP driver installs a variety of example VIs to the to the following folder on your PC: 
    <LabVIEW Installation path>\examples\instr\niUSRP 
    where you should replace <LabVIEW Installation path> with the root folder of your local LabVIEW installation. For instance, my Windows 7 32-bit PC here has LabVIEW 2011 installed and the examples can be found here: C:\Program Files\National Instruments\LabVIEW 2011\examples\instr\niUSRP
    I've installed the NI-USRP driver, but I can't seem to find the new examples in the LabVIEW Example Finder. Where are the example LabVIEW VIs installed by the NI-USRP driver?
    Although the NI-USRP driver does indeed install examples, the current NI-USRP 1.1 release does not update the LabVIEW Example Finder with entries for these examples. To find the examples, you can navigate the Windows Start Menu to the following location: 
    Start Menu\Programs\National Instruments\NI-USRP\Examples
    This Start Menu entry includes several Shortcuts that point to folders that are the home to example VIs.
    Sam Shearman

    Hello,
    It looks like Agilent/HP makes the 8990A, but I was not able to find a driver for it that we or Agilent has written for this device.
    Since I am not familiar with the 8990A, I cannot recommend which drivers might be similar, but you are pointed in the right direction. Agilent themselves might know more about which models use similar command sets so that you can modify a driver easily.
    Hope this helps.
    Scott B.
    Applications Engineer
    National Instruments

  • LabVIEW position in MN

    Hello,
    I am looking for an engineering/test engineering position in MN that requires programming in LabVIEW. My resume is available upon request. Please email me.
    Thanks!

    Hi,
    We are looking for a Labview developer for our client LSI in Mendota Heights, MN. Please find the enclosed details and let me know your interest.
    Senior Automated Test Engineer/Labview Developer
    Keywords:
    Number of Positions:
    1
    Remaining Positions:
    1
    Duties:
    5 – 7 Years Experience desired.  Self directed work.  Skill is available on site, but self sufficiency (experience) is desired.  Labview Development, Analog and Mixed Signal ASIC / IC Test, Amplifier Test, Documentation,  (required)  National Instruments TestStand
    Skills:
    Develop Automated Tests in Labview, Integrating tests into NI TestStand, Documentation, experience with test equipment (or Labview Drivers) such as Oscilloscopes, Network analyzers, Arbitrary Waverform Generators, etc.
    Education:
    BSEE Bachelor of Science Electrical Engineering or BSCS Bachelor of Science Computer Science or Bachelor of Science Computer Engineering or other engineering degree, EET possible (technician) with good Labview experience
    If interested, Please contact
    Priya Jawahar
    [email protected]
    507-289-9956 EXT: 104

  • After downloaded the Lightroom CC(2015) the programm wont start why or what can I have done wrong

    I have downloaded the Lightroom CC(2015) after downloadibg the programm wont start. I have, stuped done, uninstalled the earlier version 5.7.1. This version is not possibel to download again. So now I have no Lightroom.

    Thank you for replay. The problem is fixed with help from the support. I did just what you say in your mail/answer.
    With regards
    Krister Arvidsson
    Från: Jim Wilde 
    Skickat: den 22 april 2015 21:27
    Till: Krister Arvidsson
    Ämne:  After downloaded the Lightroom CC(2015) the programm wont start why or what can I have done wrong
    After downloaded the Lightroom CC(2015) the programm wont start why or what can I have done wrong
    created by Jim Wilde <https://forums.adobe.com/people/Jim+Wilde>  in Photoshop Lightroom - View the full discussion <https://forums.adobe.com/message/7466758#7466758>

  • How to build a Labview driver for a USB device?

    I have purchased a USB Hall probe (a device that measures magnetic fields) and now I need to build a LabVIEW driver for it (the company that sells this device did not build drivers for it, to keep the price down I suppose). The USB device does come with an operating software, but what I need is to control the device using LabVIEW. I have some experience with LabVIEW, but none with building drivers. I don´t really know where to start, so any advice would be helpful.

    To do USB in LabVIEW you'll want to get the NI-VISA driver. After you've got VISA, check out a few examples: 
    USB Instrument Control Tutorial
    Six Things You Need to Know about USB Instrument Control
    There are also examples built in to LabVIEW (under Help>>Find Examples to open the NI Example Finder, then under Hardware Input and Output>>VISA)
    Tim W.
    Applications Engineering
    National Instruments
    http://www.ni.com/support 

Maybe you are looking for

  • Can i keep itunes on an external drive

    i am out of hard drive space and dont use itunes that much can i keep it on an external drive

  • Data not showing up

    Hi , I loaded my data from flatfiles to tables (staging).Its a straight move .I used flat file wizard to import data into owb.I deployed it and generated it all succeded. I cant see data in the target tables

  • Photosmart 6520 not printing black.

    I'm using wireless printer Photosmart 6520, not printing or copying in black. Replaced with new cartridge and still Does not work. This question was solved. View Solution.

  • Unable to access the AdfLibraryJar bindings

    Hi All,a I am using Jdeveloper 11.1.14.0, I have ADF Application and if i run this application it is running fine with out giving any errors. For this application i have created AdfLibraryJar and placed in the local file system. I have Webcenter appl

  • JFileChooser for selecting directory?

    Hi, Are there any better alternative than JFileChooser if I want the user to be able to select a path only, not the filename? How could I do it if I necessarily have to use the JFileChooser? The user shall not select any file, only a directory... Reg