11-07-2010 04:26 AM
Hi all
How can I reshape an 2D boolean array as follow ?
(This is for printing on cylindrical objects such as a thick cord)
To this :
11-07-2010 09:24 AM
For more than 2 characters you have to make modifications.
JM
11-07-2010 02:20 PM - edited 11-07-2010 02:22 PM
09-02-2015 06:08 AM
I have used your code (H-flip) and found that in some cases maybe it is incorrect. I have attached 2 images for your review.
Input: output array (output from another block)
Output: H-flip array
Do you have any suggestion?
Thank you 🙂
09-02-2015 06:36 AM - edited 09-02-2015 06:47 AM
Compare your VI to the example mostly more carefully. You didn't wire up the second part of the first array function.
\What is the point of adding zero to a number?
09-02-2015 10:50 AM - edited 09-02-2015 10:52 AM
@eric.miller wrote:
Do you have any suggestion?
09-02-2015 11:30 AM - edited 09-02-2015 11:35 AM
Thank you
This wire is too small so that i could not see it...
"What is the point of adding zero to a number?"
---> I checked the operation of the your program...
"Next time just download the attached VI instead of wiring up an incomplete version yourself from scratch"
---> I am learning LabVIEW, so I want to do everything by myself thank for your support
09-02-2015 01:57 PM
@eric.miller wrote:
"What is the point of adding zero to a number?"
---> I checked the operation of the your program...
That zero does not exist in my program. In the other version, I insert the sign function. It operates on the remainder and increase the number of iterations by one if the size is not evenly divisible.
@eric.miller wrote:
"Next time just download the attached VI instead of wiring up an incomplete version yourself from scratch"
---> I am learning LabVIEW, so I want to do everything by myself
thank for your support
You should still download my code, run it side-by-side, and see if the results are different. Then do some probing and debugging to see where the wire values differ.
09-03-2015 02:16 AM
Why do I feel like a game of Tetris after reading one of Altenbach's posts?