Why do I receive Error -23088 when using the Eval Formula Node.vi (LV6.1)?

Hi,
I want to evaluate formulas like x=v>20; with that vi. When typing the
same formula into an normal Formula Node I get the correct answer. When
changing the formula into x=v+20; the eval Formula node.vi works fine.
But whenever I try to resolve a boolean function like that mentioned
above, I receive that f****n Error! Why this? What can I do? Is the Eval
... .vi less powerfull than the normal node?
Thanks for your help,
Daniel

Joel A wrote:
> I think the boolean (binary) ops are the only difference between the two nodes.  I pulled this from the help:
> Formula Node and Expression Node Functions
>
> The following list contains the names of the Formula Node and Expression Node functions, and their descriptions. Except for the binary functions, you also can use these functions with <a href="gmath.chm::/Parser_VIs.html" target="_blank">Formula VIs</a>. All function names must be lowercase. You also can use <a href="mk:@MSITStore:C:\Program%20Files\National%20Instruments\LabVIEW%208.0\help\lvhowto.chm::/Precedence_of_Operators_in.html" target="_blank">operators</a> and the pi constant in Formula and Expression Nodes.
> Start at the help above, and see if you can find any helpful information.
> &nbsp;
> &nbsp;
> J
Thanks for help,
I solved the problem by using the "Parse Arithmetic Expression.llb" from
examples. You can modify it and add the operators you need..

Similar Messages

  • Why do I get bright colors when using the smudge tool?

    Why do I get bright colors when using the smudge tool?

    Thank you!!!
    *Caryl  *
                               (my flickr page ↓)
    *https://www.flickr.com/photos/feathersarenice/
    <https://www.flickr.com/photos/feathersarenice/>*
    We were all born mad. Some remain so.
    "Reality is whatever refuses to go away after I stop believing in it."
    Philip K. Dick

  • Why do i receive error -42110 when trying to watch rented movies

    I've downloaded rented movies & have been charged by iTunes/Apple.  However, receive error -42110 when attempt to watch rented movie.

    Read this
    Error 1004 and 1013: These errors may be the result of the connection to gs.apple.com being redirected or blocked. Follow these steps to resolve these errors:
    Check security software. Ensure that communication to gs.apple.com is allowed. Follow this article for assistance with security software. iTunes for Windows: Troubleshooting security software issues.
    Check the hosts file. The restore will fail if there is an active entry to redirect gs.apple.com. Follow iTunes: Advanced iTunes Store troubleshooting to edit the hosts file or revert to default on Windows. See section "Blocked by configuration: (Mac OS X/Windows) > Rebuild network information".
    Try to restore from another known-good computer and network.
    If the errors persist on another computer, the device may need service.

  • Why does Adobe 9 standard crash when using the digital signature

    When using the digital signature in Adobe 9 standard it crashes, it has been repaired, uninstalled and reinstalled and still crashes when putting in the digital signature and not understanding why. Also the digital signature was redone. Your thoughts on this would be most helpful.

    I had the same problems and was VERY frustrated.
    I finally solved my problem by uninstalling reader 9.1, air, acrobat.com and THEN after a restart, installing a lite version of reader 9.1 from this site:
    Good Luck!
    rufus78

  • Why do I get Error -1073807343 when calling the open visa function ?

    Hello,
    I am running a Labview 6i under Linux (kernel 2.4) and I have Error -1073807343 when calling the open visa function. I have verified the name of the session (GPIB0::9::INSTR), and I can communicate with my instruments with ibic.
    More informations : I use NIVISA 2.5 and nigpib-0.8.2. I have downloaded the lastest drivers of my instruments but it doesn't work better.
    Thanks very much for your help.

    We've had several NI-VISA releases since 2.5 - so I suggest you upgrade to NI-VISA 3.0. While there isn't anything specific to your type of problem in the Linux version of our readme.txt, I know we've made a number of other fixes.
    While the most recent release is NI-VISA 3.1, I still recommend you upgrade only to 3.0.
    This is because NI-VISA 3.1 requires the new NI-488.2 release for GPIB-ENET to be installed (even though you aren't using that product). This is due to some internal rearchitectures, and the PCI-GPIB product is not released. If you do want to go with NI-VISA 3.1, the new NI-488.2 release for GPIB-ENET on Linux will still work with the PCI-GPIB beta driver that you have installed.
    Dan Mondrik
    National Instruments

  • Why do I get error "-1074388952" when using CANopen?

    Hi there,
    I built a VI to communicate over a PXI-8461 with a servo controller from SEW-Eurodrive. I use the LV CANopen Library, please see the attached VI! When starting my application, I use the init case, during runtime I change the settings of the servo controller with the "write" case and finally in the "stop" case I close and kill all objects I previously created
    There is no communication from the controller to the PC, I only send a PDO to the controller. Although there is no "read"-function in the VI (necessary), after some time I get the mentioned error, please see the other attachment! After confirming the error dialog with "continue" or "stop", I'm no longer able to communicate with the servo controller. How can I prevent my application from hanging? And is it possible to reset the CAN-Card from within my LV 8.5 application? Currently I have to reboot the whole PC to do that, otherwise no new communication is possible...
    To say it with the Scorpions: "Is there anybody there who feel's that vibration?"
    Does anybody have an idea?
    Thanks in advance for any help
    Regards
    Achim
    Attachments:
    error.PNG ‏12 KB
    SEW_EncoderDriveControl.vi ‏58 KB

    Hi Dirk,
    thanks for the answer...although it really not gets me any further.
    I already use a PXI-8461 Series 2 CAN-Board! What do you mean when you say "high busload"? I have to communicate with 500kBaud because the SEW controller expects this rate. I only transmit new parameters in "single shot mode", meaning I fire new values (8 bytes) event-based (button push). As I mentioned I do not transmit any data from the controller to my LV application.
    Sometimes it's also not possible to reset the board in the MAX, then there reamains a exclamation mark on yellow background on the board icon.
    I still receive another error message (something like "PDO write object does not exist") when I changed nothing for quite some time and then try to transmit new parameters on an object I successfully used several times before. Sometimes everything works fine until I try to stop communication...then sometimes a error message pops up saying something similar, like "Synch Object does not exist". It must have been existed, because if not, the SEW controller would not have been working because it expects this cyclic synch.
    Do you (or anyone else) have a clue?
    I found the ncReset.vi in the NI-CAN library and I am going to test it ASAP. Is there any difference in the use between "your" method with the (ncAction.vi + Reset) and the direct use of ncReset.vi? I'm going to code a automatic reset with that function in the case that one of the mentioned errors occurs. Do you think it's possible to automatically reset and then reinitialize my CANopen session? Or will I get some other strange errors?
    Hoping for a helpful answer:
    Achim
    Ahhh...before I forget it:
    Seasons Greetings! Have a cheerful and happy christmas time!

  • Receiving Error 550 when using Exchange via another software application.

    Here's a good one (and I hope I'm able to explain this correctly)....
    I work at a hospital where we have a gym facility that is open to employees and also to the public.  We use a client management system called Twin Oaks.  This Twin Oaks software has email functionality that uses an Exchange user account to send
    group emails out to clients (this avoids the front desk staffers from having to create email distro groups in Outlook to send out mass emails).
    I worked with the Twin Oaks support staff to get the email integration set up with our Exchange server (it was an easy process, entering the SMTP server name then a few other basic settings).
    Emailing through the Twin Oaks software works, but only to clients who have INTERNAL hospital email addresses.  The messages are failing to go out to any client that has an external email address (Error 550 states the address is unavailable).
    Twin Oaks' response to this is that we have some type of firewall that is preventing the delivery of these emails to external addresses.  This is not the case and I can't seem to find any reason that would prevent the mails from going out.  We
    can email external addresses direct from the generic account we set up for this purpose, but for some reason, the mails are not going when they are sent through Twin Oaks application.  
    We are using Exchange Server 2010.  I can't find any transport settings or policies that would prevent emails from going to external addresses and am stumped as to why this isn't working.  
    Has anyone else experienced these types of issues when using Exchange through another software application to send messages?
    Any responses would be greatly appreciated!

    Hi,
    Based on the description, you could send email to external addresses without the Twin Oaks software. However, with the Twin Oaks software, you couldn't send successfully.
    For this issue, I recommend you enable message tracking and check whether you could retrieve message tracking log entires when you send emails to external addresses through the Twin Oaks software.
    If you couldn't retrieve message these tracking log entires when you send emails to external addresses through the Twin Oaks software, it means that the Exchange server is OK and the crux of the problem is the Twin Oaks software.
    Here is an article about message tracking log for your reference.
    Get-MessageTrackingLog
    http://technet.microsoft.com/en-us/library/aa997573(v=exchg.141).aspx
    Best regards,
    Belinda
    Belinda Ma
    TechNet Community Support

  • Why do I get error 1031 when using vi server to call an exported vi?

    I'm trying to call a vi that is inside an exe using vi server.
    For some reason I keep getting error 1031 "VI Reference type does not match VI connector pane" from the open vi reference primitive.
    However:
    If I statically link to the vi using the same type specifier, it works just fine.
    I've attach 2 code capture screen shots.  One shows the original code that generates the 1031 error.  The other shows calling it directly locally and that code executes with no problem.
    Oh and also, if I don't connect the type input I can open a reference to the remote vi and interact with it.
    I've also attached a code capture screen shot as well.
    So it appears that the vi server connection to the exe is not transferring the VI reference type correctly??  Has anyone had any experience with this?
    I have no idea why this is happening.  Anyone have any thoughts? 
    I'm using LV2009SP1 by the way.
    Attachments:
    doesnt work.png ‏13 KB
    Works.png ‏13 KB
    Works2.png ‏13 KB

    When you are trying to call into an executable, LabVIEW will not necessarily know what type it is. You are getting this error because you cannot use a strict type definition in certain cases, this being one of them. Some cases will require you to use a strict type definition due to their architecture but again, due to the structure of your applications, you can't use the strict type definition. Your other two examples use the correct passive types and therefore do not get the error. Hope this answers your questions!
    Mychal F
    Applications Engineer
    National Instruments

  • Error message when using the DVD drive

    I have a Satellite P200D and every time I put a disk of any kind into the disk drive I get an NO-DISK error message when I eject the disk. I always make sure that I shut all programs relating to use of the disk before trying to take the disk out. This is a new problem as I have used the laptop for a couple of months without any issues at all. The text of the error message is below. Any pointers would be appreciated. I can live with it but it would be nice not to have to.
    Exception Processing Message 0xc0000013 Parameters 0x764C023C 0x8E4A1B6C 0x764C023C 0x764C023C

    Ok, if you try to eject the disk using the eject button on the side of the laptop, why not try ejecting through software in windows.
    To do this right click on the dvd drive in my computer and then click on "eject". This might tell windows that its ok to let the drive go now.
    Another solution would be to save all important data to another drive, then return the laptop to "out of box condition" using the recovery disc. I'd say problem will go away.
    However, if problems persist, please see your place of purchase for a check up.
    Good luck.

  • We randomly get the "specified Group is in use" error message when using the DIO Buffered Handshake In VI. How do we get rid of this?

    We're using the DIO Buffered handshake in VI (PCI 6503 Board) to read TTL pulses from a wavemeter. Sometimes we are able to collect data, but sometimes we get this error message: "specified Group is in use". No matter how long we wait between taking data, we sometimes (yet not always) get this message. We have one group of 2 ports that we're reading. Is there a way we can get rid of this problem?

    Hi,
    Are you running any example program or your own?
    1. This problem happens when you abnormally terminate the program, such as, by clicking on the abort button.
    Say first time you run the programd and it runs fine and then abort the program. In that case, the DIO group is not cleared and hence the subsequent runs give the error that you said.
    In such case I would suggest you to open the Device Reset.vi which is under Functions Pallete>>Data Acquisition>>Calibration and Configuration>>Device Reset.vi.
    On the front panel of the Device Reset.vi, enter the device number of your card and run the Device Reset.vi. If you get an error on the front panel, then run again so the error goes away. Now run you DIO program and it should run fine.
    The botto
    mline is, dont abort the program. If it has no functionality incorporated to stop it depending on some condition, then incorporate it.
    Please do let me know if my suggestion helped.
    Sincerely,
    Sastry V.
    Applications Engineer
    National Instruments

  • Why do arrow heads change ends when using the pen tool?

    1. I create a horizontal line
    2. I change it to a right ended arrow head selected from my own graphic styles
    3. I then want to extend the left side ( non arrow end) with the pen tool
    4. I click the non arrow end to extend the line in a vertical direction
    5. The atrrow head changes to the other end
    Why?

    Illustrator's arrowheads don't know right from left, they only know start from finish. Each open path in Illustrator has a beginning and an end. When you use the pen to extend a path you make the end you work from the end, even if it was once the beginning. Deselect the path, then click on the other end with the pen tool to restore the path direction.
    If all you are doing is making the path longer I'd would be better to just move the end point.

  • Error message when using the Text Tool

    I have just uninstalled and reinstalled my Copy of Photoshop CS6
    I now find I cannot use the TEXT TOOL - I get the following error message:- Adobe Photoshop CS6 could not complete your request because something prevented the text engine from being initialized.

    I did find that suggestion and I have tried it a couple of times. Now I am going to re-start my PC just incase that clears it
    .........................and it's worked!
    Maybe I didn't do the previous re-set properly but it's now O.K. thanks.
    Happy Christmas

  • Why does LR5 Beta Keeps crashing when using the brush?

    When i use the brush LR5 beta keeps crashing. I have Windows 7 OS. LR5 beta crashes when I am working with the brush on an image. I have to close and re open, but with brush it just crashes again either on the same image or working on another image. Any ideas please?

    LR 5 has been released. Please update to the release version and try again.
    Download here.

  • Unknown  and unexpected error (5002) when using the basket

    Hi all
    I 've encountered the following error message when I try to buy music by the basket
    " Unknown error (5002)" and I can't see my basket ! Does anybody know what I have to do in order to buy and download music!
    Thanks !

    Hi,
    Sorry to hear your basket is the same as my basket and from what I read upon these sacred forums, many otheres are experiencing this trouble as well. If it's a user problem, it appeared just after one of the last two updates. Depricated? Unknown. User problem? Not likely. I wish I had an answer for you. Hopefully someone will have it soon. Mine has been down for 3 weeks now. I even tried uninstalling and trying a previous version. No such luck.
    Cheers

  • Why do I receive error messages when installing Adobe air installation packages?

    I have Adobe Air Applications installed on my Dell XPS laptop but when i try and add new applications I get an error messaage that the installation file is corrupt.
    I am not convinced that this is the case, it is happening too often. I think that Adobe Air is the problem but Adobe seem oblivious and not offering any support.

    Thanks. I tried it and got the same error message. To me it's obvious that Adobe upgrades and programs have serious bugs in their install programs. I find this incredible from a company that creates such sophisticated programs and they cannot create install programs that actually work!!

Maybe you are looking for

  • Cannot find shared windows printer with NEW macbook running leopard HELP!

    I just bought a new Macbook this past week. Woo Hoo. I love everything about it with the exception of file sharing and printer sharing. I have a less than one year old pc running vista that is connected to a hp 1300 series all in one printer. I can n

  • "file could not be read or written" files grey.

    Trying to re-sync iPhone to mac, iTunes is up to date and so is iPhone but 80% of the songs on iPhone are grey and are unplayable. When trying to sync, anywhere from the 1st song up to the 14th (there are lots more songs but it doesn't ever load past

  • How to use snapshots from Lightroom in ACR?

    Applying some changes to an image in LR and then saving it to DNG or a XMP sidecar file will make that changes the defaults when importing a RAW in ACR. But I wasn't able to make settings saved in those files in form of snapshots selectable and usabl

  • File or picture upload in survey tool

    Hi, we want to use survey tool for gathering some information from customer location. Here there is a need to to provide a facility to user to load a file or picture.First of all can i do this using survey tool if so can anybody pls provide the way o

  • Port Forwarding ? NAT Error ? Azureus.

    Ok My I book G4 is hardwired to the internet (not wireless). I am using my Ibook with airport as a "software router" to provide my MACMini with wireless internet. So my Ibook isnt Receiving wireless it is Sending a wireless signal to my mac mini. The