Anyone need expert help/consulting for Labview?

Code Genius was started at MIT to connect programmers in the scientific community to experts of advanced languages for efficient and cost effective support. Our platform helps programmers find the help they need to evaluate and resolve any issues they have in a quick and easy manner. Our service is unique with Code Geniuses matched with users not only based on language but also based on industry expertise for more streamlined and specialized problem solving.
www.codegenius.io
 

The arogant side of me asks...
What make them think they are better than us* ?
Hmmmm?
Ben
* us = the contributors to this forum that I am convinced include some of the greatest software developers the world has ever known.
 

Similar Messages

  • Do I need "nilm.exe" file for labview to run properly?

    I have some problems with the "nilm.exe". Sometime it create a lot of other file in Windows tak manager and it lock completely my computer. Do I need "nilm.exe" file for labview to run properly? Can I remove it from my computer ?
    thanks in advance for your reply

    NILM.EXE is the NI License Manager for Remote Panels. If not using Remote Panels then you do not need to use NILM.EXE. The following webpage shows how to disable nilm.exe:
    http://digital.ni.com/public.nsf/3efedde4322fef19862567740067f3cc/581a81c57ac0c10b86256b5a005f2975?OpenDocument
    Chris_Mitchell
    Product Development Engineer
    Certified LabVIEW Architect

  • I need HP4280 GPIB library for LabView 6i. Help.

    Hi.
    I am researching about reducing insulating material's capacitance with HP 4280.
    Recently I got a GPIB card, but I have no idea about it.
    I need help, so far I have read the manual and etc., but I understand nothing.
    Our lab has a LabView program (6i), a friend of mine said "If you have a HP4280 library, you will use it without difficulty."
    So I am posting this.
    If someone has a library about HP 4280 for LabView 6i, please let me get it.
    Thank you.
    P.s. : The CD has library for many other machines but don't have for HP 4280, the nearest library was HP 4284.

    I performed a quick search, but I could not find an exact driver for the HP 4280. There are some drivers on www.ni.com/idnet that are close and may work with your instrument. Just search for HP and meters. All drivers can be downloaded on our site for free.
    In addition, HP seems to sell a driver that covers a range of instruments, including the 4280. Here's the link I found: http://eesof.tm.agilent.com/products/85190a_ordering.html. I would recommend contacting HP for more information.
    Good luck with your application!

  • Need spartan 3e driver for LabVIEW FPGA 2011

    Hello,
    I'm looking for Spartan-3E driver for Windows 7 LabVIEW FPGA 2011.
    Thank you

    Thank you for all the helps. I do appreciate that.
    By the way, I'm wondering the latest driver on NI is used for Labview FPGA 2012 or 2012sp1?
    Just in case our department would purchase the latest version of Labivew in the near future.
    Thank you again and have a nice day.
     

  • Has anyone ever written a driver for LabVIEW for Omega CN9500 process contollers w/Modbus protocol over RS485?

    Omega has a protocol manual to facilitate this on their web site

    Jay,
    Most folks use an OPC Server, such as Lookout Protocol Drivers (sold under package "IA OPC Servers") to communicate with devices using the Modbus protocol from LabVIEW. The KnowledgeBase below describes this method in detail.
    Drivers for Communicating to PLCs, RTUs, and Other Industrial Hardware"
    As for direct Modbus protocol VIs for LabVIEW - I have never personally used them, but I have seen many Developer Exchange posts in the past where folks have used and recommended them. Simply search this developer exchange for "modbus AND labview" and numberous discussion threads on this topic will be returned.
    Regards,
    Greg
    Caesar
    Applications Engineer
    National Instruments

  • New To HR.. Need Expert help

    Hi,
    Can anyone help me with this SPRO path?
    Can someone please tell me what i need to do here.
    Personnel Management  Personnel Administration  Basic Settings  Determine defaults for number ranges.
    Regards,
    Raj

    In this step, you can define the groupings for the personnel calculation rules and collective agreement provisions for all your employee groups and subgroups.
    The employee subgroup grouping for the personnel calculation rule is required in Payroll Accounting. The collective agreement provisions grouping is required for indirect valuation of wage types in the Basic Pay infotype (0008).
    Example
    Employee subgroup grouping for the personnel calculation rule:
    The personnel calculation rule allows one wage type to be processed in different ways in payroll accounting.
    The value of the standard pay wage type should be used as a basis of valuation for hourly wage earners. The value of the standard pay wage type should be divided by the planned working hours before being used as a basis of valuation for salaried employees.
    Employee subgroup grouping for collective agreement provisions:
    A standard agreement designates the same pay scale groups and levels for both hourly wage earners and salaried employees; however, the user must still be able to enter hourly or monthly values in the pay scale table.
    Requirements
    Employee groups and subgroups must be set up.
    You must know which employee groups and subgroups are paid on an hourly/monthly basis.
    You must know whether your collective agreement uses the same pay scale groups/levels for different kinds of payment.
    Standard settings
    Employee subgroup grouping for the personnel calculation rule:
    1 = hourly wage
    2 = periodic payment (eg.monthly wage)
    3 = salary/pension
    4 = pay (German civil service)
    5 = social insurance (German civil service)
    Employee subgroup grouping for the collective agreement provisions:
    1 = industrial workers/hourly wage
    2 = industrial workers/monthly wage
    3 = salaried employee
    4 = AT
    Recommendation
    The meanings of the grouping for the personnel calculation rule are fixed and may not be changed.
    The grouping for the collective agreement is not subject to any restrictions.
    Activities
    For each employee subgroup, define the personnel calculation rule grouping and the indicator for collective agreement provisions.
    Determine default for the pay scale data
    In this step, you define how default values are determined for collective agreement types and areas (pay scale types and areas for short).
    Example
    You can either define these default values using the pay scale area and type assigned to the personnel area, or a feature.
    Requirements
    Personnel areas must be defined.
    Pay scale types and areas must be defined.
    Pay scale types and areas must be assigned to personnel areas.
    Standard settings
    The standard system contains the feature TARIF, which takes the default values from the pay scale type and area assigned to the personnel area.
    Activities
    Check the feature and change it if necessary.
    Further notes
    Refer to the documentation for the TARIF feature.

  • Need EXPERT's suggestion for APEX CHART SERIES

    Hello Everyone,
    I have been trying to solve an issue with my apex line chart. The scenario is as follows:
    I have a table called revenue. revenues per year are saved in it. and revenues are generated from three sources which are also saved in the same table.
    I have made a line chart on it. works well.
    Now I have to show that if the value of one of the sources had fallen, how must have it affected the total. I made a number field that takes an estimated change value, and build my sql query with it. it works but the problem is that it changes the non-affected source too. it must change the value of the affected source only and hence the total value.
    I hope I make sense and anybody can suggest something.
    bold or I will put it this way, how can I write a select statement for a chart series so that one of the rows value does not change and the other two change. ... ?
    Edited by: Samooray92 on May 30, 2013 2:41 PM

    Samooray,
    Let's work with this question since there is more detail here than in the other one. {thread:id=2543702}
    First it's always help to know:
    Full APEX version
    Full DB/version/edition/host OS
    Web server architecture (EPG, OHS or APEX listener/host OS)
    Browser(s) and version(s) used
    And sometimes this information as well.
    Theme
    Template(s)
    Region/item type(s)
    When a question goes unanswered for a while, there is no need to reply to it or to start a new question. You can edit the original question and just add "Bump" at the bottom and save the changes. This will bump it back to the top of the question list. And by that time, you might think of additional information you can add to the question.
    Say, why would a question go unanswered? Well, easy questions and frequently asked questions with well-known answers can be answered right away. Your question seems more complicated and I don't think we have all the information we need to understand exactly what the question is.
    You are doing a "series" chart. What kind of series chart: bar, column, line? What is each series? For example, components of revenue might be 1) sales, 2) licensing revenue and 3) other. Then you might have one series for sales, a second for licensing revenue and a third for other.
    Could you mock up a trivial example on apex.oracle.com http://apex.oracle.com/pls/apex/f?p=4700:1:0::::: ?
    Regards,
    Howard

  • Error installing SAP NW 7.01 ABAP trial version /Error 601-Need Expert Help

    Hi
    When I install the trial version, the installation aborts with error 601.
    I know this has been reported before, but I can't find a solution, tried removing all previous entries/components and re-installing a number of times but it always aborts.
    Details below, any help would be greatly appreciated:
    1, 2009 1:28:02 PM), Install, com.sap.installshield.maxdb.maxdb_call_sdbinst, err, An error occurred and product installation failed.  Look at the log file C:\sapdb\NSP\log.txt for details.
    (Nov 11, 2009 1:28:02 PM), Install, com.sap.installshield.maxdb.maxdb_call_sdbinst, err, ProductException: (error code = 601; message="An Error happened during call of MaxDB Tool sdbinst. Check end of Logfile C:/DOCUME1/SM/LOCALS1/Temp/MaxDBSAPNWPREV.log")
    STACK_TRACE: 22
    ProductException: (error code = 601; message="An Error happened during call of MaxDB Tool sdbinst. Check end of Logfile C:/DOCUME1/SM/LOCALS1/Temp/MaxDBSAPNWPREV.log")
         at com.sap.installshield.maxdb.maxdb_call_sdbinst.install(maxdb_call_sdbinst.java:193)
         at com.installshield.product.service.product.PureJavaProductServiceImpl.installProductAction(Unknown Source)
         at com.installshield.product.service.product.PureJavaProductServiceImpl$InstallProduct.getResultForProductAction(Unknown Source)
         at com.installshield.product.service.product.InstallableObjectVisitor.visitComponent(Unknown Source)
         at com.installshield.product.service.product.InstallableObjectVisitor.visitInstallableComponents(Unknown Source)
         at com.installshield.product.service.product.InstallableObjectVisitor.visitProductBeans(Unknown Source)
         at com.installshield.product.service.product.PureJavaProductServiceImpl$InstallProduct.install(Unknown Source)
         at com.installshield.product.service.product.PureJavaProductServiceImpl.installProduct(Unknown Source)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at com.installshield.wizard.service.LocalImplementorProxy.invoke(Unknown Source)
         at com.installshield.wizard.service.AbstractService.invokeImpl(Unknown Source)
         at com.installshield.product.service.product.GenericProductService.installProduct(Unknown Source)
         at com.installshield.product.service.product.PureJavaProductServiceImpl.installAssembly(Unknown Source)
         at com.installshield.product.service.product.PureJavaProductServiceImpl.access$900(Unknown Source)
         at com.installshield.product.service.product.PureJavaProductServiceImpl$Installer.execute(Unknown Source)
         at com.installshield.wizard.service.AsynchronousOperation.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)

    I did these steps and was able to reinstall without any problems.
    1. Run registry clean tool that came with the packaged software
         \Additional_Tools\RegCleanTool
    2. Then run Uninstall - System/Standalone Engine/Optional Standadlon ......
         This is under the Software Life-Cycle Options-Uninstall
    3. Check if there are any files located in
         \Program Files\sapinst_instdir     -
         delete this directory
         \Documents and Settins\{user}\Local settings\Temp    -
       delete any references to SAP
    The above steps helped me to reinstall the Trial software. 
    Make sure that the system for the install meet the following requirements:
    u2022     Operating System: Windows XP Professional (Service Pack 2) or Windows Server 2003 or Windows Vista
    u2022     Hostname must not exceed 13 characters
    u2022     NTFS-File system
    u2022     Internet Explorer 5.5 or higher or Firefox 1.0 or higher
    u2022     At least 1 GB RAM (2-4 GB recommended)
    u2022     Pagefile size according to your RAM settings.
    u2022     Intel Pentium III/1.1 GHz or higher (or compatible)
    u2022     30 GB hard disk space temporary during installation - 24 GB permanent
            The actual hard disk space required is more than 32GB.  It is best to install the SAP directory on a separate drive if possible. Othewise you have to make sure that the drive where you install SAP has sufficient space for you system and the SAP install.
    u2022     High-resolution monitor (1024x768 or higher, 256 colors)
    u2022     Make sure that no other SAP system is installed on your computer
    u2022     The SAP system requires several ports for communication services. Therefore the file %WINDIR%\system32\drivers\etc\services must not include an entry for the ports 3200, 3600, 3900 and 8000. A possible entry can be excluded by using the hash symbol (#). (Note: The entry sapmsNSP 3600 for dialog instances may not exist, as it is set to 0 in Trial versions).
    u2022     If no DHCP server is available on your network (which dynamically determines the IP address) or your computer is not connected to any network, you need to install the virtual interface adapter MS Loopback Adapter.
    My system configuration:
    Virutal Machine
       Windows Server 2003
       1.7GB RAM
       20GB System Drive
       40GB Data drive (SAP installed here)
        MS Loopback Adapter with address 10.10.0.10 (entry in hosts file 10.10.0.10             localhost)
    Regards,
    Jasper

  • Need Expert Help.....Photoshop to slice pages in half Batch mode

    I've searched everywhere for a solution to this, but in vain. Pls. Help...
    I have taken digital images (color) of a few pages from a printed book. These are all double pages (2 facing pages in 1 shot). Pls. see the attached sample image. http://www.box.net/shared/ay2rqjp317
    I want to use Photoshop (Elements 6 / CS 3 or above) to AUTOMATE the following :
    1. Cut the single image (of two facing pages) into 2 single page images. (Also if you could suggest a way that picture be split (in batch mode) to NEARLY FIT the single page dimensions of the book).
    2. Straighten the resulting single page image (to look NEARLY like a flat eBook - with text in ALMOST straight lines).
    3. If at all possible, Remove imprint of fingers (seen bottom of the pic- finger holding pages flat- I've held the same place in all images).
    4. Convert color image to black and white, to remove unnecessary details.
    5. CREATE A BATCH process of all above steps, so it can be done for the 30 or so double pages I have, creating 60 single pages.
    After step 5, I will run Omnipage to OCR text from all pages (This is simple, I can do it) and create a clean B&W book type PDF of 60 pages or so.
    Its really important that I do the batch mode for all...this is beacuse in sucesssive projects, I need to digitize a few pretty old books.
    At wikihow, I fdid find some useful info, but not for STEP 1 to 3, which are crucial. I'm reproducing that info here, if someone wants to incorporate that into approach they suggest for me.
    Pls. Help...I'm just an amateur with Photoshop. Thanks a ton..
    -------------------- Notes from WikiHow ---------------
    4 # Create a processing action: Photoshop (any version) is a good software for processing, but other software may work just as well. To save file size and increase readability, you want to strip out as much extra color information as possible. You can automate this process: Start recording a new action. Then select Image>adjustments>threshold to convert to black and white - drag the cutoff slider to where it looks most readable. Save the images using File > Save for web and devices. Save in the gif format. You only need two colors, and you may safely crank up the lossy compression. Using this method you can compress six megapixel images down to under 200 kb, down from the roughly 2 mb original files.
    5 # Create your pages. Now that you have created your action, open Photoshop and select file > automate > batch. Select the action you just made, as well as the original images you want to work on. Then select a destination and numbering scheme. Run the process and you should end up with a number of compressed GIFs. Review your images again. If any of your images were underexposed or out of focus, they will be illegible.

    Someone may be able to recommend some easier to use software, but on machines where I do not have Photoshop I use http://gimp.org/downloads/

  • Need some Helpful Links for downloading documents

    Hi Experts,
    I would like to know if there are any links from where i can view and download the documents that will be helpful for me in gaining more knowledge on any particular topic in detail for SAP B1 2005B & 2007B.
    I am looking for topics such as Creating Tax codes, VAT and CENVAT, Bank Reconciliations, Financial, Chart of Accounts, Inventory Management, Batch Management, etc.... with some examples or scenarios which are not covered in detail in the course materials.
    Merry Christmas to all....
    Thanks and Regards,
    Kaushal

    Hi Vijay,
    Thanks for your response. But, when i visit the link, i get the following message:
    Alias not available
    Line: -
    The alias SMB/EDUCATION that you have entered does either not exist,
    or you are not authorized to access it.
    Line: -
    I have a s-user id but, i don't know if i can access the documents from the SAP portal. I hope that we should get the access by default by SAP.
    Thanks and Regards,
    Kaushal.

  • Need expert help - iPod Classics will not play recently downloaded songs

    Sparknotes version of this question, so you don't need waste your time if you aren't interested:
    -iPod Classic skipping over songs
    -problem with iTunes transferring the files
    -need help ASAP, we DJ with these iPods most weekends
    Multiple iPod Classics are skipping over songs and will not play them.  This is a recent issue and these ipods are not new - we have been using them for several years now.  The playlist and the Macbook from which the playlist came are also not new.  The playlist copies onto the ipod so that i can see it on the device, but after unplugging the ipod and trying to play a song the screen just gets stuck for a few seconds, with the play symbol showing in the toolbar, but then skips to another song until it can find a song it can play. 
    After some investigating i found that my itunes must not be properly copying the playlist - it shows up on the ipod, but when i view the ipod contents in itunes, that playlist is not there.  Upon a second attempt at copying the playlist to one ipod, i found that all files still show up in the song list, some files are now playable, but not all.  My husband and I are DJs and one can understand that this is quite a predicament, when all of our ipods suddenly only play certain songs.
    Restarting the ipod does not solve issue.  Again this is an issue with multiple iPods, so i am thinking that maybe it is an iTunes problem but i don't know where to begin trying to fix it.  One thing i did notice was that when i plugged the ipods, iTunes sat in the "verifying iPod" stage for quite a while.  I found some past forums that touched on this but it seems to usually be connected to updating the version of iTunes, and i have the most current version (10.6.3).  This playlist was made years ago and the files should not be corrupt, at least they have worked fine in the past.

    I find this concept worth considering. http://en.wikipedia.org/wiki/Bathtub_curve
    The one year limited warranty ought to see you through "early failures". I have a sneaky suspicion that extended warranties are intented to cover "random failures" before "wear out" failure becomes likely which is why such cover is often limited to 3 years, the period when it is least likely to be needed.
    In your case, assuming there is no obvious physical cause that has been overlooked, it would seem to be a random failure in years 2/3. Not common, but they will happen to someone.
    tt2

  • Need Expert Help!: Apparent Dreamweaver Error Adobe Can't Solve

    This problem has been going on for over a month. After speaking with 16 different Adobe Tech Support people, and the problem still not resolved, I sure would appreciate any help or ideas you guys might have.
    I have linked to a short movie I made that shows what's happening on my system:
    http://www.libertydesignllc.com/test/scantool/Adobe-Error.mpg
    I have a simple 2-column site with a container div, header & footer divs, a left nav div, and a content div with text and an HTML table (I've attached one HTML file this always happens with).
    (Posted version: http://www.libertydesignllc.com/test/Scantool/Facilities.html)
    On my primary PC in DWCS4, when I single-click the text to make a change (add a comma, etc.), the entire contents get selected. Nothing I do will allow me to simply put the cursor between chracters. A double-click scrambles the divs on the screen and removes the backgrounds.
    This does not happen with the same documents using the Trial version installed on another PC, but even the Trial version seems to do this on this machine. The problem appears to be sporatic and can occur with any page at any time, but once it starts happening, it continues forever on that machine. If I save the document, however, it does not happen on my other machine running the trial. A Tier 2 Adobe tech had me delete two registry keys which appeared the solve the problem, but it screwed up all of the other Adobe apps, so it's not a real fix. These keys are called "Common10" and "10" under the HK software section of the registry. (Apparently, deleting these forces DWCS4 to rebuild them)
    I have rebuilt this PC several times since this started including WinXP F-Disking and reinstall of OS, creating a partition image of the fresh installation image, and at various points BEFORE any Adobe products are installed. Once I see the problem with my full version or the Trial, I reimage back to the beginning since Adobe products seem to make permanent registry entries. (Their special utility called "CS4InstallerDatabaseutility.exe" does not fully remove their products)
    Any ideas would be very mch appreciated.
    Thank you!
    MFitz

    Firstly - excellent work with the video, very helpful.
    I'm on a PC (XP SP3) and used to have this problem intermittently too, I can confirm you aren't going mad - it definitely is a bug in DWCS4. It could be coincidence, but I haven't seen the bug since I turned off the Code Inspector. As in - made sure Code Inspector wasn't visible anywhere in the interface, even minimised. It's hard to see if Code Inspector is one of the minimised tabs in the video, but I thought I'd just put it out there as a possibility.
    Since the problem is intermittent (or was for me) it's hard to troubleshoot! I'm sure someone else more knowledgable that I will be along with other suggestions.

  • Noob need experts' help!!

    Hi,
    I am trying to create a web page with a flash movies. The
    user click on the movie and it will bring you to another page. How
    do you create a hyperlink for a flash movie in asp.net? I have
    download the flash control for asp.net. However it doesn't allow me
    to hyper link the flash movie.

    Thank You Noel!
    If could help someone, I've found a great tutorial about this, of course you can take more saturation:
    http://www.youtube.com/watch?v=YdaqW2yFDj8
    This youtuber is really fantastic!

  • Need expert help with Canon Vixia HV 30 downloads

    I have a Canon miniDV Vixia HV30 high def camera. The new apple macbook (aluminum) does not have a firewire to import the video from the HDMI terminal. How can I get the video from the camcorder into the laptop??

    I have the exact same issue. Didn't even think to check when I bought this a few weeks ago--I can't believe there's no FireWire port. I've had a FireWire port on my Apple notebooks for five years (two previous ones...)
    Apple claims that I should be able to import footage via a USB cable from my Vixia. lol. The computer doesn't recognize it. I'm going to Apple Store tomorrow, and bringing two cameras, USB cords, etc. If they can't work this out, I feel like they owe me another computer...
    Anyone else have an opinion on this?
    Thanks

  • Need expert FCP editor for tennis documentary

    in new york area looking for expert editor for tennis documentary.. will have 60 hours of footage by middle of august. if interested please email me at [email protected]

    in new york area looking for expert editor for tennis documentary.. will have 60 hours of footage by middle of august. if interested please email me at [email protected]

Maybe you are looking for