09-30-2005 01:37 AM - edited 09-30-2005 01:37 AM
Message Edited by Helmut_K on 09-30-2005 01:39 AM
Solved! Go to Solution.
09-30-2005 07:08 AM
10-04-2005 08:09 AM
10-04-2005 06:03 PM
Hi Helmut,
It appears that the reference type is different for the other FPGA.
Are typecasting the other FPGA reference? Basically, they should match types. I see the PXI-7831R. It is passing a cluster of refernences. Are these references identical in type to the one not shown? Am I correct to assume that you created the sub-vi and created the reference by combining two or more elements? If so, are the elements in the same order?
Can you place a couple of probes in your block diagram and re-post the same picture?
Proble #1: between the PXI-7831R sub-vi and the generic class reference.
Probe # 2: between the Case Structure and the Property Node.
Probe # 3: to the right of the generic class reference (where the red "X" is).
I suspect two things, either you are not using a generic class in the other Case, or the target class is different, or the elements of the reference cluster are not in the same order for the two clusters. I am not sure what happens when a target class is wired in one case but not the other..
However, the probe will show the contents of the clusters. They should match. If they don't, you can look for the source of the mismatch.
Hope this helps,
JLV
10-05-2005 02:02 AM
10-05-2005 02:03 AM
10-05-2005 07:15 AM
Hi Helmut,
As I suspected, the elements of the reference clusters are somewhat different. It would be nice to see a probe on the broken wire (red-X).
The probes 2 & 6 match. The contain the Execution Reference and the Execution Target.
Why do you need the Connector Pane & the Front Panel controls as part of that cluster? Would it be possible to use the reference cluster without the "Generic Class Reference"? In other words, connect the output of the PXI-7831R directly to the output of the Case Statement? Since they match, that would resolve the broken wire. I simply do not know if you need to use the connecor pane & front panel controls. I doubt it 😉
Try removing the Generic Class Reference. For some reason, it appends the front panel & connector pane to the reference cluster as shown in the 2nd image (probes 3 & 7). I suspect the elements should be similar to probes 2 & 6. Well actually, I am more familiar with a single reference which in this case would be the Execution Reference (only), typically a blue-green wire.
The first step is to resolve the reference cluster mismatch. They must have the same number of elements and the same types at the same locations. Without seeing the complete diagram, I cannot recommend using the execution reference only.... but it might be worth a try.. 😉
I am curious at what are the elements of the cluster at the broken wire.
Hope this helps.
Regards,
JLV
10-05-2005 05:55 PM
10-06-2005 10:25 AM - edited 10-06-2005 10:25 AM
Message Edited by Helmut_K on 10-06-2005 10:26 AM
10-06-2005 11:36 AM
You're welcomed.. 🙂
It is also nice to know that the Front Panel & Connector Pane have to be part of the cluster reference. And yes, clusters must be identical when wired together.
JLV