I am attempting to show updates of distance/angle pairs on a polar plot.
The data comes in as a single distance/angle pair, and the plot should
simply add the new point to the existing data.
To do this, I have created an instance of a polar plot. The following
details the inputs:
Data Array: a pair of distance/angle values that are put into a Cluster
and then an array.
Dimension: Numeric Controls with width set to 500 and height to 425.
The values are fed into a cluster and then to the polar plot.
Top Left Point: Numeric constants (0) fed into a cluster and then to the
polar plot.
Polar Attributes: A Cluster is fed to the polar plot. The cluster is
made up of the following:
A Numeric control, defaulting to 4000
A numeric constant set to 0
A boolean constant set to False
A boolean constant set to False
A color constant set to red
A color constant set to white
A cluster containing the Enum "Decimal" and a constant of 8
A constant set to 8.
When I attempt to save the VI, I receive an error message and the
following data in a file:
####
#Date: Mon, Feb 11, 2002 10:59:31 AM
#Desc: Failure : "fpsane.cpp", line 269
LabVIEW version 6.0
For assistance in resolving this problem, please record the preceding
information and navigate to www.ni.com/failure, or contact National
Instruments.
#RCS: $Id: //labview/releases/6.0/lvsource/fpsane.cpp#2 $
#OSName: Linux
#OSVers: 2.4.2-2
#AppName: /usr/local/lv60/labview
#AppKind: FDS
0x08110676 - DBSetDebugStrings() + 0x2a
0x0811063d - DBAssert() + 0xb1
0x082f0cfd - ReportInsanities__Fi() + 0x85
0x082f0bde - SanityCheck__FPPUc() + 0x192
0x0851b506 - VerifyVIPieces__FPP10INSTRUMENTUii() + 0x54a
0x0851cf24 - HasNewAutoTDs__FPsi() + 0x1590
0x08519d6e - SaveInstrument__FPP10INSTRUMENTUiPP6Path_tPPPUc() + 0x122a
0x085189c8 - SaveVI__FPP10INSTRUMENTi() + 0x48
0x085dadd3 - OpenVINoDlg__FPP6Path_tPPP10INSTRUMENT() + 0x1c3
0x085e1011 - ResetLVCursor__FPPUcP5Pointi() + 0x4f9
0x085da565 - VIWinProc__FP6WEventi() + 0x2a5
0x0818745d - WSetEventProc() + 0x49
0x081877ee - WSendEvent() + 0xba
0x0818772d - FocSendEvent() + 0x7d
0x08185399 - XNewWindow() + 0xcc5
0x08186eae - WTriggerBGAppTasks() + 0x26a
0x08187de2 - WMainLoop() + 0x5e
0x0814a360 - PostOpenVIDocEvent__FPc() + 0x3b4
0x0814a41b - main() + 0xa3
0x40254177 - __libc_start_main() + 0x93
0x08105bb1 - _start() + 0x21
Can anyone tell me what Is wrong with my VI and how to fix it?
TIA
Rich Hilt