Search found 1 match

by Carlo
23 May 2019, 12:07
Forum: logi.cals
Topic: C integration with ARRAY VAR
Replies: 1
Views: 21139

C integration with ARRAY VAR

Good morning, I'm integrating some C code into a logi.CAD 3 project and I need to define the interface for a C-block. One of the interface variable has to be an ARRAY OF STRING, as show in the code below: {extern_c} FUNCTION_BLOCK readConfigurationFile VAR_INPUT filePath : STRING[256]; END_VAR VAR_O...