10-08-2014 02:23 AM
thank u GerdW
can u tell me how can I use of visibilty of an object? for example, I Have 5 water tank but I want see just 2 of them. user Enter 2, and 3 water tank invisible.
10-08-2014 02:26 AM
10-08-2014 03:35 AM
Hi GerdW and tnx
I used Array, but Array cant output binary number to control more than 1 object. can I set to binary numbers?
10-08-2014 03:38 AM
Hi behzad,
but Array cant output binary number to control more than 1 object. can I set to binary numbers?
How is "water tank level" related to outputting binary numbers?
When you have numeric controls you can set them to show binary formatted number in their property dialog (when they are using integer represantations!).
10-08-2014 03:47 AM
tnx,
visibility block input of water tank is true false or binary format. I cant find binary format for an array, can u address me please?
10-08-2014 03:56 AM
10-08-2014 04:05 AM
No, i want invisible some of object(some of tank) in running program. each object has invisible block that active with a boolean number.
10-08-2014 04:10 AM
10-08-2014 05:16 AM
I attached the picture.
we dont know the number of tank, result, I want user select invisible tanks with an array with zero one boolean number.
10-08-2014 05:20 AM
Hi behzad,
when you want tu use this array to control visibility you should make it an integer array…
Use ">0" comparison followed by IndexArray to get your bits!
Other approach: use a scalar integer numeric input, set it's display format to "%b" and use "number to bool array" to get your boolean array controlling the visibility…