03-06-2012 10:01 AM
Any cross reference like function that can be configured to have labview report on all timed loops in a project, and report their priority, dt and structure name?
03-07-2012 09:02 AM
Hey S1ack,
Unfortunately, there's no function that will automatically generate this information. If you'd like to display, or save, this information then you'll want to wire indicators to the terminals for priority, dt, structure name, etc. If you need to pass these across multiple VI's in the same project, then shared variables would be an option. On the same note, you could also write each of the desired values to a file. Hope this helps!
--Ryan S.