09-11-2024 11:52 AM
@UliB wrote:
@GOB34 wrote:
I have what I think is the correct structure for the overall VI but I am running into what I think is a basic indexing issue where I am not filling the cluster in the first for loop.
Try to change 'ChannelsAndCalibrations' constant from array to element.
Right now you have 8 indexing input tunnels and the one with the lowest number of elements controls the loop count, which is 0 from the array constant.
right on!
09-11-2024 11:53 AM - edited 09-11-2024 11:56 AM
pull the cluster out of the array
09-11-2024 11:53 AM
Thanks Doug - could you see my question on how to properly do this - I replied just as you were replying!
09-11-2024 11:59 AM
@GOB34 wrote:
Thanks Doug - could you see my question on how to properly do this - I replied just as you were replying!
It is tough to describe as it is a finesse mouse gesture. Try selecting the cluster in the array constant. Ctrl drag the cluster out of the array.
Alternative:
Drop a new instance of your cluster typedef on the diagram and use that as the template when bundling the configuration cluster.
09-11-2024 12:00 PM
like this?
09-11-2024 12:02 PM
09-11-2024 12:50 PM - edited 09-11-2024 12:52 PM
EDIT;
disregard, I had forgot to wire something!
09-11-2024 01:08 PM - edited 09-11-2024 01:14 PM
I am running into a problem in that after I create these channels with the custom scaling, I get an error that the read has no physical channels specified.
Shouldn't the physical channels I specify when I create channels carry over to the start task via the task reference?
PID scale SubVI:
09-11-2024 01:21 PM
Figured it out!
Had to update my Hardware cluster with the new task info in order to send all that new configuration to the acquire VI!
10-06-2024 05:13 PM
Hi Altenbach -
Would you recommend changing the method of indicators?
Thanks