2012年4月4日水曜日

General LabVIEW Error Code

(これはNational Instruments社のGeneral LabVIEW Error Codeのバックアップです。同ページの変更により内容の喪失を防ぐためです。)
LabVIEW VIs and functions and VI Server properties and methods can return the following error codes. Refer to the KnowledgeBase for more information about correcting errors in LabVIEW.
CodeDescription
−2147467259Unspecified error.
−1967345152Invalid refnum. A specified refnum was not valid.
−1967345151Invalid property code. The specified property code is not valid for this refnum.
−1967345150Invalid privilege ID. The specified privilege ID is out of range.
−1967345149Invalid access type. The specified access type is not valid.
−1967345148Invalid argument. One of the specified arguments is invalid.
−1967345147Entry not found. The requested entry could not be found.
−40601The deterministic communication engine failed to initialize hardware.
−4850Device driver not present or not supported. The device driver needed to execute the In Port and Out Port VIs is not present. LabVIEW does not support this device driver on Windows Vista or later.
−4824Clipped Floating-point data to fit the range [-1.0, 1.0]. The floating point data was outside of the range [-1.0, 1.0]. The values were clipped to fit within this range.
−4820A buffer underflow has occurred. A buffer underflow has occurred because the application is not writing data quickly enough.
−4803The sound driver or card does not support the specified operation. The sound driver or card cannot accommodate the specified configuration. Ensure that the parameters values are within the supported range for the hardware and drivers.
−4406A VI item in the palette data array is not supported in this version of LabVIEW. A VI item in the palette data array is not supported in this version of LabVIEW. This error can occur if you use a VI that is not supported in the LabVIEW Run-Time Engine.
−4404The value for palette width is invalid. The value for palette width must be 0 or greater.
−4403A palette item is invalid. A palette item is invalid. Verify the path for each item in the items array. Paths to VIs and palette files (.mnu) must be valid.
−4402The palette view format is invalid. The palette view format must be Icons,Icons and Text, or Text. Select View »View This Palette As from theControls or Functions palette to change the palette view format.
−4401The specified file is not a valid palette file (.mnu). The specified file is not a valid palette file (.mnu). Enter a path to an existing palette file to read data from the palette file. Enter a path to a valid palette file to write data to the file.
−4400The palette type is invalid. The palette type input is invalid. Thepalette type value has enumeration values of Controls or Functions. The value provided was beyond the defined range.
−2584DIAdem could not be started. You must have DIAdem 9.1 Service Pack 2 or later installed to use the DIAdem Report Express VI.
−2580The Write to Measurement File Express VI cannot append new data to frequency domain waveforms. Frequency domain waveforms are constructed with a base frequency f0 and a delta frequency df. The frequency for a data point is then calculated as f0+N*df. This calculation leads to erroneous results if data is appended to the waveform. This error can occur when you write a frequency domain waveform to a file withSegment Headers set to One header only. Set Segment Headers toOne header per segment to correct this error.
1An input parameter is invalid. For example if the input is a path, the path might contain a character not allowed by the OS such as ? or @.
2Memory is full.
4End of file encountered.
5File already open.
6Generic file I/O error. A possible cause for this error is the disk or hard drive to which you are trying to save might be full. Try freeing up disk space or saving to a different disk or drive.
8File permission error. You do not have the correct permissions for the file. To correct this error, verify that the file is not in use by another application and that file permissions are set correctly. On Windows, navigate to the file, right-click the file, select Properties, and set the Read-only option in the dialog box. On Linux or Mac OS X use chmod to set file permissions. If you only need read access, you can use the Open/Create/Replace Filefunction with the access input set to Read-only.
9Disk full. The disk or hard drive does not have enough free space to complete the operation. Try freeing up disk space or saving to a different disk or drive.
10Duplicate path.
11Too many files open.
12Some system capacity necessary for operation is not enabled.
13File is not a resource file.
14Cannot add resource.
15Resource not found. This error might occur if you remove the front panel of the VI when building a stand-alone application.
16Image not found.
17Not enough memory to manipulate image.
18Pen does not exist.
19Configuration type invalid.
20Configuration token not found.
21Error occurred parsing configuration string.
22Configuration memory error.
23Bad external code format.
24External subroutine not supported.
25External code not present.
26Null window.
27Destroy window error.
28Null menu.
29Print aborted.
30Bad print record.
31Print driver error.
32Operating system error during print.
33Memory error during print.
34Print dialog error.
35Generic print error.
37Device not found.
38Device parameter error.
39Device unit error.
40Cannot open device.
41Device call aborted.
42Generic error.
43Operation canceled by user. If the VI or function that throws this error has an error out parameter, wire error out to the selector terminal of a case structure to avoid this error message. If you are using theOpen/Create/Replace File function or Open/Create/Replace Datalogfunction, you can wire cancelled to the selector terminal of the case structure instead. If the VI or function does not have error out, you can edit the error handling within the VI or function to avoid this error. Double-click the VI or function and replace the general error handling with an error out indicator or some other form of error handling. Save the new VI or function to a different directory than vi.lib so you do not overwrite the original.
44Object ID too low.
45Object ID too high.
46Object not in heap.
47Unknown heap.
48Unknown object (invalid DefProc).
49Unknown object (DefProc not in table).
50Message out of range.
51Null method.
52Unknown message.
67Interapplication Manager initialization error.
68Bad occurrence.
69Handler does not know what occurrence to wait for.
70Occurrence queue overflow.
71File datalog type conflict.
72Semaphore not signaled.
73Interapplication Manager unrecognized type error.
74Memory or data structure corrupt.
75Failed to make temporary DLL.
76Old CIN version.
81Format specifier type mismatch. A format specifier does not match the data type of its corresponding argument in a Format Into String or Scan From String function.
82Unknown format specifier. A bad format specifier was found in the Format String input to a Format Into String or Scan From String function.
83Too few format specifiers. There are not enough format specifiers to match all of the arguments of a Format Into String or Scan From String function.
84Too many format specifiers. There are more format specifiers than the number of arguments of a Format Into String or Scan From String function.
85Scan failed. The input string does not contain data in the expected format. The Scan From String function was unable to scan its input because the data was not in the expected format. Right-click the Scan From String function and select Edit Format String to configure the format string to match the input data.
87Error converting to variant. An error occurred converting from LabVIEW type to OLE variant type.
88Run-time menu error.
89Another user tampered with the VI password.
90Variant attribute not found.
91The data type of the variant is not compatible with the data type wired to the type input.
97Null Refnum was passed in as input.
98Incorrect file type. Attempted to read from or write to a file of a type incompatible with the operation. This normally is a user data file.
99Incorrect file version. Attempted to read from or write to a file of a version incompatible with the write/read function version. This file normally is a user data file.
100File contains erroneous data. This normally is a user data file.
116Unflatten or byte stream read operation failed due to corrupt, unexpected, or truncated data.
117Directory path supplied where a file path is required. A file path with the filename is required, but the supplied path is a path to a directory.
118The supplied folder path does not exist.
122The resource you are attempting to open was created in a more recent version of LabVIEW and is incompatible with this version.
1000The VI is not in a state compatible with this operation. This error can occur for several reasons. This error can occur if you attempt to edit a VI that is running or reserved for running. This error also can occur if you attempt to open a reference to a VI that is running or reserved for running. A VI is reserved for running when you open a reference to the VI by wiring a type specifier VI Refnum to the Open VI Reference function, or when you have a Static VI Reference linked to the VI within a running VI. This error also can occur if you try to run a VI using the run method while the target VI is running or reserved for running. To correct this error, ensure the target VI is idle or reentrant. If it is reentrant, use the Open VI Reference function with the options input set to 0x08 to prepare the VI for reentrant run or use the Open VI Reference function with the type specifier VI Refnum wired to a strictly typed VI reference. This error also can occur if you attempt to obtain a VI's image while the VI is being modified programmatically. Wait until the VI is not being modified to get the image of a panel or diagram.
1001The VI front panel is not open. Use the Window Appearance page to configure if the front panel is shown when the VI is run or loaded. You also can use the Front Panel:Open method to open the front panel programmatically.
1002The VI cannot run because it has a front panel control in an error state.
1003The VI is not executable. Most likely the VI is broken or one of its subVIs cannot be located. Open the VI in LabVIEW using File»Open and verify that it is runnable.
1004The VI is not in memory.
1005VI execution has been disabled in the VI Properties dialog box. Open theExecution Property Page of the VI Properties dialog box to change the settings for the VI execution.
1006FPDCO on connector pane thinks it is constant.
1007No IP record in summary.
1008Cannot load connector pane.
1009Variant tag out of range.
1010No default or operate data.
1011VI Creation failed.
1012Cannot load block diagram.
1013Cannot load front panel. Make sure you include the front panel of the VI when building a stand-alone application.
1014Linker error.
1015Printer is not responding. Check printer configuration.
1016Cannot load History.
1017VI has been modified on disk since it was last loaded or saved.
1018Unspecified error occurred.
1019One or more untitled subVIs exist. This file cannot be saved until all dependent files have been named.
1020This CIN can only be invoked from a registered wizard.
1021Illegal Object Id passed to wizard CIN.
1022Wizard Template not found.
1023Wizard template does not have a diagram.
1024Call Instrument aborted.
1025Application Reference is invalid.
1026VI Reference is invalid.
1027For the requested operation, the reference cannot be reserved as requested, is in an improper reservation mode, or the execution state must be set to running or reserved.
1028Attribute selector is invalid.
1029VI Server property is read-only.
1030VI Reference is already reserved for editing.
1031VI Reference type does not match VI connector pane.
1032VI Server access denied. If this error is returned from the Open VI Reference function on a remote connection, use the VI Server: Exported VIs Options page to ensure that the VI is exported. If this error is returned from a Property or Invoke Node, the property or method might not be allowed for remote VI Server connections. For example, the Application:All VIs In Memory property is allowed locally, but remotely you should use the Application:Exported VIs In Memory property instead. Refer to the help for the property or method to determine if it is allowed remotely.
1033Bad run-time menu file version.
1034Bad run-time menu file.
1035Operation is invalid for this type of VI.
1036Method selector is invalid.
1037Incompatible VI Server protocol version.
1038Required parameter missing.
1039VI was aborted.
1040VI is password protected.
1041Incorrect password.
1042Attempted recursive call.
1043The property or method is not supported in this version of LabVIEW. This error can occur if you use a property or method that is not supported in the LabVIEW Run-Time Engine.
1044VI is locked.
1045Null Refnum passed to Close Reference.
1051A LabVIEW file of that name already exists in memory, or exists within a project library already in memory. To resolve this error, give the file a unique name that does not already exist in the application instance.
1052The LabVIEW filename is invalid.
1054The specified object was not found.
1055Object reference is invalid.
1056Specified object is not scriptable in this version.
1057Type mismatch: Object cannot be type casted to the specified type.
1058Specified property not found.
1059Unexpected file type.
1060Object cannot contain (own) the specified object.
1061Unable to create new object.
1062Specified objects cannot be wired together.
1063Specified terminal not found in the object.
1066Hardware open error.
1067Hardware close error.
1068Hardware transact error.
1069Hardware DLL missing.
1070Hardware no session error.
1071Specified method not found.
1072This property or method is not yet implemented.
1074Cannot create a control/indicator for the specified terminal.
1075Cannot create a constant for the specified terminal.
1076VI is not debuggable.
1077Invalid property value.
1082Operation not valid for strict type definition instance.
1086Wrong control type. The operation is not allowed on this kind of control or a control at this level.
1087There is no DataSocket information available for the object.
1088Bad value for parameter.
1089Error occurred while executing script. Error message from server: %s.
1090Specified object cannot be moved.
1091The VI Server or client received an unrecognized message.
1094Queue and notifier references of the same name must be obtained using the same data type. When you obtain a reference to a queue or notifier, you can specify which data type this mechanism stores. Future requests to obtain a reference to the same mechanism (using the mechanism's name) must wire the same data type as the original call. Unnamed mechanisms do not have this restriction, because each request to obtain an unnamed mechanism creates a new mechanism.
1095This container cannot be left without a subtype. Right-click the container border and select Replace or drag new subtype.
1097An exception occurred within the external code called by a Call Library Function Node. The exception may have corrupted LabVIEW's memory. Save any work to a new location and restart LabVIEW. Verify the values you wired into the Call Library Function Node.
1098Cannot disconnect type definitions or polymorphic VIs if the block diagram is not available.
1100No object of that name was found. No reference could be returned. You can use the Obtain Queue or Obtain Notifier function to look up a queue or notifier by name. If create if not found? is FALSE and a queue or notifier with that name was not found, LabVIEW returns this error.
1102The string wired to the xml string input is empty.
1103The XML tag describing the type of data is not recognized.
1104No end tag was found for an XML start/end tag pair.
1105An unknown or unexpected XML tag was discovered.
1106The XML tag describing the type of data does not match the wired type.
1107The XML enumerated type choice(s) does not match the wired type.
1108XML value text is illegal or out of range for type and/or format.
1109Unsupported data type.
1110No longer used.
1111Release Semaphore called on a semaphore that was not currently acquired.
1122Refnum became invalid while node waited for it.
1123You cannot create an object (such as control caption) in built applications. You must create these objects in the LabVIEW development system.
1124VI is not loadable. In a built application, this error might occur because the VI being loaded was last compiled for a different OS, in which case you must save the VI on the current platform. This error also might occur if the VI is a polymorphic VI, which cannot be loaded in the LabVIEW Run-Time Engine. You must load an instance of the polymorphic VI instead of the polymorphic VI itself.
1126VI version is too early to convert to the current LabVIEW version.
1127Cannot instantiate template VI because it is already in memory.
1128Input unit is not compatible with the current unit.
1129You cannot assign the same value to two or more strings in a ring or combo box control. You cannot assign the same numeric value to two or more strings in a ring control, and you cannot assign the same string value to two or more strings in a combo box control.
1130The VI Server connection peer is unresponsive. Refer to the LabVIEW Help for more information about connection polling.
1131You cannot use this property with this system control.
1135The tree control's active item is not valid for this property.
1136You wired an invalid item tag to a tree control property or method.
1137Tree control's internal data is corrupt.
1144Cannot insert VI in a subpanel control because VI is already open.
1145Cannot open VI because it is already in a subpanel control.
1146You attempted an operation that would change a child-only item into a parent item.
1147Cannot insert a remote VI in a subpanel control.
1148This property is read only while the VI is in a subpanel.
1149Cannot close or set the state of a closed front panel. The front panel must already be open before you close it or set its state.
1150Cannot open a front panel that is already open. To set the state of the open front panel, use the Front Panel Window:State property.
1151Invalid input for front panel state.
1156Memory full error, possibly due to a data format not matching expected data type. This is caused by trying to allocate a buffer that is too large for memory. Although normal allocation might run the system out of memory, frequently an out of memory error is caused by interpreting the data incorrectly and treating something that is data as the size of the data. Before assuming that the system needs more memory to complete the operation, make sure the read format you are requesting is valid for the data being read.
1157You cannot use this property with a numeric indicator.
1174Invalid return parameter for Call Library Function Node. The return type must be Void, Numeric, or String. Numeric return types are passed by value. Strings return types are passed as a C String Pointer or a Pascal String Pointer.
1175Invalid array dimension in Call Library Function Node configuration. An array must have 1 or more dimensions.
1176Invalid waveform dimension in Call Library Function Node configuration. A waveform must have 0 or 1 dimensions.
1177Invalid data type for Call Library Function Node parameter. Void can be used only as return type of function.
1186Cannot show or hide the label on its own. Label visibility is controlled by the label owner.
1187Internet Explorer is required for this operation but it is not installed.
1188The static VI reference is not configured. Right-click the Static VI Reference function on the block diagram and select Browse for Path. Navigate to the VI for the reference and click the Open button to configure the reference.
1190The operation is not allowed when the control has key focus.
1191The wire already has a probe on it.
1192No data range set for digital displays.
1193When a Boolean control has a latch mechanical action, you cannot use the Value property to read or write its value. When a Boolean control is configured with a latching mechanical action, the Value property always returns an error. Due to race conditions that can occur when you have a Boolean value with latching mechanical action, you cannot programmatically read Boolean values that are set with a latching mechanical action.
1194This Express VI requires DIAdem 8.1 or later and the LabVIEW DIAdem Connectivity VIs version 2.1 or later. The Connectivity VIs are available for free download from ni.com. Refer to the National Instruments Web site to download the VIs.
1196Cannot list the same terminal more than once in the grown region of the expandable subVI.
1197This operation is not valid for static VI references. To run a VI using a static VI reference, use an Invoke Node to call the Run VI method. Set theInvoke Node class to VI and select the Run VI method.
1198The VI is not in a state compatible with this operation. Change the execution mode of the referenced VI to reentrant for this operation.
1301The dimension of the array passed in does not match the expected dimension for the operation.
1303The elements of the array are not unique. There are duplicated items in the array.
1304The array index is outside of the array bounds.
1305The required page cannot be found.
1306Unable to load new code resource to the node. Code resource already loaded.
1307Subpanel control could not open the VI window. You tried to insert a VI into a subpanel control, but the front panel or block diagram window you want to insert does not exist.
1308The Property or Invoke Node is not linked to a front panel control.
1309The Property or Invoke Node reference input terminal is already wired.
1310The object is not in the same VI as the Property or Invoke Node. The control reference of the control does not belong to the VI that owns the Property or Invoke Node.
1311The input for class name is not correct or is in the wrong format. The input for class name is not correct or is in the wrong format. The correct format should begin with the class type followed by the path to the object using the long names. For example, VI Server:Generic:GObject
1312Structure frame index is out of range. This error occurs when you use an index value that is out of range to access a frame in a Case, Stacked Sequence, or Event structure.
1313You cannot use this property on a control in a radio buttons control.
1314You cannot use this property on an instance of a type definition set to update automatically from the master copy of the type definition.
1315You have attempted to create a data type with a descriptor that is too large.
1319Cannot insert a VI into a subpanel that is not in a running state.
1320In run mode, LabVIEW cannot get or set a property for a control part that has not been created.
1321NI License Manager is not initialized. Verify that NI License Manager is installed on the computer by selecting Start»All Programs»National Instruments»NI License Manager.
1322Invalid project build reference.
1357A LabVIEW file from that path already exists in memory, or exists within a project library already in memory. To resolve this error, give the file a path that does not already contain a LabVIEW file in any open application instance.
1358The splitter bar cannot be moved to this position because it violates the minimum or maximum size of a descendant pane. When LabVIEW tries to move the splitter bar to the specified position, at least one pane shrinks smaller than its set minimum size. For example, if you have a VI with one vertical splitter bar, and the minimum size of the left pane is 50, wiring 10 to the Splitter Position property will return this error. To correct this error, set the minimum size of the pane to a smaller value, or wire a value to the Splitter Position property that does not shrink the pane beyond its minimum size.
1359A drag cannot start because a previous drag transaction is still pending.
1360Cannot provide the type of data requested for this drag and drop operation. To correct this error, ensure that a drag and drop operation is in progress when you call this function and that the data type and drag data name match what is currently available during the drag and drop operation.
1361The name or data type of a drag data element conflicts with the built-in LabVIEW drag data types. You cannot use the prefix LV_ on a data name.
1362Cannot use this property with this string display mode or if word wrapping is enabled. Change the display mode to 0 (normal) and/or disable word wrapping to use this property.
1363The specified name or GUID is invalid.
1364The provider plug-in is not installed or somehow corrupt.
1365Failed to generate a valid GUID.
1366You cannot hide or show the scroll bars of a subpanel control when a VI containing multiple panels is inserted.
1370The selected build failed to complete.
1376A Diagram Disable structure cannot have a default frame. This error occurs when you try to use the Default Frame property with a Diagram Disable structure. You can use this property only with the Conditional Disable structure.
1377A Diagram Disable Structure cannot have conditions. You can use the Conditions property and the Get Frame Index method only with the Conditional Disable structure.
1378Cannot set the Active Frame property on a Conditional Disable structure. This error occurs when you try to use the Active Frame property with a Conditional Disable structure. You cannot use this property with a Conditional Disable structure because conditions determine the active frame. You can use this property only with a Diagram Disable structure.
1380License checkout failure. Unable to checkout the requested license feature because the license is invalid or does not exist.
1381Cannot create semaphores with a size less than one.
1384Cannot start dragging because duplicate names for drag data types were passed to the Start Drag method or Drag Starting? event. To correct this error, ensure that the names you use for drag data are unique in each element of the data array for the method or event.
1385Cannot start a drag and drop operation because the data provided is invalid. To correct this error, verify that the drag data array is not NULL and that all elements have names and data fields.
1388The block diagram you are attempting to access belongs to a VI that is either in evaluation mode or has an invalid license. To correct this error, you must obtain a valid license for the VI and its containing library.
1389You are attempting to save or copy a VI that is either in evaluation mode or has an invalid license. To correct this error, you must obtain a valid license for the VI and its containing library.
1390You attempted to open a VI Server reference to an out-of-scope VI. A VI can open VI Server references only to other VIs that it could call as subVIs. After the reference is opened, that VI can return the reference to other VIs that could not normally open the reference.
1396Cannot convert text from the source character set to the destination character set.
1397You have not wired a required input on this subVI. To correct this error, wire the required input.
1398The subVI cannot be inlined because there is a local variable in the block diagram.
1399The subVI cannot be inlined because a front panel terminal is not on the root diagram. For example, this error might occur when a front panel terminal is inside a structure.
1430The path is empty or relative. You must use an absolute path.
1432The specified format cannot be used with floating point data. For example, hexadecimal notation is not a valid format for floating point numbers.
1434The precision is greater than the maximum allowed value for this format.
1436Numeric precision cannot be negative.
1438Archive version is later than the current LabVIEW version.
1439A project library cannot be copied to the same folder as the original library because the new library files would conflict with the original library files on disk. You must specify a different location on disk when copying a project library.
1440The filename does not match the expected name. The file specified must have the same filename as the original file.
1443Debug connection refused by specified server. Only one debug connection is allowed per application or shared library.
1444No VIs to download from application, connection closed.
1445Open VI Reference no longer matches VIs in memory by filename. A filename is no longer sufficient because the full name of a VI now includes any owning libraries. You can use the Strip Path function to wire the filename as a string, but this will not work for VIs in libraries.
1446Cannot change the description or tip strip of a control if it's used in a reentrant VI with multiple instances.
1447There was a name conflict while saving for previous. VIs in libraries are saved in the form LIBRARYNAME_VINAME. There is already a VI in this hierarchy with this name.
1449Arrays must have at least one dimension and a maximum of 63 dimensions.
1450One or more untitled library dependencies exist. This file cannot be saved until all dependent files have been named.
1451One or more untitled dependencies exist. This file cannot be saved until all dependent files have been named.
1452This library was saved in an earlier version of LabVIEW. It must be loaded and saved in the current version of LabVIEW.
1453You may only set the vertical arrangement on a label, caption or free label.
1454LabVIEW classes cannot be flattened as XML in this version of LabVIEW.
1455Revert failed. This item has been edited in another context on this machine. Only that instance can be reverted.
1468Specified ability not supported by the library. Verify the ability name does not contain spaces.
1469Specified ability already exists. You cannot add an ability multiple times.
1470Specified folder is outside the library. You cannot add library items to folders that do not belong to the library.
1483Cannot change width of the plot legend when you configure the plot legend to automatically resize, or if the legend has more than one entry and you arrange the plot legend horizontally. Right-click the graph or chart and deselect Autosize Plot Legend in the shortcut menu to disable automatic resizing and make sure you arrange the plot legend vertically.
1484The subVI cannot be inlined because there is an implicit control reference on the block diagram.
1485The subVI cannot be inlined because there is an implicit Property or Invoke Node on the block diagram.
1488The migration file cannot load because it is no longer supported.
1489The migration file cannot load because its content is not valid or is corrupt.
1490The migration file cannot load because it makes references to data that does not exist or is invalid.
1491If you obtain a queue reference in one application instance, you cannot use that queue reference in another application instance. You cannot use queues for communication between LabVIEW application instances. If you obtain a queue reference in one application instance, you cannot use that queue reference in another application instance. You cannot use queues for communication between LabVIEW application instances.
1492If you obtain a notifier reference in one application instance, you cannot use that notifier reference in another application instance. You cannot use notifiers for communication between LabVIEW application instances. If you obtain a notifier reference in one application instance, you cannot use that notifier reference in another application instance. You cannot use notifiers for communication between LabVIEW application instances.
1493The save operation failed because multiple files of the same name cannot be saved into a single LLB. To correct this error, save to a folder instead of an LLB.
1497Cannot unlock a library for edit when instances in running VIs exist.
1498Library has errors. Fix the errors before attempting this operation.
1499Library has edits in another context. Sync up changes before attempting this operation.
1500If you obtain a user event reference in one application instance, you cannot use that user event reference in another application instance. You cannot use user events for communication between LabVIEW application instances. If you obtain a user event reference in one application instance, you cannot use that user event reference in another application instance. You cannot use user events for communication between LabVIEW application instances.
1502Cannot save a bad VI without its block diagram.
1503Cannot save a clone of a reentrant VI.
1504Cannot save a remote panel.
1523Passed an invalid number of strings to the Strings [ ] property. You must pass either 1 string or 6 strings.
1526This property does not apply when the plot legend of a graph or chart is in tree view.
1534The semaphore you specified does not exist. LabVIEW cannot return a reference to the semaphore. This error might occur if the create if not found input of the Obtain Semaphore Reference VI is FALSE and LabVIEW cannot find a semaphore with the name you specify.
1535The semaphore reference you specified is invalid. To correct this error, make sure the reference to the semaphore is valid.
1544LabVIEW attempted a read, write, or seek on a file opened in unbuffered mode, and the data size is not a multiple of the disk sector size. Use theGet Volume Info function to return the proper sector size. If you do not have the right amount of data to align to a sector size, you must pad the data with filler data and delete the filler data before LabVIEW reads back the file.
1545LabVIEW attempted to read or write data to a file opened in unbuffered mode, and the data is not aligned properly. LabVIEW determines how data is aligned and you cannot alter that alignment. If this error occurs, you must enable buffering and reopen the file.
1548Queue refnum cannot be obtained with a size of zero. Size input must be a positive number or -1 for unlimited size.
4800Selected Device is Invalid The currently selected device index is invalid. This could be caused by an invalid sound driver.
4801Invalid sound task refnum. No sound driver is available for use, or the given GUID is not a valid DirectSound device ID.
4802The sound device is busy. Another application is currently using the device. Raising this application's priority level could resolve this issue.
4803The sound driver or card does not support the desired operation. The sound driver or card cannot accommodate the specified configuration. Check that the parameters entered are within the supported range for the hardware and drivers.
4804Cannot write in file playback. The application attempted to write to the file while it was being played. This error code is not currently reported by the LVSound library.
4805Could not find the sound file. The specified sound file could not be found.
4806DirectX 8.0 or higher is required to run. Please install the latest version of DirectX from http://www.microsoft.com/downloads.
4810Cannot recognize sound format. The sound format of this file is not recognizable. The file may be corrupt.
4811Cannot support sound format. The specified wave format is not supported. This could be a limitation of the hardware, driver, or both.
4820A buffer underflow has occurred. A buffer underflow has occurred because the application is not writing data quickly enough.
4821Overwrite error. An overwrite error has occurred because the application is not reading data quickly enough from the buffer.
4822A timeout occurred before the operation finished. A timeout error occurred because the application was unable to successfully acquire a mutex.
56000Generic project error.
56001An item with this name already exists in the project.
56002An item with this path already exists in the project.
56003Adding this item would cause a conflict with an item already in memory.
56004The project Item could not be found.
56005The item type is not compatible with the target type.