How to make a .exe without errors about the costum scaling

Hello everybody,
i'm new with Ni-Labview,
i'm trying to make a .exe file of my application, this is working perfect, but if i make costum scales in my Daq Assist options and i make the vi in a .Exe then there are always errors if i open it on another computer... if i put every Daq Assist box to the ''no scale'' option, then the exe is working on another computer...
it is working good on the computer where i build the vi on...
but of coarse i'm not planning to put the hole software (labview) on that other computer... that's where the .exe file is for i guess...
i have 1 Daq Assist that is programmed with a scale that converts 0-5 volts to 0-3000(rpm)  this is a output voltage
and the other daq assist box is programmed with a scale that 0-1volts is 0-3000(rpm) this is a input voltage
everything is working like i want it to work on my computer where i build the application, but if i make a .exe file of it, including all the Daq Mx drivers and so on then this file is not working.... so i made a error box at the end of the daq assist to see what is happening and if i open it then on another computer then it tould me that there where errors with the scaling i made... but i don't see the problem????
is anyone having this problem also? or maybe i do something wrong????  i really don't know how to solve this problem... and it should not be that hard,... i'm sure of it....
hope someone could help me....
i use a Ni-USB 6211
thanks for reading this and hope to hear something soon!
thanks
Kind Regars,
Kris

Hello There,
i have one more question that i can't figure out....
i have a vi in attachment that you can open hopefully....
in the block diagram you see 1 Dial, this is the left dial in the screen... now this is the setpoint of the PID regulator..
what i want is a Analog input to be the Setpoint of the PID Regulator Also... i prefer to have little button or something so i can choose what i use , or the Dial on the computer(with the mouse)  Or a Analog input from external device 0-10V input
i have try'd a lot of things but the only thing that is everytime popping up:
Possible reason(s):
NI Platform Services: The specified resource is reserved. The operation could not be completed as specified.
i can't solve it..... is there anybody who have an idea how to put things straight and working?
Thanks!
Kind Regards,
Attachments:
PWM Module TEST1.vi ‏117 KB

Similar Messages

  • How to make Database calls without directly htting the DB Listener?

    Hi
    I have a frontend end (code sitting on user's PC) application that needs to call the database, say, to look up table data and populate a JTable.
    So, I make a call directly to the database, on the default 1521 (yes, it's Oracle!) and get my data. However, I have other server side java code connecting with my application over a Java socket. (sending messages back and forth).
    So, I've got two ports open, 3041 (arbitrary ) for the Java socket and 1521 for the DB.
    I want to close 1521 and move the sql statements to the server.
    I can't work out a way to do this effectively. At the moment, I'm sending a message through 3041 to tell the server side code to perform a DB call. Then the database returns the info and I send a message back to the client PC with the data.
    It makes the DB call asynchronous (good or bad thing?), since I have a listener on the client waiting for messages from the server.
    It all looks a bit messy....ie sending messages and waiting for replies just for a DB call.
    Is there a standard practice for my problem that I can use?
    Thanks

    Your script won't work.
    #Renamed the variable so that it's less confusing.
    $webUrl = "http://spsite"
    #There's no point getting the SPSite object if you only want/need the SPWeb object.
    #$spSite = Get-SPSite -Identity $mySiteUrl
    #$spWeb = $spSite.OpenWeb()
    $spWeb = Get-SPWeb $webUrl
    #You've copied this from an example that uses a subsite which has the documents. That's not a great approach and probably not valid for yours
    #$cvDocumentLibrary = $spWeb.GetList("subsite/Documents")
    $library = $spWeb.Lists["ListName"]
    #Here you are referencing '$lib' which hasn't been declared. PowerShell will be completely ignorant of what on earth that is and will throw a null reference exception
    # $item = $lib.Items | where {$_.Name -eq "Report.docx"}
    #This still isn't perfect as it's slow and won't work on lists that are over the throttling limit but it'll work most of the time.
    $item = $library.Items | where {$_.Name -eq "Report.docx"}
    $item.Delete()
    You need to slow down and check things.
    $webUrl = "http://spsite"
    $spWeb = Get-SPWeb $webUrlWrite-Host "The URL of the website is: " $SPWeb.URL
    $library = $spWeb.Lists["ListName"]
    Write-Host "The Library title is: " $Library.Title$item = $library.Items | where {$_.Name -eq "Report.docx"}
    Write-Host "Deleting item named: " $item.Name$item.Delete()
    In that version it should print out some lines as it processes which will confirm that you've found the web, list and item before it does anything.
    If you hit errors post up the EXACT code you're using, change the URLs a little bit if you want but try to only replace words rather than missing out whole chunks.

  • Newest iTunes update: screen size is blown up. How to make it normal without messing with the computer's dimensions

    Ok, so before the big change in iTunes, the iTunes window fit perfectly on the screen and there were no issues. Now, the iTunes window is blown up largely where I cannot even see my scroll bar. Even if I change the dimensions of the computer screen, nothing is working. Help!

    Resize the iTunes Window.

  • How to make a redirect without auto-redirect from the portlet "edit" mode?

    How to make a redirect without auto-redirect from the portlet "edit" mode?
    I use some sofisticated customizing with server-side validation of the form data. I want to redirect to the page of the portlet "show" mode and to the "edit" mode depending on the validation results. How can I do it?

    Heay.....this worked for me.
    I am able to change the mode programatically from edit to show.
    HttpPortletRendererUtil.handleEditAction(portletRenderRequest,"OK");
    I removed Apply , OK and Cancel buttons and applied my own Submit and Back button in Personalize mode and then change the mode to show on click of Back button using the above mentioned statement.
    Thanks
    ~Neeraj Sidhaye
    Try_Catch_Finally @ Y !
    ExtremePortal @ Gmail Dot Com

  • How to make things fly without a greenscreen in Motion 5

    How to make things fly without a greenscreen in Motion 5

    green-screen = color-key is just one method to 'punch out' the wanted parts of a pic from the unwanted.
    other methods:
    • luma-key: object is in front of a plain black (or white) background ...
    • alpha-key: 'object' is a computer-generated image, rendered with an alpha-key
    • rotoscoping: you mask the the object by hand from the unwanted parts.
    ...and 'fly' is just key-framing the scenery so it looks like the object is hovering over all .........
    very unspecific question, hm?

  • How to restart igswd.exe without restarting Centeral instance ??

    Hi experts,
    I setup MSCS configration based on NW04s ABAP.
    I've found igswd.exe is SPOF, once it's down, it seems impossible to restart without restarting CI.
    If anybody knows how to restart igswd.exe without restarting CI, Please instruct me.
    I tried command as follow, but it seems to get freeze...
    K:\usr\sap\BIC\DVEBMGS00\exe\igswd.EXE -m
    ode=profile pf=
    clstsap\sapmnt\BIC\SYS\profile\BIC_DVEBMGS00_txcls1
    I am afraid I am not an expertise regarding IGS. Are there any solution to avoid unavailable of IGS using normal two node MSCS ??
    Regards
    MASAKI
    Edited by: MASAKI KATSUSHIMA on Jan 24, 2008 3:48 PM

    I solved this problem.
    the solution is just execute command
    <Drive>:\usr\sap\<SID>\DVEBMGS00\exe\sapstartsrv.exe pf=<Drive>:\usr\sap\<SID>\SYS\profile\START_DVEBMGS00_hostname
    Thank you.

  • RWRBE60.EXE - Application Error. The memory could not be written - URGENT !

    Hi,
    We are getting the error "RWRBE60.EXE - Application Error. The memory could not be written" in two of the 5 machines. That too, this error is encountered only some times and not always.
    Scenario: The report builder generates the .PDF file and places it in the network path. The report is called from the forms 6i. We are using the Report Builder - 6.0.8.20.1.
    This error is encountered in only 2 machines but not always.
    It's a critical release issue. Could any let us know the possible solution?
    Thanks,
    Uma

    Thanks. We can not re-install the report builder now. How do I check whether memory is sufficient or not?

  • RWRBE60.EXE - Application Error. The memory could not be "read" - URGENT !

    Hi,
    We are getting the error "RWRBE60.EXE - Application Error. The memory could not be written" in some of the machines. That too, this error is encountered only some times and not always.
    Scenario: The report builder generates a .RTF file and places it in the network path. The report is called from the forms 6i. We are using the Report Builder - 6.0.8.25.0.
    This error is encountered only in some machines but not always.
    It's a critical release issue. Could any let us know the possible solution?
    Thanks,
    Monica

    Thanks. We can not re-install the report builder now. How do I check whether memory is sufficient or not?

  • Trying to download iTunes 64-bit version on my new Windows 7 PC. Getting the error 'could not locate "%APPDATA%". How do I get past this error? The software doesn't install.

    Trying to download iTunes 64-bit version on my new Windows 7 PC. Getting the error 'could not locate "%APPDATA%". How do I get past this error? The software doesn't install. Appreciate if someone in the forum can help.

    The backup and restore from the iCloud was a little unnerving since the restore erased all information from the iPod.  The iCloud backup and restore took a long time, but worked.  I was very grateful.
    Trying again to backup to iTunes locally proved to be the same challenging problem.  The same backup to corrupt file was the message.  The status bar showing backup seemed to move faster to start, but then slowed to a creep toward the end before the error. 
    When trying to restore a backup in iTunes, the "Restore" button is grayed out since it is looking for a local copy.  Any restore would need to be from the iCloud which already worked but isn't the final solution.
    Your suggestions were good, I am just in the same boat.  Any thoughts about doing the following?
    1) creating a cloud backup
    2) resetting the iPod to factory defaults
    3) removing all traces of iTunes from my computer and
    4) installing iTunes and setting up iPod from scratch.
    This is the next thing on my list.

  • Hpqdirec.exe – System error. The program can't start because ATL90.DLL is missing from your compute

    Hello,
    The following has only transpired recently. It concerns Windows 7 and my C6380 All-In-One.
    It appears to be a registry issue. I am experienced and have tried even more than that listed below.
    On launching the "HP Solution Centre", I receive the following error message:-
    “Hpqdirec.exe – System error.  
    The program can’t start because ATL90.DLL is missing from your computer. Try reinstalling the program to fix this problem."
    Are you able to advise on how I can resolve this issue. Clearly, I want to avoid a complete clean install of my PC.
     What I have tried
    - Complete Install, Reboot, Install of the HP Software
    - Restore points
    - Running virus scanners
    - Windows "Start-up Repair"
    , - Running RegZooka

    I can think of a couple of possibilities here.
    One, if this was an upgrade from XP or Vista, then it is possible that the file is just not there in the operating system. Or if some other uninstallation removed it unknowingly. Not likely but possible.
    More likely, some sort of security software (firewall/antivirus/malware) blocked part of the installation. This could result in missing HP items and/or missing linkage to operating system necessities. You might try reinstalling with the security software disabled or off completely. At the minimum, with options to allow the HP installation full access during the install.
    Hope that helps.
    007OHMSS
    I was a support engineer for HP.
    If the advice resolved the situation, please mark it as a solution. Thank you.

  • How to make plug ins show up in the filter menu, several Topaz plug ins are in the 13 plug in folder?

    How to make plug ins show up in the filter drop down menu, when several Topaz plug ins have been moved from Elements 11 to the plug in folder for Elements 13?

    Thank you for your advice. I followed your directions, but came up with the same results. However, I did discover that whenever I open up the iPhoto Library that is already existing on my MacBook a certain set of pictures shows up. But then when I open up the iPhoto Library from the Hard drive another set of pictures shows up. BUT not ALL of my pictures are showing up on the iPhoto Library from the hard drive. At least the last two years of pictures are not showing up?! Actually, it appears that all the pictures are there from when I started using iPhoto about 5 years ago up until around the time that I got my iMac desktop computer and started using that (2 years ago). I have noticed that more recent videos I have made are showing up in a folder on the hard drive, but will not appear when I open up iMovie?! Any ideas on how to access my pictures from the last 2 years off of the hard drive???

  • I recently changed my email address and need to change my icloud account both on my itunes and iphone. how do I do this without completely wiping the phone?

    I recently changed my email address and need to change my icloud account on both my itunes and iphone. How do I do this without completely wiping the phone.
    Also I tried to update to iOS6 and it is asking for my password under my old signin and locked me out of my phone.
    What can I do?
    Thanks

    This explains how to change your ID: http://support.apple.com/kb/HT5621.  After changing your ID you will need to go to Settings>iCloud, delete the existing account (which only deletes it from your device, not from iCloud), then sign back in with the new ID.  To avoid losing photo stream photos, save them to your camera roll before deleting the existing account.
    If you are signed into your account on your Mac, you will need to go to System Preferences>iCloud, sign out, then sign back in with the new ID.

  • In VIEWING (to print) my iTunes music (in finder), how can i view subfolders without clicking on the  triangle of each main folder?

    In VIEWING (to print) my iTunes music (in finder), how can i view subfolders without clicking on the  triangle of each main folder?
    I am trying to print a list of all my music. For example, main folder is BEATLES.  Subfolders are Magical Mystery Tour, Yellow Submarine, Abbey Road, etc...
    and I want to view and print all the subfolders. This is a recovery project after my hard drive failed. I know this is truly a "finder" question and will double post there.
    Thanks.
    Amy

    amy lynn wrote:
    way too much ink.
    Don't know what this means but okay.

  • I cannot open my itunes, I keep getting message, saying Itunes exe-system error. The progam can't start because SVCR80.dll is missing from your computer.?

    I cannot open my itunes, I keep getting message, saying Itunes exe-system error. The progam can't start because SVCR80.dll is missing from your computer.?

     
    Click here and follow the instructions. You may need to completely remove and reinstall iTunes and all related components, or run the process multiple times; this won't normally affect its library, but that should be backed up anyway.
    (99807)

  • HT4515 How to make sure that after browsing that the webpage is not running in the background, but totally closed down

    How to make sure that after browsing that the webpage is not running in the background, but totally closed down

    Double tap the Home button, tap & hold the Safari icon until it starts to wiggle, tap the red minus sign to remove it from the Multi-Tasking bar. Tap the Home button when finished.

Maybe you are looking for

  • Problem with Report and distribution file

    Hi. I have a report that create the paycheck for my customer's employe. My first group on the report is the email adresse of the employe, so i can cut the report end send it by mail to the said employe. 95% of the time it's working perfectly. But whe

  • Mac suddenly running very slow, need advice on EtreCheck results

    Problem description: After a week of vacation, Mac is running very slow and unable to accomplish simple tasks. Restart and automatic updates do not seem to help, this is the EtreCheck results after most recent restart. Is the problem my HD? I am abou

  • 11g ADF TaskFlow Exception Handling in BPM

    Hi Guys BPM 11g I have a human task that is implemented as an ADF task flow. I would like to be able to throw an exception from the ADF application and have it handled by the BPM process, does anyone know if this is possible or how I would do that? A

  • Interactive Presentation indesign CS5 Question

    Hi I'm trying to create an interactive presentation/ portfolio in Indesign CS5. For each page I would like to have a number of small images at the bottom of the page, which the user could then click and a larger version of the image would appear in a

  • Yahoo IMAP-IDLE totally unreliable

    Hi there, my iPhone won't notice new mails waiting on the Yahoo-server. I will have to update manually to have the phone look. Even the automatic mail check every 30 mins won't work. But sometimes, by accident, it works and shows new mail within a mi