LabVIEW Communications System Design Suite

cancel
Showing results for 
Search instead for 
Did you mean: 

show me how can i make subVI 1 , subVI 2 and addressing pattern in this ping pong diagram

Untitled.png i need to use the ping pong diagram but i still not know how can i make this sub VI 1 , sub VI 2 and addressing pattern ,,,,,,,,, what eash of these consists of 

0 Kudos
Message 1 of 12
(4,009 Views)

You probably need to give significantly more information before we can help.

 

(EDIT: Ah now you at least added a picture. Still not clear what you want.)

 

What LabVIEW versions is this?

Message 2 of 12
(4,004 Views)

this version is  a labview communication 

i need to use this ping pong to which doubles the size of the array and allows the loops to process separate halves of the array simultaneously.

0 Kudos
Message 3 of 12
(3,982 Views)

Looks like Vee, not G.

"If you weren't supposed to push it, it wouldn't be a button."
0 Kudos
Message 4 of 12
(3,966 Views)

Which version of LV Comms?


Certified LabVIEW Architect, Certified Professional Instructor
ALE Consultants

Introduction to LabVIEW FPGA for RF, Radar, and Electronic Warfare Applications
0 Kudos
Message 5 of 12
(3,927 Views)

What are subVI 1 and subVI 2 supposed to?

Do you want to know how to make any subVI?

http://www.ni.com/documentation/en/labview-comms/2.0/g-prog/creating-a-subvi/


Certified LabVIEW Architect, Certified Professional Instructor
ALE Consultants

Introduction to LabVIEW FPGA for RF, Radar, and Electronic Warfare Applications
0 Kudos
Message 6 of 12
(3,911 Views)

Ping pong, or double buffer, memory implementations tend to increase the throughput of an Optimized FPGA VI as compared to single buffer memory implementations, especially for VIs that include cascading loops.

 

Version:
0 Kudos
Message 7 of 12
(3,891 Views)

This is an FPGA VI?  I did not know that.

Are your arrays fixed size?


Certified LabVIEW Architect, Certified Professional Instructor
ALE Consultants

Introduction to LabVIEW FPGA for RF, Radar, and Electronic Warfare Applications
0 Kudos
Message 8 of 12
(3,886 Views)

not fixed size

 

0 Kudos
Message 9 of 12
(3,875 Views)

FPGAs do not support dynamically sized arrays.


Certified LabVIEW Architect, Certified Professional Instructor
ALE Consultants

Introduction to LabVIEW FPGA for RF, Radar, and Electronic Warfare Applications
0 Kudos
Message 10 of 12
(3,869 Views)