LabVIEW 2009 and 2009 SP1 Touch Panel Module Known Issues

Publish Date: Aug 03, 2012 | 0 Ratings | 0.00 out of 5 |  PDF

Overview

This document contains the LabVIEW 2009 Touch Panel Module known issues that were discovered before and since the release of LabVIEW 2009 Touch Panel Module. Not every issue known to NI will appear on this list; it is intended to only show the severe and more common issues that can be encountered.

The LabVIEW 2009 Platform Known Issues contains a full listing of known issues, including LabVIEW toolkits and modules.

National Instruments is committed to maintaining compatibility with Microsoft Windows technology changes. However, NI has become aware of a number of issues of potential significance regarding Microsoft Windows 7. To learn how Windows 7 affects your use of NI products, visit ni.com/info and enter the Info Code windows7.

Table of Contents

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.

Known Issues by 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.

Known Issues by Date

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.

Controls and Indicators
160961 Can't cancel the configure jump button dialog when you first place a jump button
166677 Clusters appear different in 8.2.1
184316 Controls and indicators behind Tab control show through the tab control on CE touch panels
186764 Digital Display does not show up on CE touch panel
Miscellaneous
222189 Histogram not supported on Touch Panels. Documentation doesn't state this.
Performance
179808 Touch Panel applications on Windows CE do not execute shared resources in round robin fashion
Shared Variables
176590 In an app running on a PDA device, front panel indicators bound to a shared variable don't update
176867 Shared Variable support for x86 based touch panels is being installed to the wrong location in 2009
177101 Variables from unsaved libraries in Touch Panel Applications on Windows CE will cause a build error



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

Reported Version: 2009    Resolved Version: N/A    Added: 08/03/2009
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

Reported Version: 8.6.1    Resolved Version: N/A    Added: 08/03/2009
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.

Reported Version: 2009    Resolved Version: N/A    Added: 08/03/2010
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.

Reported Version: 2009    Resolved Version: N/A    Added: 08/03/2010
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

Reported Version: 2009    Resolved Version: 2011    Added: 02/10/2011
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.

Reported Version: 2009    Resolved Version: N/A    Added: 08/03/2009
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.

Reported Version: 2009    Resolved Version: 2009 SP1    Added: 08/03/2009
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

Reported Version: 2009    Resolved Version: 2009    Added: 08/03/2009
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

Reported Version: 2009    Resolved Version: N/A    Added: 08/03/2009

Known Issues by Date

The following items are known issues in LabVIEW 2010 and 2010 SP1 DSC Module Known Issues sorted by Date.

160961 Can't cancel the configure jump button dialog when you first place a jump button
166677 Clusters appear different in 8.2.1
176590 In an app running on a PDA device, front panel indicators bound to a shared variable don't update
176867 Shared Variable support for x86 based touch panels is being installed to the wrong location in 2009
177101 Variables from unsaved libraries in Touch Panel Applications on Windows CE will cause a build error
179808 Touch Panel applications on Windows CE do not execute shared resources in round robin fashion
184316 Controls and indicators behind Tab control show through the tab control on CE touch panels
186764 Digital Display does not show up on CE touch panel
222189 Histogram not supported on Touch Panels. Documentation doesn't state this.



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

Reported Version: 2009    Resolved Version: N/A    Added: 08/03/2009
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

Reported Version: 8.6.1    Resolved Version: N/A    Added: 08/03/2009
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.

Reported Version: 2009    Resolved Version: 2009 SP1    Added: 08/03/2009
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

Reported Version: 2009    Resolved Version: 2009    Added: 08/03/2009
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

Reported Version: 2009    Resolved Version: N/A    Added: 08/03/2009
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.

Reported Version: 2009    Resolved Version: N/A    Added: 08/03/2009
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.

Reported Version: 2009    Resolved Version: N/A    Added: 08/03/2010
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.

Reported Version: 2009    Resolved Version: N/A    Added: 08/03/2010
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

Reported Version: 2009    Resolved Version: 2011    Added: 02/10/2011

Document last updated on 7/6/2012

Back to Top

Bookmark & Share

Ratings

Rate this document

Answered Your Question?
Yes No

Submit