Hello Spencer,
No, I�m not running into speed limitations. The problem lies in that the current solution I have was developed before me and it was done in LV5.0 and the way this was done was by using a multitude of local and global variables, (more than 500 nodes per variable), to capture pre-trigger data. I am now using LV6.1 and I would like to make changes to the existing code using LV6.1 but I can't because LV6.1 doesn't like to see more than 500, (more or less), nodes.
Since you are saying that it isn't possible to read acquired data before the trigger occurs, I will have to come up with a software buffer that could be used to allow what I need. I am thinking of using the QUEUE VI's. I would set a pre-trigger buffer of the required size a
nd wait for a trigger on a limit previously set, when this is satisfied then start saving data from that point on.
Any suggestions?
Thanks,
Atwork