10-28-2004 02:17 PM
10-28-2004 04:18 PM
06-07-2006 11:11 AM - edited 06-07-2006 11:11 AM
This method of sending an empty array seems fine for when you are bulding charts/graphs using arrays.... but what do you do using a graph that is accepting dynamic data?
You cannot create a constant of dynamic data to send to the local variable.
Should I send an empty array to the history value in the property node?
EDIT: Nevermind... can't do that either... History data is also dynamic data... which makes sense...
... so how do I do this?
I'd rather not write in timer code and make an array of timing values to build a graph the old fashioned way. ![]()
Message Edited by MJBrehm on 06-07-2006 11:13 AM
Message Edited by MJBrehm on 06-07-2006 11:15 AM
06-07-2006 11:42 AM
@MJBrehm wrote:
You cannot create a constant of dynamic data to send to the local variable.
But you can convert an emtpy array to dynamic data before wiring it up. 🙂
(And if you just create a diagram constant of an empty array and wire it to the node, LabVIEW will insert the conversion for you automatically :D)
06-07-2006 12:10 PM
06-07-2006 12:18 PM - edited 06-07-2006 12:18 PM
Message Edited by MJBrehm on 06-07-2006 12:23 PM
06-07-2006 12:32 PM - edited 06-07-2006 12:32 PM
Message Edited by MJBrehm on 06-07-2006 12:33 PM
06-07-2006 03:29 PM
06-07-2006 03:48 PM