Fieldpoint error 4294933096 ?

Hi Folks,
I'm working on a small RT application residing on a cFP-2010. It communicates to a host VI on a PC via a Datasocket (LOGO's). The problem is when I build and compile the installer.
On the host PC I get an error 4294933096 from all of my Read/Write functions. Each 'source' is FP Read.vi or FP Write.vi.
Any ideas on what this error code is? Everything works OK using my devel. machine (full 8.5.1) as the host. The non-devel. host PC has MAX 4.4.1, NI-FieldPoint 6.0, and NI-VISA Runtime 4.3 . The cFP-2010 has the latest software incl. with 8.5.1.
The IAK file is imported into my project, set to 'Always Included' in the Build, and resides in the same directory on the 'dummy' host as my devel host.
 If I can get the error code meaning I can at least have somewhere to start.
Thanks kindly!!
Jamie
Message Edited by 8bitbanger on 06-09-2008 02:18 PM
v2009 devel. w/RT

The issue has been resolved, although I was unable to determine the true cause.
I basically ripped anything associated with the IAK file out and started over. Here's how everything is setup. This copies the IAK file on installation and associates properly (although in ONE case I did have to simply open the IAK in MAX and close out to clear an 32812 "Tag name not found".
I threw together the below doc just for my use, but figured I'd share. Your project setup will likely be different in some ways.
If this is incorrect, or anyone has a more proper way of doing this, by all means please let me know!
v2009 devel. w/RT
Attachments:
IAK installer setup.pdf ‏184 KB

Similar Messages

  • FieldPoint error codes list missing

    Hi everybody,
       Here 
           http://zone.ni.com/reference/en-XX/help/371361A-01/lverror/error_code_ranges/
       you can find a list of LabVIEW error codes;  in the list, the FieldPoint error code section is missing.
       Opening Extended Optomux VIs, opening SerialHandler (VISA).vi, I reached a point containing error codes, which ranges from 32896 to  33026 (or something like that......). 
       On Field Point Programmer reference, optomux errors goes from 00 to 8C. 
       What am I getting in "error code" field of error out
    terminal of extended optomux VIs?  Is there a list with complete
    errors?
       More: what is the link between Status word (the one
    obtained from "Write discrete with status") and error codes? Is it
    simply "1"  when some error is detected?
       It's quite important to have a deep knowledge of errors when you build an embedded critical application.....
       Thank you for helping me!
    graziano.

    Hi AlessioD,
        If you expand all the sub-VIs, starting from, say, (!J)Read Discrete (VISA).vi, that is an optomux VI, you'll reach Serial Handler (VISA).vi.  There you find the error generation.  The numbers assigned to errors seems not to be like constants defined in FP-1000 Programmer Reference Manual.
       In FP-1000 Programmer Reference Manual, for example, E_PUCLR_EXP error (power up clear expected error) has an Error Number (Hex) 00 (page 2-2).
       In the picture below, it seems that a Power up clear error has an error 32896 (resembles much a VISA error code...).
        Is there an utility to get Optomux error codes from General errors?  I mean, errors reported from optomux VIs.
       Thanks!
    graziano
    Attachments:
    forum_0.JPG ‏132 KB
    optomux VI_1.JPG ‏7 KB

  • Where can I get a list of Labview fieldpoint error codes?

    I'm programming my application and want to act on some error codes such as failure to communicate but ignore others like some values out of range.

    Assuming that you did a default installation, you can click Start-->Programs-->National Instruments-->FieldPoint 3.0-->FieldPoint Help. There is a category called Errors and Warning Codes. Under that category is two subcategories; FieldPoint Specific Error Codes and General Error codes. These two sub-categories should list most error codes that you will see.
    Regards,
    Aaron

  • Intermittent fieldpoint error with exe

    Hello everyone,
    I have created an executable program which works correctly for the most part.
    I have attached a bmp of the error im receiving. The problem is though, that I dont get this error frequently (and it only happens when I load the program). Does anyone have any indication as to what causes this?
    One thing further, the error is generated on the host pc code and not from my FieldPoint code.
    Attachments:
    FP_error_message.bmp ‏577 KB

    Hello Serges,
    Im running an FP-2010 controller with several TB-10 bases. Im communicating between the controller and my Controller PC via ethernet.
    I have a DAQ exe program operating on my FP-2010 and a HMI exe on the controller PC.
    Sometimes (and only sometimes), when I launch the HMI exe, I will receive the error I attached previously.
    Im operating the HMI code with the following system:
    LV 7.1
    LV Real Time 7.1
    FieldPoint 4.1
    Windows XP
    thanks

  • Fieldpoint error messages.

    Hello,
    We are using Fieldpoint with Lookout and are having problems with
    occasional comms errors. We have setup a test system in our office and
    failed the comms, which generates an alarm message. However we are now
    having problems understanding precisely what part of the message is
    telling us.
    The test system's "description" section of the message reads; 'No
    response within timeout period:01!K'
    The customer's "description" section of the message reads; 'No response
    within timeout period:05!G'
    What does ":01!K" and ":05!G" mean as we haven't yet found this
    documented anywhere.
    Regards,
    David Crofts.
    Acquisition Systems Ltd.

    David,
    There are two separate parts of the message that you need to decode. The ":xy", where x and y are integers, tells you which module was addressed by the command that failed. In this case, the modules that are not responding are at address 1 and address 5. The "!K" and "!G" are the actual command that was sent to the module. These commands are documented in the FP-1000/1001 Programmers Reference Manual at: http://www.ni.com/pdf/manuals/321632c.pdf
    In this case, I can tell that you have a Discrete module at address 1 and an Analog or Counter module at address 5. "!K" is Read Discrete with Status and "!G" is Read Analog with Status.
    The no response within timeout period is most typically seen in the following cases:
    1) The timeout period is too short for the baud r
    ate (higher baud rates allow lower time-out periods).
    2) There are intermittent communication failures. This can be due to loose cabling.
    3) Failing serial port in either the computer or the FP-1000/1001
    4) Power failure to the FP-1000/1001
    5) Other cabling issues.
    Regards,
    Aaron

  • Error:"The specified tag name was not found"

    Hello:
    My problem is the FieldPoint error message in LabWindows/CVI v6.0.
    When hook up with Ethernet module(FP-1600), NO Problem on the source code, specially item Name "All". See the actual code.
    if(status = FP_CreateTagIOPoint (ServerHandle, resourceName, deviceName, "All",&IOPointHandle))
    But When hook up with RS-232C Module(FP-1000), occured error. The error code is 32812, that means "The Specified tag name was not found."
    What makes this error? Why item name "All" makes the error when using FP-1000?
    Please help me.
    Thank You.

    Make sure the resourceName and deviceName match what is in FieldPoint Explorer. See the following KB:
    http://digital.ni.com/public.nsf/websearch/02EB73D02715981A8625682B00774F8F?OpenDocument
    Also, I have seen this error when targetting serial modules with FieldPoint Explorer open. Make sure FP Explorer is closed.

  • Error code-33587

    I have a troble while i am traying to read the values from the FP-1000.
    I have configurate it and I can read the values from the FieldPoint explorer, but when I am traying to read the values from my application, the FP Read return a error code 33587.
    the FP Open, and FP Custom Created Tag, work "OK", but i guess the problem is on FP Read wich returns error codes 33587.
    How can I solve it ?

    Omar,
    The 33587 code tells me that you are using a multi-channel item (e.g. the "All" tag) and that one or more channels are reporting an "Out of Range Error".
    Look at the online help under the FieldPoint Specific Codes section: "If the FieldPoint server error code is greater than 33586, the return code indicates that some of, but not all, the channels associated with your FieldPoint item have a Module Error code:
    Module Error Code = FieldPoint Error Code � 33586". Thus one or more channels is reporting error code 1, "Out of Range". My guess is that you do not have signals hooked up to all of the channels, or that a signal is too large. Double checking your wiring and configuration of the module will allow you to solve the problem.
    Regards,
    Aaron

  • Error -32810 occurred at The FieldPoint server initialization failed. Possible causes: 1. Missing or corrupt configuration file; 2. Failed to create callbacks. : FP Open.vi

    I have two cFP-2120 RT controller. They both have NI-Serial RT2.5.6, DataSocket for LV RT4.2, NI-VISA 3.6, FP Drivers 5.1.0, FP VI Manager 3.1.0 LV RT 7.1.1 installed. But one same vi can run on one controller but not another.
    the error message got when it runs on another controller is "Error -32810 occurred at  The FieldPoint server initialization failed. Possible causes: 1. Missing or corrupt configuration file; 2. Failed to create callbacks. : FP Open.vi"
    I wonder by what it is caused?
    Thanks

    Hi Matthew,
    As mentioned previously, this KnowledgeBase article may be of some help. Also, if your code is being run on an embedded controller and then a network controller (not embedded), you will need to run the program differently. On the embedded controller, you should deploy your VI in a Project Explorer or programmatically (as described here.) However, you do not need to deploy the program to a network controller, but simply run the VI.
    I would also suggest creating a new .IAK file. Do you still see the same error? Also, double-check that the software installed on the controller matches the software installed on the host PC. If you have any file paths associated with one FieldPoint controller, ensure that you are changing them to match the second controller.
    Please keep us posted on your troubleshooting steps. Have a great day!
    Amanda Howard
    Americas Services and Support Recruiting Manager
    National Instruments

  • Error 53 PID Autotune with Real-time fieldpoint control

    Hi!
    I cannot perform the autotuning PID parameters in fieldpoint cFP-2000 (Real-time control).
    It gives me the error 53 as you see in the attachment file. It seems to be because of the autotune wizard vi...???
    How can i solve this problem?
    Thanks for your help!
    Nunix
    Portugal
    Attachments:
    error 53.bmp ‏166 KB

    Hello,
    LabVIEW RT does not currently support the autotuning feature, because the procedure invokes a wizard that requires user interaction. LabVIEW RT does not support this type of user interface. This wizard is tightly integrated with the PID function itself and would require significant redesign to work in LabVIEW RT.
    It is the autotuning VI itself that is not compatible with LabVIEW RT. You can use the "PID Autotuning.vi" as long as you are not targeted to your RT engine. Run your VI in development mode with the "PID Autotuning.vi" in your code. After you receive your tuned gain settings, replace the autotuning vi with the normal "PID.vi" and use your tuned gains for the inputs. You can now target to your RT engine with tuned gains.
    Hope it s help.
    Isabelle
    Ingénieur d'applications
    National Instruments France

  • Every time I convert a CVI project to Visual C++(6.0) project, there are errors: easyio.fp, fieldpoint.fp,niimaq.fp

    Every time I convert a CVI project to Visual C++(6.0) project, there are errors:
    Wizard was unable to locate the following function panel modules referenced by your project: easyio.fp
    Wizard was unable to locate the following function panel modules referenced by your project: fieldpoint.fp, niimaq.fp
    what's the problem?

    Every time I convert a CVI project to Visual C++(6.0) project, there are errors:
    Wizard was unable to locate the following function panel modules referenced by your project: easyio.fp
    Wizard was unable to locate the following function panel modules referenced by your project: fieldpoint.fp, niimaq.fp
    what's the problem?

  • "an unknown internal condition has occured" error msg in MAX; fieldpoint module

    Hi All,
    I'm trying to resolve repeated 33162 errors on my Labview system (looks like it's a problem communicating with fieldpoint modules).
    I ran the MAX program to try and browse the fieldpoint controllers in the remote systems node, clicking on several of them caused
    a delay then the error msg. "an unknown internal condition has occured. Possible cause unrecoverable operating system error", see
    attached screenshot.  I should be able to browse the devices under the remote systems node, correct?
    Attachments:
    max-unknowninternalcondition.jpg ‏127 KB

    For any readers, I was able to solve the problem.  I had to reset one of my fieldpoint modules then the problem went away.  Must have been a communication problem between the PC and the fieldpoint module, so I don't see this error anymore.

  • RT Fieldpoint Read Error causes execution to stop

    The Fieldpoint read functions behave differently when run on a PC in labview or embedded on an RT target.  On a pc, if you try to read data for the first time from a module that is offline, the read functions just returns an error.  If you try this same thing on an RT target, the code stops executing.  This seems like a huge problem.  If you have an RT target that reads data from 5 different FP banks and one of them is offline when you startup, the code just quits. 
    If the bank goes offline after at least one read has been completed, then the read function returns an error.  (this behave just like it does on a standard pc).
    How can I work around this.  This seems like a very serious problem!  The code should continue to execute and relay the error, not just abort!!!!!

    I am using an FP-2015 to read data on two remote systems (each having an FP-1601 as a controller).  I am using ethernet communication.  I am using Labview 8.21 and RT 8.21. 
    When running the code on my RT target, if one of the two remote systems is offline the first time the code on the FP-2015 executes, when the code reaches the first FP read VI, the codes stops executing.  It doesn't return an error, it just stops executing, this is a terrible behavior . If the module is present the first time it goes to read, and then at some point later gets disconnected, the FP read returns an error rather than stopping execution of the code.  AS LONG AS THE FIRST TIME I GO TO READ DATA FROM A MODULE, THE MODULE IS PRESENT, THEN THE FP READ RETURNS AN ERROR IS THE MODULE IS LOST.  BUT IF THE FIRST TIME YOU GO TO READ IT IS NOT THERE, CODE STOPS EXECUTING.
    This is not the same behavior which occurs if you use the FP read function on a standard PC.  Whether it is the first time or the one milliionth time you go to read data from a FP module that is offline, it just returns an error. 

  • FieldPoint Write LabVIEW Error -33499

    Hi all,
    I'm going to try to explain this as coherently as possible:  
    I've got an application running on a cFP-2200 that uses LabVIEW 8.6.1 and FieldPoint 6.0.4.  This application is communicating with some IO modules on a FP-1601 over Ethernet.  I've set up my devices in Project Explorer, and they match the hardware configuration exactly.  (I double checked all of the IPs and everything.)  I compile the RT executable and place it on the controller when it's connected to my development machine.  Then I disconnect the controller (physically) pick it up off of my desk, and connect it outside in our equipment.  (This equipment is on an isolated network - I can't connect to it from my development PC)
    Oddly, I'm getting error -33499 on my FieldPoint writes to the FP-1601 bank of modules.  The description for -33499 is "Cannot communicate with the specified remote module."  I've troubleshot lots of FP errors before, but I've never seen this one.
    There's a PC on this isolated network that runs my client application that communicates with the controller. On that PC, I can see the modules in MAX and on the distributed system manager.  I even checked the aliases file on the RT controller, too,and those IPs match up.  I know the modules are communicating -- just not with my RT application, and I can't find any instance of this error code anywhere on the NI site. .
    Can someone shed some light on why this would be occurring?  Has anyone ever gotten this error code?  Hopefully I've provided enough information.
    Thanks,
    Jim
    P.S.  Due to the proprietary nature of the code, I can't post it.  I could probably take screenshots of portions of it, though.

    Hi Will,
    Thanks for your response - you've brought up
    some great suggestions.   Actually, on Friday before you posted your
    message I brought the controller back to my desk (the development
    machine) and completely reformatted it.  I also built the Fieldpoint
    hierarchy over again in Project Explorer, and placed all new tags in my
    FieldPoint IO VIs.  Lastly, I checked fpremote.ini on the cFP-2200 to
    verify that the IPs match the textual aliases that appear in the FP
    tags.
    After all of that I thought for sure that
    everything would connect properly, but as of this morning I'm still
    getting some instances of error -33499.
    Another detail that may be useful is the following:
    We've
    got sort of an unusual setup.  The cFP-2200 controller resides outside
    of a hazardous area, while two FP-1601s reside inside the hazardous
    area.  The cFP-2200 checks to ensure that it's safe to power up the
    1601s and their associated equipment, and then turns them on after the
    check completes.  I would expect a few errors to be thrown when
    initially trying to connect to the 1601s right after they power up, but
    the -33499 errors persist indefinitely and they seem atypical among
    the errors I've seen in the past.
    I'm sure by now that
    this is as clear as mud.  If you have any insight, though, I'd be very
    appreciative.  Do you know, specifically, in which instances -33499
    shows up?  There are several errors that result from bad connections
    and it can seem a little ambiguous at times.
    Thanks very much,
     Jim

  • Fieldpoint .iak file error when deploying

    When deploying my Fieldpoint VI, I get an error message \\10.1.1.2\variables - network - RT deployment failed (error: -1967362038, IAK_SHARED: (Hex 0x8ABC67.... The deployment continues to download all my shared variables. When the deployment window is closed, my VI excecutes but I can't communicate with the shared variables. I have already configured Fieldpoint in Max. I tried rebooting Fieldpoint with no luck. I tried opening the Project example and using the sample VI's included. Same result. Anybody else had this problem?

    Have you tried ensuring that the Shared Variable Engine (SVE) is running when you attempt to run your application? If you're hosting your shared variables on your target, you'll need to make sure an SVE is installed and running on the target as well.
    In this case, use the Variable Manager utility or similar tool to verify that the Shared Variable Engine is running; try restarting the Shared Variable Engine using the Variable Manager utility then redeploy the library.
    I've found that this error can also mean that the Shared Variable Engine configuration can't be found or can't be loaded, and is likely related to a problem with MAX. If ensuring that the Shared Variable Engine is running does not resolve this, we can look into this troubleshooting option as well.
    Cheers,
    Emilie K. | Applications Engineer | National Instruments

  • Error 6 occurred during build of compact FieldPoint executable

    I am building my executable for the compact FieldPoint and I received the following build error:
    [ERROR]
    Code:6
    An error occurred while saving the following file:
    C:\Program Files\National Instruments\LabVIEW 2009\vi.lib\Utility\SMTP\smtpeml.llb\SMTP Email Get Case Insensitive Search Pattern.vi
    Invoke Node in AB_Source_VI.lvclass:Close_Reference.vi->AB_Build.lvclass:Copy_Files.vi->AB_Application.lvclass:Copy_Files.vi->AB_RTEXE.lvclass:Copy_Files.vi->AB_Build.lvclass:Build.vi->AB_Application.lvclass:Build.vi->AB_RTEXE.lvclass:Build.vi->AB_Build.lvclass:Build_from_Wizard.vi->AB_UI_Frmwk_Build.lvclass:Build.vi->AB_UI_FRAMEWORK.vi->AB_Item_OnDoProperties.vi->AB_Item_OnDoProperties.vi.ProxyCaller
    <APPEND>
    Method Name: <b>Save:Target Instrument</b>
    <Call Chain>Error 6 occurred at AB_Source_VI.lvclass:Close_Reference.vi -> AB_Build.lvclass:Copy_Files.vi -> AB_Application.lvclass:Copy_Files.vi -> AB_RTEXE.lvclass:Copy_Files.vi -> AB_Build.lvclass:Build.vi -> AB_Application.lvclass:Build.vi -> AB_RTEXE.lvclass:Build.vi -> AB_Build.lvclass:Build_from_Wizard.vi -> AB_UI_Frmwk_Build.lvclass:Build.vi -> AB_UI_FRAMEWORK.vi -> AB_Item_OnDoProperties.vi -> AB_Item_OnDoProperties.vi.ProxyCaller
    Possible reason(s):
    LabVIEW:  Generic file I/O error.
    =========================
    NI-488:  I/O operation aborted.
    Any ideas what caused this or how to fix it?

    Hi Carol
    I encountered an error similar to this when i was working with CD and SIM, I solved the problem by building the executable from the C: drive concluding that the file reference was too long.
    http://msdn.microsoft.com/en-us/library/aa365247%28VS.85%29.aspx
    Be sure to also disconnect all type definitions in Application Builder.
    Message Edited by Eric_R on 10-12-2009 03:22 PM
    Thank You
    Eric Reid
    National Instruments
    Motion R&D

Maybe you are looking for

  • Automatic payment program (F110) document are not update in PAYR table

    Hi all, I have make payment in F110 (automatic payment) to customer  But it is not update in PAYR table Please guide me what I have to do for documents update in PAYR table Thanks and Regards, Prudhvi

  • Need help making a simple script for my webcam

    Hey everyone, fairly new to applescript programming. I just bought a usb camera for my macbook because I use it for video conferencing/playing around, and it is better quality than the built in isight. However, in order to use this camera I need to u

  • Macbook Pro OSX 10.5.8 & CS2, steps to start using CC?

    Hi! I'm "behind the times" so to speak & need to find a way to get caught up. I'm currently using a late 2007 MacBook Pro that is still on the OSX 10.5.8 operating system.  I'm also currently using CS2. What do I need to upgrade/update on my Mac to u

  • Garageband detects a third party midi error?

    so every time i open my garageband i get this pop up that says that garageband detected a third party midi error. it wasn't always like that but now i can't get my guitar to be connected into my computer. i have a m-audio firewire solo that i update

  • Avoid users can change Short Text of Material Id in Purchase Requisitions

    Hi We have a problem with purchase requisitions. Users create a purchase requisition. In the field material,   type the ID of the Material but then, change the description in Short Text, for example Material 1000 is a Bearing, and the user can change