From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

MPPT - array build

Hello,

I'm a student in Power engineering and I'm trying to build a MPPT simulation.

My question is, how can I make from two different arrays one common. EXP:  1D {1,1,1}  2D {0,0,0,0,0,0}  --> 3D {1,1,1,0,0,0,0,0,0}

My purpose is to get a Duty Cycle (digital) and connect it to the boost convertor

 

3D array is the final pulse where T(on) is 1,1,1 and T(off) is 0,0,0,0,0,0

Those array's parts have to be out put in 5us each one 

Thanks

0 Kudos
Message 1 of 2
(2,010 Views)

Hi student,

 

you want to concatenate two 1D arrays into one, there is no 2D or 3D array in your example.

Use a BuildArray node and set it (by right-click menu) to concatenate mode!

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 2
(2,006 Views)