09-26-2014 05:33 AM
Hi
I have made an application for measuring frequency via a HP34970A.
HP34970A Closes port 101 --> HP5313 measures --> and then HP34970A open the port 101 again. Contunies to port 102.
i want to use #101 & #102 but # "" is added as well, and gives me a 50sec timeout waiting period.
The probe watch for the channel list input shows 101, 102 & "".
On the output it gives me
#101 reads 5,8ms
#102 reads 1,6ms
# "" reads 0,0000000
How can i remove "" from the channel list? i am sure it is not in the list itself, only 2 channels there.
Thanks,
Solved! Go to Solution.
09-26-2014 06:53 AM
Your loop shouldn't iterate more than twice. So I see no reason it should try for a third time. Is there more to the code than what you gave us here?
And you are not opening your relays. You need to wire the Channel List of your last sequence frame.
09-26-2014 07:12 AM
Hello
I have wirered the channel list to the last frame now, but it changes nothing. I thought all relays would open when the channel list is not wiered, maybe i am wrong?
Adding an image for the rest of the application. Ignore the fact that is only shows #101.As far as i can see it should only iterate 2 times, for each frame?
I copied this from an earlyer vertion where it works fine...what am i missing?
Thanks,
09-26-2014 07:26 AM
Expand that first array constant to make sure there isn't an empty string in the third item.
09-29-2014 01:14 AM
Hello again
I ended up deleting the string input, and re-creating it. There was no "spaces" or anything in the one i deleeted, but recreating it fixed it.
Thanks for the input.