11-19-2012 10:21 AM - edited 11-19-2012 10:23 AM
Hi,
I have an array (1d) with 178 double values, Each value has an indicator in the front panel. I wanted to know how to split the array and send 178 values to 178 indicators present in front panel. Are tabels useful in these case?
11-19-2012 10:41 AM
Tables are very useful in this situation. I really hope you don't have 178 numeric indicators on your front panel. That would be one crowded panel.
11-19-2012 10:52 AM
I agree with crossrulz,
I hope you do not have 178 numeric indicators on your front panel. Yikes! 😮
A table definitely makes sense. Everything must (and can) fit within a single screen.
11-19-2012 10:58 AM
Even an array indicator would be preferable to maintaining 178 indicators but, IF you MUST something like this would get you there with enough wires.
Silly Snippett tool. those ref controls should be control refs.
11-19-2012 11:09 AM
Jeff·Þ·Bohrer wrote:Silly Snippett tool. those ref controls should be control refs.
Code Capture Tool is far superior than the built in snippet tool. It's also available via VIPM on the LV Tools Network.
11-19-2012 01:18 PM
@crossrulz wrote:
Jeff·Þ·Bohrer wrote:Silly Snippett tool. those ref controls should be control refs.Code Capture Tool is far superior than the built in snippet tool. It's also available via VIPM on the LV Tools Network.
I know. I even have it installed I should just re-target that old menu shortcut with my own QDSC but I'm just a bit lazy about that.
11-30-2012 09:24 AM
Hi,
R there any detailed examples wrt my situation. If so pls post it
11-30-2012 05:14 PM - edited 11-30-2012 05:15 PM
@jay090909 wrote:
I have an array (1d) with 178 double values, Each value has an indicator in the front panel. I wanted to know how to split the array and send 178 values to 178 indicators present in front panel. Are tabels useful in these case?
If you have 178 numeric indicators, simply use "index array", expand it for 178 outpus, and wire the terminals in sequence.
Can you show us a picture of your front panel?