vcTrend and vScreen in AS6 [downloader]

Hi Visualization Community,

Is anyone aware of a solution for the vcTrend and vScreen libraries in AS6? They are pre-compiled libraries available for download on the B&R website here:
VC Screen handling (vScreen) | B&R Industrial Automation

Trend Library (vcTrend) | B&R Industrial Automation

However, there are no versions compiled for AS 6 on those pages.

For context, I am looking into upgrading an AS4 C70 VC4 application to an AS6 C650 VC4 application.

Said VC4 application uses the following vcTrend functions: TR_init, TR_deinit, TR_addGrid, TR_addChart, TR_draw

Best,

Isaac

Hi @beani ,
I got the source code last year from Application Team in AT. I used them with AS 4.12, but never with AS 6.
I’ll send you as soon as I find them.

@phaehnel Could you please send those libraries to Isaac, thanks!
Ciao

Valerio

That is the project that contains the last version of the libraries in non binary format.
We are not really supporting the vScreen and vcTrend libary anymore, so anyone can now just take and build them from there.

VScreen_DevProject.zip (918.1 KB)

Thank you Philipp! I tested the source files building and graphing in AS6 ARSim. For anyone using this zip in AS6, after extracting ensure to use the source libraries for vcTrend and vScreen located in 2_8bpp_AS4\2_Source\source\Logical\Libraries not the libraries located in 2_8bpp_AS4\5_LibBinary, which are precompiled binary libraries for AS4.