I am using codesys v3.5 sp 9. I wanted to configure opc ua with the help of ua expert client. But i am not able to generate certificate? Is it not possible in this version?
Do i need to initialise C[k,i] to 0's? Something like this: c: array [1..5,1..5] of real := [25(0)];
Yes sorry C would be a new array. I want something like this c=a*b; I have edited the original problem statement.
Hello i want to multiply 2 arrays for one of my projects which i am currently working on. Here is the code which i am trying to run: Program POU VAR a: array [1..5,1..2] of real:= [1,2,3,4,5,6,7,8,9,1]; b: array [1..2,1..5] of real:= [1,2,3,4,5,6,7,8,9,1]; c: array [1..5,1..5] of real; END_VAR How can this be done? It would be great if someone can help me
I wanted to multiply the matrix a and matrix b which yields the result c = a*b.
Repairing the codesys installation could probably work.
I am not able to identify what you are trying to tell, would be great if you can explain.
But i checked and it seems isn't this library a paid one? And can't we multiply without matrix library?