Each Issue appears as a row in the table and includes these fields:
Issue ID—Contains the number in at the top of each of the cells in the first column. When you report an issue to NI, you may be given this ID, you can also find IDs posted by NI on the discussion forums or in Knowledge Base articles.
Legacy ID (optional)—Contains the legacy CAR ID, if an issue has a legacy ID from NI's legacy/deprecated bug reporting database. This ID appears on a separate line directly below the Issue ID in the table, or to the right of the Issue ID in the table of contents (separated by a space).
Issue Title (in italics)—Describes the issue in one sentence or less.
Problem Description—Describes the problem in further detail. The brief description given does not necessarily describe the problem in full detail, and it is expected that you might want more information on an issue. If you would like more information on an issue feel free to contact NI (contact information below) and reference the ID number given in the document.
Workaround—Provides possible ways to work around the problem. The workarounds that appear in the document are not always tested by NI and are not guaranteed to resolve the issue. If a workaround refers you to the NI KnowledgeBase, please visit www.ni.com/kb/ and enter that KB number in the search field to locate the specific document.
Reported Version—Contains the earliest version of the Touch Panel Module the issue was reported in. If you discover the issue appears in an earlier version of the Touch Panel Module than is reported in this field, you can report that to NI (contact information below) to have the field updated.
Resolved Version—Contains the version the issue was resolved or was no longer applicable. If an issue has not been resolved "N/A" will be reported.
Date Added—Contains the date the issue was added to the document (not the reported date).
Document Organization
The Known Issues Document is divided into two separate tables. The following section displays the issues by issue category.
Please refer to Developer Zone Article LabVIEW Known Issues Categories Defined for an explanation of the categories and what types of issues are in each category.
For those who wish to locate the newly reported issues, we have also have published a section of the known issues table sorted by the date the issue was added to the document.
Contacting NI
Feel free to contact NI regarding this document or issues in the document. If you are contacting NI in regards to a specific issue, be sure to reference the ID number given in the document to the NI representative. The ID number contains the current issue ID number as well as the legacy ID number (use the current ID number when contacting National Instruments). You can contact us through any of the normal support channels including phone, email, or the discussion forums. Visit the NI Website to contact us. Also consider contacting us if you find a workaround for an issue that is not listed in the document so that we can add the workaround to the document.
Known Issues by Category
The following items are known issues in LabVIEW 2010 and 2010 SP1 DSC Module Known Issues sorted by Category.
| ID | Known Issue | |||||
|---|---|---|---|---|---|---|
| Controls and Indicators | ||||||
| 160961 Return |
Can't cancel the configure jump button dialog when you first place a jump button When initially placing a jump button, the dialog cannot be cancelled. Workaround: N/A
|
|||||
| 166677 Return |
Clusters appear different in 8.2.1 Clusters look different in 8.2.1 than they do in 8.6.1. Workaround: N/A
|
|||||
| 184316 Return |
Controls and indicators behind Tab control show through the tab control on CE touch panels If you have controls or indicators behind a tab control on a front panel of a touch panel VI the indicators and controls show through the tab control when running. Workaround: Place controls that you want to be behind the tab control on a different tab.
|
|||||
| 186764 Return |
Digital Display does not show up on CE touch panel Digital displays do not show up for numeric slides, thermometer, tank, gauge, meter, knob, and progress bars. On the dial and meter controls the ramp will also not be displayed. Workaround: Add a Numeric Indicator and connect it to show the digital value.
|
|||||
| Miscellaneous | ||||||
| 222189 Return |
Histogram not supported on Touch Panels. Documentation doesn't state this. Histograms are not mentioned in the limitations of graphs in the touch panel documentation Workaround: N/A
|
|||||
| Performance | ||||||
| 179808 Return |
Touch Panel applications on Windows CE do not execute shared resources in round robin fashion When calling a shared resource from more than one loop, that resource is not executed in a round robin fashion. This could lead to unexpected behavior while the loops wait for the resource. Workaround: Use reentrant subVIs when waiting on Queues, TCP/IP reads, etc. If these VIs are non reentrant, they will become a blocking shared resource. Have waits in a loop that are longer than the execution time of the code in that loop even if it shouldn't be necessary as in the case of Queues.
|
|||||
| Shared Variables | ||||||
| 176590 Return |
In an app running on a PDA device, front panel indicators bound to a shared variable don't update Front panel indicators bound to shared variables don't update when the VI is running on a touch panel or a pocket PC 2003 device. Workaround: Use variable nodes instead of front panel binding.
|
|||||
| 176867 Return |
Shared Variable support for x86 based touch panels is being installed to the wrong location in 2009 The installation path for shared variables on x86 touch panels is pointing to "Shared Variables Support 8.5". It should be pointing to "Shared Variable Support". Workaround: N/A
|
|||||
| 177101 Return |
Variables from unsaved libraries in Touch Panel Applications on Windows CE will cause a build error Adding variables from unsaved libraries to a Touch Panel application on Windows CE will cause a build error when building. Workaround: Save the library before building the application
|
|||||
Known Issues by Date
The following items are known issues in LabVIEW 2010 and 2010 SP1 DSC Module Known Issues sorted by Date.
| ID | Known Issue | |||||
|---|---|---|---|---|---|---|
| 160961 Return |
Can't cancel the configure jump button dialog when you first place a jump button When initially placing a jump button, the dialog cannot be cancelled. Workaround: N/A
|
|||||
| 166677 Return |
Clusters appear different in 8.2.1 Clusters look different in 8.2.1 than they do in 8.6.1. Workaround: N/A
|
|||||
| 176590 Return |
In an app running on a PDA device, front panel indicators bound to a shared variable don't update Front panel indicators bound to shared variables don't update when the VI is running on a touch panel or a pocket PC 2003 device. Workaround: Use variable nodes instead of front panel binding.
|
|||||
| 176867 Return |
Shared Variable support for x86 based touch panels is being installed to the wrong location in 2009 The installation path for shared variables on x86 touch panels is pointing to "Shared Variables Support 8.5". It should be pointing to "Shared Variable Support". Workaround: N/A
|
|||||
| 177101 Return |
Variables from unsaved libraries in Touch Panel Applications on Windows CE will cause a build error Adding variables from unsaved libraries to a Touch Panel application on Windows CE will cause a build error when building. Workaround: Save the library before building the application
|
|||||
| 179808 Return |
Touch Panel applications on Windows CE do not execute shared resources in round robin fashion When calling a shared resource from more than one loop, that resource is not executed in a round robin fashion. This could lead to unexpected behavior while the loops wait for the resource. Workaround: Use reentrant subVIs when waiting on Queues, TCP/IP reads, etc. If these VIs are non reentrant, they will become a blocking shared resource. Have waits in a loop that are longer than the execution time of the code in that loop even if it shouldn't be necessary as in the case of Queues.
|
|||||
| 184316 Return |
Controls and indicators behind Tab control show through the tab control on CE touch panels If you have controls or indicators behind a tab control on a front panel of a touch panel VI the indicators and controls show through the tab control when running. Workaround: Place controls that you want to be behind the tab control on a different tab.
|
|||||
| 186764 Return |
Digital Display does not show up on CE touch panel Digital displays do not show up for numeric slides, thermometer, tank, gauge, meter, knob, and progress bars. On the dial and meter controls the ramp will also not be displayed. Workaround: Add a Numeric Indicator and connect it to show the digital value.
|
|||||
| 222189 Return |
Histogram not supported on Touch Panels. Documentation doesn't state this. Histograms are not mentioned in the limitations of graphs in the touch panel documentation Workaround: N/A
|
Document last updated on 7/6/2012
