Newbie looks for tabview sample with datasources as 1:n relation

hi all,
i'm newbie to javaFax2 and just studying different samples for tabview..i proceeded so far i can load one mysql-datatable in tabview..
but how to show a subtable at selection of one orw in maintable ?
the goal is to show and edit data in a one-to-many relation,i.e. customers and orders, or in my speciqal case,
products and their physical attributes
i get trouble to refer mousevent : at many samples netbeans3.0 tells, there is no MouseEvent implementation !?
what to import ?
please tell about ...

996707 wrote:
hi all,
i'm newbie to javaFax2 and just studying different samples for tabview..i proceeded so far i can load one mysql-datatable in tabview..I'm assuming you mean TableView
but how to show a subtable at selection of one orw in maintable ?
the goal is to show and edit data in a one-to-many relation,i.e. customers and orders, or in my speciqal case,
products and their physical attributesThere are a couple of ways you can approach this. If you are coding to JavaFX 8, you could possibly use the new TreeTableView control. I haven't used that, and the documentation is not (yet) complete for it.
The other approach is to define two tables, one for products, and one for physical attributes. Update the itemsProperty of the physical attributes table when the selectedItemProperty of the products table's selectionModel changes. A similar question was posted in {thread:id=2516138}
>
i get trouble to refer mousevent : at many samples netbeans3.0 tells, there is no MouseEvent implementation !?
what to import ?javafx.scene.input.MouseEvent

Similar Messages

  • Ubber Newbie Looking for Basic Samples

    Hello- I've spent the last 3 hours or so trying to create a very basic calculator in Flex (aka: add a couple input cells). Spent time looking through videos, reading documentation, etc. Much of it assumes programming background or web development experience of which I have little.
    So, wanted to find some very basic application samples I could take apart and learn from. I found some, but they are pretty advanced and most depend on communication to/from the internet (tons of facebook and photo apps).
    I'm just looking for a simple calculator/mortgage calculator application I can take apart and learn from.
    Anyone know where I can find examples for super basic users?
    Thanks!
    - Mr. Bill

    Here is an extremely basic example of one way it can be done. You of course would need more operators, conditional code to handle those operators, and several other functions and formulas - especially for mortgages - but hopefully this will get you started on the basic method.
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" height="208" width="444">
       <mx:Script>
         <![CDATA[
         private function BasicCalc():void
         var CalculatedValue:Number=Number(TextInput1.text) + Number(TextInput2.text);
         ResultText.text=String(CalculatedValue);    
         ]]>
         </mx:Script>
        <mx:TextInput id="TextInput1" x="24" y="41" width="50" textAlign="right" text="1"/>
        <mx:TextInput id="TextInput2"  x="24" y="71" width="50" textAlign="right" text="2"/>
        <mx:Text id="ResultText" x="44" y="101" text="0" width="30" textAlign="right"/>
        <mx:Button id="CalcButton" x="82" y="41" label="Calc" width="57" height="52"  click="BasicCalc()"/>
    </mx:Application>

  • Where does EXS 24 look for its samples with the normal installation?

    Where does EXS24 put its samples normally on the Mac?

    What will probably work is to refresh the Spotlight index.
    http://support.apple.com/kb/ht2409
    Note: after step 5, it can sometimes take up to a minute before indexing starts. Be patient, wait untill the whole process is finished before starting up Logic. You can check the progress by clicking the Spotlight icon (magnifying glass) top right of your screen

  • Looking for a pager with advanced functionalities

    Hello everyone,
    I am looking for a pager with which I could put custom icons for the different workspaces.
    I have an HTPC that is mainly used for three things: watching movies, playing music and browsing the internet. Therefore, I would like to have four workspaces, one for each of these and another one for administration. Since this is an HTPC, I'd like it to look good and I think it would be neat to have images instead of numbers/squares for the workspaces: a movie reel for the "movies" workspace, a note for "music", etc... I have been looking at pagers on the wiki, but most of the links are broken. I am currently running XFCE, but would install another WM for this. The idea came to me because I could do this on awesome 3, which is installed on my laptop, but my roommates are firmly opposed to a tiling WM on the HTPC.
    If anybody can provide suggestions, they will be very welcome.
    Cheers,
    François

    Howdy-ha- flamirande.  I don't want to be a total prick, as it's not my place; it's yours.  Xfwm or Awesome will get the job done, won't it?  You might be able to wow them if you get a universal remote and set up a proper lirc connection, letting them sit on the couch and have the power at the press of a finger.  I have some friends with XBMC (the real thing--a dedicated, old-school Xbox hacked with BSD for all their media),  and they're more satisfied with the results it provides than how it looks.  Yeah, their Win and Mac PCs (both my friends' and your roomates') give them Facebook and YouTube, but yours gives them music, movies and tv and internet on demand, at a smaller resource cost and with a more versatile core and interface.  If they're so touchy about polish, let them figure it out.  I'm not just saying this as the sorry excuse for a computer geek that I am, but also as a person who's been dealing with many roommates for roughly a decade. I mean I don't know your situation but what do they think, the setup you give 'em is supposed to get them attention?
    If these folks can't be satisfied by the fact that your system can provide them with a reliable, versatile, centralized, kick-ass setup that theirs can't, well...
    More constructively: If they just won't have it...maybe openbox and tint2?  You've got a low ram and cpu demand there, keeping music from skipping and video from tearing, if you work it out properly.  Openbox has always been my choice for the right balance between polish and minimalism.

  • Look for JDeveloper Tutorial with samples code

    Hello All ,
    my name is Ron ,
    i'm new user of JDeveloper i'm looking for a place to start a tutorial "How to use
    the JDeveloper ? " with samples code .
    from very basic use ( Hello world program ) to addvanced programming ( Like GUI Forms and Database )
    please show me links where to start learning from
    thanks in advance

    The tutorials in the JDeveloper help system are a very good place to start. Choose Help | Help Topics from the JDeveloper menu then click the Tutorials book in the Help navigator. The tutorials are also available on OTN, see:
    http://otn.oracle.com:8877/jdeveloper/help/
    You may also find the 'how to' documents and samples on OTN helpful:
    Oracle9i JDeveloper How To Documents
    http://otn.oracle.com/products/jdev/howtos/content.html
    Oracle9i JDeveloper Sample Code
    http://otn.oracle.com/sample_code/products/jdev/content.html
    Hope this helps.
    - jon

  • Looking for APEX tutoring (with pay) in NJ - urgent -

    Hi,
    I'm a newbie to APEX, and trying to get the project up and running. I can get a simple form up, but the project I'm doing is more than a simple form. I have not got a chance to get any training yet. Looking for APEX tutoring in NJ with pay.
    Please let me know promptly.
    Appreciated,
    Helen

    Helen,
    First of all, welcome to the forums and the wonderful world of APEX development.
    Before recommending anything, it would be really good to know a little bit about your background and how comfortable you are with Oracle, SQL, and PL/SQL. If you're completely new to Oracle (i.e. you've been working with EXCEL and ACCESS), I would recommend a completely different path than someone who is coming at this from a long history of Oracle Forms development, and different again form someone that has Java or other Web development experiene.
    Can you help us out with some information about your programming background?
    In general, I agree with Don. The 2 Day developer and Advanced Tutorial white papers will give you a good start, by letting you peek under the covers of what is possible with Application Express. There are also a couple good books that might help depending on where you're coming from and what your skill level is.
    However, there is nothing like getting yourself into a learning environment that allows you to ask questions specific to what you're trying to achieve in the real world.
    The company I work for ( [Sumner Technologies|www.sumnertech.com] ) also provides APEX training at the beginner, intermediate and advanced levels. We can provide these classes in a public forum, as private on-site classes, or we also provide instructor lead online training classes as well. We have several classes scheduled through the end of the year so check [http://www.sumnertech.com/training|http://www.sumnertech.com/training] for a list of available courses and our public/Online schedule).
    What course best suits you will obviously depend on where you're starting from, but we can definitely help there.
    Feel free to give us a call at (703) 879-4615. We'll be happy to help.
    Doug Gault
    VP, Sumner Technologies

  • Newb looking for advice...

    Sorry if this is a stupid question, but I've never worked with wireless before.
    Currently I'm on my Powermac G5, running ethernet into a linksys. Also have a dell laptop hooked up (with wires) through the linksys.
    I just picked up an older ibook G3 yesterday, and I'd like to be able to connect wirelessly with it.
    Could someone just give me a breif rundown of what exaclty I'd need (again, I'm a newb, so sorry).
    The G5 does not have airport, and right now, neither does the ibook. I'm not looking for speed, just would like to be able to connnect the ibook wirelessly.

    The G5 does not have airport, and right now, neither does the ibook. I'm not looking for speed, just would like to be able to connnect the ibook wirelessly.
    As a minimum, you'll need an original AirPort card for the iBook G3, and the April 2005 and earlier Power Mac G5s are compatible with the AirPort Extreme card. The later Power Mac G5s are not. Instead, these models require a special combo AirPort/Bluetooth card which must be installed by an Apple Authorized Service Provider (AASP).

  • Looking for a webmail with multiple accounts support

    Hi,
    I would like to set up a webmail on my server which I will use to check my various mail accounts on gmail and others.
    I tried mutt, alpine, claws-mail, but I don't really like "true" mail clients, I prefer to use webmails (so it can render HTML mails, and I can access it from anywhere). But since I have many accounts, I can't (and don't want) to use the gmail webmail.
    So I'm looking for a webmail which could transparently handle multiple accounts from different mail providers. I will be the only one using it so I don't even need multiple users to log on.
    Does it exists? What would you recommend? I don't know anything about webmails.
    My server is running lighttpd, with php and python (webpy). I'm not afraid of modifying some of the code if needed.
    Thanks.
    Last edited by pokraka (2010-07-13 15:36:59)

    You can collect mail to your server, sort it (say have one local account with one folder per mail account), and view it via webmail.
    Check this wiki articles:
    http://wiki.archlinux.org/index.php/Ema … l_procmail
    http://wiki.archlinux.org/index.php/Squirrelmail
    I don't use this setup so I don't know how it works, but looks like what you are looking for.

  • Looking for a sample of the Flash Export from Encore CS3

    I am close to upgrading to the CS3 Production Premium and one of the features that intrigues me is the Flash export from Encore CS3. I have searched the Adobe site without success for a sample of what an exported project looks like and functions on the web. Can anyone point me to a on-line sample of an exported project? Thanks in advance :)

    'Black Gaps' in Flash usually come from the Flash trying to locate & load the next Flash file. Without a Pre-Loader, you will probably always have this... especially if your quality is set too high. This equates to longer load/buffer times which means there is nothing to display until there is enough video loaded in the buffer to play.
    If your ultimate goal is to create Video for the Web... you'll need to learn proper techniques for producing video for the web. It is much different than producing video for TV or DVD. On the web you have to compress your video a lot more therefore you should not use a lot of Motion/Movement in your Characters, Camera, Media, Motion Backgrounds, etc. The less Motion/Movement you have means you can lower your quality settings but still get awesome looking video & good load times eliminating the Black Gaps and making an all around smoother internet presentation/experience.

  • Recent graduated Control-Systems (embedded) enginneer, with experience in France/lebanon/Switzerland Looking for a Job With Labview

    I am currently recently graduated from the University of Technology in Belfort-Montbeliard (France).
     Master’s grade of “Electrical and control systems engineering”.
    I am currently looking for a job in automation, control systems and electronic domain (I prefere LabView Developpement)
    Salim DARWICHE
    1 rue antonin artaud
    31320 castanet tolosan
    Tel: 0033.6.85485107
    Email : [email protected]
    Nationalities :
    - French
    - Lebanese
    Date and place of birth:
    April 18, 1986
    Toulouse,
    France
    Education
    2009
    Master in Electrical and Control Systems Engineering
    Option Embedded
    systems
    University of technology of Belfort-Montbliard france
    2006 University
    Diploma in Industrial and Maintenance Engineering
    DUT Degree Equivalent to 3 years of
    technical studies
    Institute of technology of Saida
    Lebanon
    Experience
    February
    July 2009 Galley-Technologies (Neuchatel-Switzerland)
    Mission:
    Development of
    Labview Modules for Pharmaceutics and Robotics
    industries
    Realization(s):
    Communication and data-Analyse Software using
    TCP/IP:
    - Development of a software (Labview Programming) that would permit data
    transfer between many pharmaceutical ovens, in order to analyse all production cycle, and test
    the conformity of the final products.
    5 Axis robot simulation software:
    Concept and development of simulation tool for a robot working cycle
    September 2007
    February 2008 Valeo VSS (Paris France)
    Mission:
    Qualification and management of
    automobile electronic components
    Qualification of specific electronic components
    Making sure that all electronics components will be qualified on time before the
    Start-of-Project
    - Discussion between me, Valeo supplier and Valeo Project Manager in order
    to grant Valeo quality standard Specifications or to approve supplier deviations.
    Management of electronic qualification documents on Valeo ePLM system.
    - Participating to
    daily quality reviews meetings and brainstorming in order to apply a PDCA (plan Do Check
    Act)
    Management of Valeo DSA products under IMDS Base
    - Management and
    declaration of Valeo Division Systems Access products under IMDS base (international Material
    data systems)
    - Creating MDS sheets then sending them to Automobile
    Constructors.
    February June 2006 United-Group Machinery
    (Beirut-Lebanon)
    Mission:
    Renovating a bag-filling
    machine
    Realization(s):
    Mechanical system
    - Drawing all parts of
    the machine (3D), assembly and motion using Autodesk Inventor.
    - Unmount, replacing bad
    parts then assembly of the machine.
    - Integrating of a weigher machine to the top of the
    bag-filling machine.
    Control system
    -Removing old control system and
    integrating a PLC and a control panel
    -Programming the PLC (Delta type) with Ladder
    diagram.
    Knowledge
    Languages
    French
    and Arabic: Native languages.
    English: fluent, TOEIC 890/990 Test of English for
    International Communication.
    Spanish: Intermediate.
    Automation
    - Labview,
    Matlab Simulink
    -Programming DSP Controller TMS320LF2407.
    -Programming in languages:
    assembler, C.
    - PLC Programming (Crouzet, Delta, tlmcanique, Moller) -Ladder, List,
    Grafcet-
    -Controlled systems: Continuous aspect
    Electronics
    -Programming in
    VHDL.
    -Programming of PIC 16F87X.
    -Simulation (Simplorer, Circuit maker, Electronic
    Workbench, Proteus, Kicad).
    Electrical
    - Machines D.C. current, synchronous,
    asynchronous, electrical supply networks.
    Various
    - CAD: AutoCAD, Autodesk
    Inventor, Mastercam, Programming of machines with numerical control CNC (languages Num, Fanuc,
    Fagor).
    -CAM: Ms-Project (Gantt, Pert, Kanban) 
    Message Edité par salimo le 11-04-2009 04:35 PM
    ~~~~~~~~~~~~~~~~~~Looking for a LABVIEW JOB (In EUROPE)>~~~~~~~~~~~~~~~~~~
    **The Best Way To Predict**The**Future Is To Invent It**
    Attachments:
    CV_Salim_Darwiche_S_12_10_09.doc ‏77 KB
    CV_SalimDARWICHE_EN_S.doc ‏229 KB

    Message Edité par salimo le 11-04-2009 04:36 PM
    ~~~~~~~~~~~~~~~~~~Looking for a LABVIEW JOB (In EUROPE)>~~~~~~~~~~~~~~~~~~
    **The Best Way To Predict**The**Future Is To Invent It**

  • Mac Newbie looking for short answers to multiple questions...

    My computer experience started with the Commodore 64 in the 1980's and progressed to building my own Core Duo PC with 4 GIG RAM running 64 bit Vista Ultimate and several flavors of Linux. My only Mac experiences happened when I visited my elderly parents, who insisted on only using Mac's, generally ancient Mac's that they bought on eBay.
    I was not interested at all in Macs and found the GUI very confusing to use. All that changed when my dad showed me the Mac Mini he bought. Instead of the hulking, slow, underpowered behemoths he usually used, this little machine was amazing. I had to have one, and yesterday bought a Mac Mini with superdrive and 512 MB of RAM, along with Bluetooth wireless keyboard and mouse. This was amazingly easy to set up, just starting with all of the PC stuff I have lying around.
    Now, I need some one-line opinions from people who use Mac's, nothing complicated, just opinions. I don't need help configuring this machine, I just want to know what I can do with it. I find most people enjoy giving opinions!
    --Is it worth it to upgrade the RAM to 2 GB? I wanted to do that at the store yesterday, but the salesman said that the procedure was too complicated in a Mac Mini to do myself, and I wanted to take the computer home right way.
    --I use Photoshop Elements 5. Is it worth it to get Photoshop Elements 4 for Mac, or does my machine come with imaging editing software that does the same thing, just as well?
    --I use Quicken 2007. I read a couple of reviews of Quicken for Mac from unhappy customers. Any comments?
    --Can I use my existing external USB 2 or Firewire drives with my Mac Mini, even though they are partitioned as FAT32 and have many backup files from PC's on them? Do Mac Mini's write to FAT32 like Linux does, or do I have to reformat the drives?
    --I use Acronis True Image to backup & image my hard drives so I can restore them if disaster occurs (as it seems to, rather often). How do you image a hard drive with a Mac, and is it worth doing?
    --Is it worth it to use antivirus software on a Mac?
    --Does anyone have any experience using open source software like Open Office or GIMP on a Mac?
    --Are there any decent flight simulators that work on a Mac?
    Please don't flame me or tell me to read the manual. I am looking for opinions, not instructions. I am also not interested in running Windows software on my Mac - I have had mixed results trying to do this under Linux, and I also have plenty of Windows machines to operate Windows software. Remember, the more people like me who are interested in switching over to Mac's, the better and cheaper the platform should become. Thanks in advance!

    Welcome to Apple Discussions!
    Glad you found your way to the Mac in the present incarnation of MacOS. Earlier flavors of it were perhaps somewhat less elegant, though I have always had a liking for the relative simplicity and the integration of features which tend to make some work more easily accomplished than on the PCs I have also used.
    --Is it worth it to upgrade the RAM to 2 GB? I wanted to do that at the store yesterday, but the salesman said that the procedure was too complicated in a Mac Mini to do myself, and I wanted to take the computer home right way.
    Yes, the memory upgrade is very worthwhile. A stock mac mini runs perfectly well, but when taking into account the RAM used by the on board video, and the possibility of using Rosetta if you're using any non-native software, 512Mb is really not enough for smooth operation. Indeed, you'll tend to get pauses which can become annoying, particularly if you want to run multiple applications.
    The salesman really should have pointed out that while the procedure to upgrade RAM isn't really all that difficult, the mini is not intended to be opened by the user at all because there are no user serviceable parts inside. However, RAM is readily available from third party suppliers and with a little on-line research, is a fairly simple job to undertake. Two things to watch for: 1) that the memory comes from a supplier who will swap it without question, because Macs are rather more fussy about RAM than PCs tend to be, and 2), when completing the memory upgrade, ensure you reconnect the tiny fan control cable - failing to do so will leave the fan running at full blast all the time. It's an easy omission, and even the experts forget it sometimes!
    --I use Photoshop Elements 5. Is it worth it to get Photoshop Elements 4 for Mac, or does my machine come with imaging editing software that does the same thing, just as well?
    Depends on what kind of editing and image adjustment you generally do. The mini comes with iLife, which includes iPhoto, which has all the usual array of adjustment tools for brightness, contrast, color balance etc, plus a useful one for tilting images to straighten them if taken at an angle, but it doesn't include the filters and effects of a true image editing application. Photoshop Elements on the other hand is feature rich and easy to use, though at a cost. Personally, I don't like iPhoto much and use Photoshop Elements, though there is also a truly excellent shareware application called GraphicConverter, which started life as a tool to convert images from one format to another (hence the name) but is now a very feature-rich image processor in it's own right. Worth a look and can be tried out for free. Have a look at http://www.lemkesoft.com/xd/public/content/index.cGlkPTE5Mw.html
    --I use Quicken 2007. I read a couple of reviews of Quicken for Mac from unhappy customers. Any comments?
    No experience of this personally, but I'd check those reviews and any others you can find to see what it is the writers liked or didn't like about using the software, and see if that helps you. There are always unhappy customers though, so reviews in magazines may be more objective.
    --Can I use my existing external USB 2 or Firewire drives with my Mac Mini, even though they are partitioned as FAT32 and have many backup files from PC's on them? Do Mac Mini's write to FAT32 like Linux does, or do I have to reformat the drives?
    You can use your FAT32 formatted drives with the Mac though you are limited to files of 4Gb maximum.
    --I use Acronis True Image to backup & image my hard drives so I can restore them if disaster occurs (as it seems to, rather often). How do you image a hard drive with a Mac, and is it worth doing?
    It IS worth doing, yes. I use SuperDuper! which is first rate and free for making complete duplicates of a drive, or $29 for the paid/registered version to allow incremental backups. Works like a charm. If you use a drive partitioned in the GUID scheme (as the mini's internal is) you can even then set that drive, and the cloned copy of your system to boot the mini.
    --Is it worth it to use antivirus software on a Mac?
    Personally I'd say yes. ClamXav is open source (thus free) and reliable, has a marginal hit on CPU load and helps ensure you don't inadvertently pass on infections (it can also spot types of malware such as phishing scames). As yet, however, there are no known viruses/worms/trojans that affect MacOS, so it isn't critical at this time. However at some point it is likely there will be - in my view it's better to be prepared than to be left to react at the time.
    --Does anyone have any experience using open source software like Open Office or GIMP on a Mac?
    Yes. Like all open source projects, there are some good and some bad, but by and large the open source community for MacOS based systems is active and effective. Both Open Office and Gimp work well for example.
    --Are there any decent flight simulators that work on a Mac?
    X-Plane springs to mind.
    There really are very few people you'll find in Apple Discussions who would flame you for asking such questions. Indeed, answering such things is one of the prime reasons we're here, and while there's always value in reading the manuals, it must also be said that in many ways getting useful information out of them means you have to know enough already to be able to work out what information you need from all the stuff available. Questions are easier to ask and pertinent information easier to give as a result!

  • My company is looking for a consultant with NKE experience

    Hi
    My company need to write an NKE in order to port our product to OS X. We've studied the documentation and example NKE projects and know what to do and how to go about it.
    However, that's in theory, when developing for an OS on which you have no experience its always slower, and obstacles are encountered, and you can't be 100% sure the design is optimal, or won't create unanticipated problems.
    So we're looking for somebody with proven expertise in developing NKEs who may be interested in some paid consultancy work on a per-need basis, activities could be design review, code review, guru to ask questions if something unexpected happens etc.
    We're based in Vancouver, Canada. If there is somebody nearby in the Pacific Northwest that would be ideal as it means face to face meetings are possible. But this isn't essential.
    If you might be interested drop me a reply.

    niuniu wrote:
    We're based in Vancouver, Canada. If there is somebody nearby in the Pacific Northwest that would be ideal as it means face to face meetings are possible. But this isn't essential.
    Hey, don't you need a favorable market opinion letter from the HRSDC before you can hire a non-Canadian?

  • Quick look for text files with non-registered extensions

    It seems there was a way in 10.5 and 10.6 to register certain extensions with Quick Look to tell them how to preview a file. I have a lot of plain text files with different extensions that are not initially recognized by Quick Look. How do I hack the registry to tell Quick Look to preview a .cfg (or .aux, etc.) file as plain text?

    Can't Quick Look for some text files
    Re: Is it possible to change the viewing format?
    Quick Look for files without extensions.
    Re: Can I view text files without a .txt extension in Quick Look?
    How do I add support to Quick Look

  • Looking for a designer with experience working on Motorsport projects

    I am looking for a web designer with specific experience working on Motorsport websites.  The project will be to design a BC site for a racing team which we will implement.  If you believe you are qualified for a project like this please send me details of your portfolio and your rate.  Note I am looking for someone who has actually worked on motorsport website, so will need to see evidence of this experience.  If you do not have this experience please do not apply.  Please PM me if you are qualified.

    Hi Sir/Madam,
    I recently Completed my PG Diploma Graduate in Industrial Automation and System Design from National Institute of Electronics and Information Technology (NIELIT) Calicut with 72.2%.I am good labVIEW Programmer and I am seeking job in labVIEW Sector, please help me where i could get the job in labview Sector.
    Please find the attached resume.
    Thanks & Regards,
    Ravi Kumar
    +91-9000324146
    E-mail: [email protected]
    Attachments:
    resume ravi new formetpdf.pdf ‏65 KB

  • Looking for LabVIEW Developer with 2-3 years of experience for Mumbai based Company

    Software Plantation, Mumbai is currently looking for LabVIEW Developer who can contribute to the development of automated test, data acquisition, and control systems using National Instruments LabVIEW.
    This position is located at Lokhandwala, Andheri West, Mumbai.
    Requirements:
    Applicant must meet the following criteria:
    2+ years of LabVIEW experience.
    Should be from Engineering background.
    Knowledge of various communication protocols like RS-232, Modbus, USB, etc.
    Knowledge of NI DAQ hardware boards.
    Automated test, measurement, data acquisition, and/or control experience.
    Good at documentation.
    Knowledge of Software Development Cycle
    Must be able to meet objectives as directed.
    Ability to effectively work independently.
    Ability to contribute and work in a team environment.
    Ability to adapt to changing requirements, rapidly absorb new concepts, and apply them effectively.
    Good communication skills.
    CLAD certified developer will be preferred. Knowledge of C/C++, Linux is an added advantage.
    If your background and qualifications match this position, please send your resume via email with subject line as: 'LabVIEW Developer Application'.
    E-Mail: [email protected] 
    Note: Please do not post your resume on the job forum. Mail it to the above mentioned email ID.

    Kindly send me your resumes on [email protected]

Maybe you are looking for

  • Extra expenses at invoiving stage

    Hi Experts!! How to charge expense on PO after goods receipt (MIGO). Actually, some expenses are included on provisional basis in PO (purchase order) and for the sake of operations, we have to post goods receipt (MIGO) and later on, at invoicing stag

  • Email is to wide for screen

    Emails come in and I have t o use the bottom arrow to see it all. It almost doubles.

  • Home Folder needs Repairing

    I cant log in as I get the following message "Your home folder, which is protected by FireVault, didn't open. It needs to be repaired. TO repair the folder and continue logging in, click OK to login" I clicked ok but no luck logging in

  • Please send me Functional requirement specification's in bw regarding

    Dear Experts,         Please send me any sample functional requirement specifications regarding MODELING,REPORTING,EXTRACTION.    points will be added   thanks very much Regards, SridharMenda [email protected]

  • In Firefox Tools what is accelator?

    In firefox tools I found Accelator which when enabled it can copy whatever I hilight; I cannot find where to remove this as it appears not to be an addon unless it is part of another addon. Please let identify this and how to remove it. Thank you ==