05-21-2015 01:52 AM
Please would appreciate any guidance on how to input a Pass/Fail in the 'Status' column of multiply which is dependent on my output.
Thanks
Solved! Go to Solution.
05-21-2015 02:34 AM
05-21-2015 02:37 AM
Its a continuation. 🙂
Using a different approach and not sure if I could continue on the previous thread hence a new one
Sorry if its an inconvenience
05-29-2015 04:56 AM
Still looking forward to some sort of help.
Thanks
05-29-2015 07:54 AM
It looks like that thread answered all of your questions and posted some very useful code. What part of using it are you having troubles with?
Also please come up with some more descriptive titles.
https://decibel.ni.com/content/docs/DOC-40451
Unofficial Forum Rules and Guidelines
Get going with G! - LabVIEW Wiki.
17 Part Blog on Automotive CAN bus. - Hooovahh - LabVIEW Overlord
06-01-2015 01:34 AM
Thanks. I'm trying a different approach and can't seem to be able to get the pass/fail comment to display in the last column 'status' using this new approach.
Don't knw if this makes sense
06-01-2015 07:01 AM
@FemiF wrote:
Don't knw if this makes sense
It doesn't. Post code of the new method if the old one doesn't fit your needs.
Unofficial Forum Rules and Guidelines
Get going with G! - LabVIEW Wiki.
17 Part Blog on Automotive CAN bus. - Hooovahh - LabVIEW Overlord
06-01-2015 07:08 AM
Already did. Thats the attachment at the start of the post.
Want to input a Pass/Fail after the output column which is dependent on the result of the output.
sort of started on the 'multiplication'
06-01-2015 08:51 AM - edited 06-01-2015 08:51 AM
You are already using the insert into array function to insert the whole third column (index 2) so do the same for your status column using the insert into array with column index set to 3, and provide an array of strings which has an item of Pass or Fail for each row.
Unofficial Forum Rules and Guidelines
Get going with G! - LabVIEW Wiki.
17 Part Blog on Automotive CAN bus. - Hooovahh - LabVIEW Overlord
06-01-2015 09:01 AM
thanks.
I'm a bit lost though
"and provide an array of strings which has an item of Pass or Fail for each row"
what do you mean by this?