LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Error Code: 1073

 
I am developing a panel that is seperated from the hardware through an abstarct layer that utilizes TestStand.
 
I am traversing a string array that TestStand delivered from a static database. I use a "TestStand Get Property Value.vi" to retrieve the object property "GetNumElements" value, to loop through the link list retrieving other properties found in the database to populate a cluster of analog controls.
 
I get the following error generated in the TestStand sequence report. I know little about TestStand, and I just started developing Labview (uncertified) this past summer.
 
"Error: Property Node (arg 1) in PropertyDistribution Analogs.vi->floating panel_g.vi
LabVIEW: This property is writable only when the VI is in edit mode, or this method is available only when the VI is in edit mode.
[Error Code: 1073, User-defined error code.] "
 
Tanks a bunch,
 
Live to dive, dive to live
0 Kudos
Message 1 of 3
(5,004 Views)
Hello !

Have you tried unloading all modules in TestStand? The code module is probably still in memory, TestStand might be still holding it there. To unload modules, go to the sequence editor, go to File>>Unload All Modules.

Typically this error occurs when you try to include VIs in an executable that do not have a block diagram. Please let me know if this is the case?

http://digital.ni.com/public.nsf/websearch/0649A3350DE20AA186256D91007B3D61?OpenDocument
http://digital.ni.com/public.nsf/websearch/6A1A31BD5EBE484886256E85005CE553?OpenDocument

Thanks
Nandini S
NI
0 Kudos
Message 2 of 3
(4,972 Views)

nandini,

I read your reply, but haven't had time to reply back. I am not getting this error any longer. I'm not sure what the root cause was. If I see this again, I will make another post.

 

Thanks

0 Kudos
Message 3 of 3
(4,949 Views)