07-29-2013 01:12 PM
Hi
I am using the new vision builder AI 2012 and I am searching a user manual or something similar to learn how the arrays can be used. i want to create a function in the calculator and I need some advice. is there anywhere a manual?
greetings
Oliver
Solved! Go to Solution.
07-29-2013 05:03 PM
07-30-2013 01:36 AM
Thanks,
but there is nothing about the new matrix operations of VBAI 2012 inside.
Is there any else user manual which has a description about these new matrix functions?
greetings
Oliver
07-30-2013 07:40 AM
I don't think there is detailed documentation on each function in the Calculator step. Maybe it would help if you described what you want to do. There is also an updated Array Operator Step in VBAI 2012, that does have documentation (Ctrl-H) while editing step. The Calculator step has common array operators like build array, delete from array, index array, ect. and you can also use arrays with the For Loop to go through every item in the array. If you could tell us what you want to do, that would make it easier to help.
Thanks,
Brad
07-30-2013 08:03 AM
Hello Brad
I want to calculate 36 times 4 values and store them in a matrix. Finally I want to forward four 1D Arrays each with 36 values to the next steps.
I attached a screenshot to this posting how I did it.
When I debug this code, everything seems to be ok. But in the following steps the values are not correct. I think something is wrong by taking over the results to the next steps.
What do you think?
greetings
Oliver
07-30-2013 12:34 PM
It does look like the arrays are fine, so I'd have to see how you're trying to use them...could you include a simple inspection to illustrate your problem.
Thanks,
Brad
07-31-2013 08:34 AM
Hello Brad
yesterday I talked to the support in germany and we found the problem. The arrays were not connected correctly. I fixed this and the application is running now.
I attached a screenshot with the correct solution.
thank you very much for your help
best regards
Oliver