Overview
This document contains the Data Dashboard 2.0 known issues that were discovered before and since the release of Data Dashboard 2.0. 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 2012 Platform Known Issues contains a full listing of known issues, including LabVIEW toolkits and modules.
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 Data Dashboard 2.0 sorted by Category.
| ID | Known Issue | |||||
|---|---|---|---|---|---|---|
| Controls and Indicators | ||||||
| 370654 Return |
Item Strings and Selected Item Index properties for a dropdown control cannot be bound using the mini palette to the output of a LabVIEW web service If you wish to bind the Selected Item Index or Item Strings properties of a dropdown control to the output of a LabVIEW web service method, you cannot do so using the custom palette that appears when you select the desired output terminal and tap "Create new indicator" Workaround: Place a dropdown control onto your canvas from the Controls palette, and link it directly to the desired output terminal of the Call or Poll Web Service item.
|
|||||
| 372228 Return |
Unable to bind more than 21 inputs or outputs of a LabVIEW web service If you connect a dashboard to a LabVIEW web service method with a large number of inputs or outputs, you cannot bind them all because the connection adorner will extend, and be inaccessible, past the bottom of the dashboard canvas. You can only bind 21 inputs/outputs in portrait mode, and 15 inputs/outputs in landscape mode. Workaround: If you require a LabVIEW web service with a large number of input or outputs, split the web service into multiple web methods.
|
|||||
| 372873 Return |
Changing certain properties of a control/indicator, and quickly deselecting the modified object may cause Data Dashboard to crash If you edit an object's property using a text editor in the property pane. Then, quickly dismiss the property page and deselect the object by double taping on the canvas, Data Dashboard will crash. Workaround: When editing an object's property using a text editor in the property pane, tap once to close the property pane and allow the property of the object to be updated before deselecting the object.
|
|||||
| Operating System Specific | ||||||
| 370922 Return |
Data Dashboard will not reflect changes to device regional settings until the app is removed from memory and relaunched If you are creating or running a dashboard, and you change the regional setting on your device, numbers and dates on the dashboard will not reflect the change in region until Data Dashboard is removed from memory and relaunched Workaround: Force quit and relaunch Data Dashboard
|
|||||
| 371300 Return |
Dashboards with images will not update to reflect new versions of the images synced from iTunes If you transfer an image to your iPad through iTunes, drop it on a dashboard, then update the same image on your computer and re-sync to your iPad, Data Dashboard will show only one version of the image since it is the same file. Workaround: Update the image filename when you edit it on your computer, before re-syncing with iTunes.
|
|||||
| Performance | ||||||
| 355493 Return |
Placing multiple full resolution pictures on a dashboard might cause the app to appear hung After placing approximately 6 (3872px by 2592px) images on a single dashboard, Data Dashboard will take 2 seconds to respond to complete additional edits. Workaround: Resize images to desired size before loading them into Data Dashboard.
|
|||||
| Shared Variables | ||||||
| 355550 Return |
No Edit button for recent server lists in connection dialogs In the Shared Variable and LabVIEW Web Services connection dialogs, there is a list of recent servers you have accessed, with no Edit or Delete button to remove entries. Workaround: You can delete these entries by right-swiping on items in this list.
|
|||||
| 365457 Return |
Controls and indicators connected to shared variables hosted on a Real-Time target do not automatically reconnect if the target is rebooted If you reboot an RT target hosting a shared variable library that is linked to from Data Dashboard controls and indicators, the running dashboard doesn't reconnect to the variables automatically. Workaround: Stop and then restart the running dashboard, and the variables will reconnect.
|
|||||
| Web Server/Web Services | ||||||
| 355550 Return |
No Edit button for recent server lists in connection dialogs In the Shared Variable and LabVIEW Web Services connection dialogs, there is a list of recent servers you have accessed, with no Edit or Delete button to remove entries. Workaround: You can delete these entries by right-swiping on items in this list.
|
|||||
| 358078 Return |
Unable to bind a single dashboard to multiple web methods with the same name If you have two web methods in a LabVIEW web service with the same name, you cannot bind one through a Call Web Service item and the other through a Poll Web Service item. Workaround: Rename web methods to be unique.
|
|||||
Known Issues by Date
The following items are known issues in Data Dashboard 2.0 sorted by Date.
| ID | Known Issue | |||||
|---|---|---|---|---|---|---|
| 355493 Return |
Placing multiple full resolution pictures on a dashboard might cause the app to appear hung After placing approximately 6 (3872px by 2592px) images on a single dashboard, Data Dashboard will take 2 seconds to respond to complete additional edits. Workaround: Resize images to desired size before loading them into Data Dashboard.
|
|||||
| 355550 Return |
No Edit button for recent server lists in connection dialogs In the Shared Variable and LabVIEW Web Services connection dialogs, there is a list of recent servers you have accessed, with no Edit or Delete button to remove entries. Workaround: You can delete these entries by right-swiping on items in this list.
|
|||||
| 358078 Return |
Unable to bind a single dashboard to multiple web methods with the same name If you have two web methods in a LabVIEW web service with the same name, you cannot bind one through a Call Web Service item and the other through a Poll Web Service item. Workaround: Rename web methods to be unique.
|
|||||
| 365457 Return |
Controls and indicators connected to shared variables hosted on a Real-Time target do not automatically reconnect if the target is rebooted If you reboot an RT target hosting a shared variable library that is linked to from Data Dashboard controls and indicators, the running dashboard doesn't reconnect to the variables automatically. Workaround: Stop and then restart the running dashboard, and the variables will reconnect.
|
|||||
| 370654 Return |
Item Strings and Selected Item Index properties for a dropdown control cannot be bound using the mini palette to the output of a LabVIEW web service If you wish to bind the Selected Item Index or Item Strings properties of a dropdown control to the output of a LabVIEW web service method, you cannot do so using the custom palette that appears when you select the desired output terminal and tap "Create new indicator" Workaround: Place a dropdown control onto your canvas from the Controls palette, and link it directly to the desired output terminal of the Call or Poll Web Service item.
|
|||||
| 370922 Return |
Data Dashboard will not reflect changes to device regional settings until the app is removed from memory and relaunched If you are creating or running a dashboard, and you change the regional setting on your device, numbers and dates on the dashboard will not reflect the change in region until Data Dashboard is removed from memory and relaunched Workaround: Force quit and relaunch Data Dashboard
|
|||||
| 371300 Return |
Dashboards with images will not update to reflect new versions of the images synced from iTunes If you transfer an image to your iPad through iTunes, drop it on a dashboard, then update the same image on your computer and re-sync to your iPad, Data Dashboard will show only one version of the image since it is the same file. Workaround: Update the image filename when you edit it on your computer, before re-syncing with iTunes.
|
|||||
| 372228 Return |
Unable to bind more than 21 inputs or outputs of a LabVIEW web service If you connect a dashboard to a LabVIEW web service method with a large number of inputs or outputs, you cannot bind them all because the connection adorner will extend, and be inaccessible, past the bottom of the dashboard canvas. You can only bind 21 inputs/outputs in portrait mode, and 15 inputs/outputs in landscape mode. Workaround: If you require a LabVIEW web service with a large number of input or outputs, split the web service into multiple web methods.
|
|||||
| 372873 Return |
Changing certain properties of a control/indicator, and quickly deselecting the modified object may cause Data Dashboard to crash If you edit an object's property using a text editor in the property pane. Then, quickly dismiss the property page and deselect the object by double taping on the canvas, Data Dashboard will crash. Workaround: When editing an object's property using a text editor in the property pane, tap once to close the property pane and allow the property of the object to be updated before deselecting the object.
|
Document last updated on 10/11/2012
Reader Comments | Submit a comment »
Legal
This tutorial (this "tutorial") was developed by National Instruments ("NI"). Although technical support of this tutorial may be made available by National Instruments, the content in this tutorial may not be completely tested and verified, and NI does not guarantee its quality in any way or that NI will continue to support this content with each new revision of related products and drivers. THIS TUTORIAL IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND AND SUBJECT TO CERTAIN RESTRICTIONS AS MORE SPECIFICALLY SET FORTH IN NI.COM'S TERMS OF USE (http://ni.com/legal/termsofuse/unitedstates/us/).
