You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please fill this template for more accurate and prompt support.
Which DYNAMIXEL SDK version do you use?
ex) 3.7.31
Which programming language/tool do you use?
LabVIEW (2021, 64-bit)
Which operating system do you use?
Windows 10
Which USB serial converter do you use?
U2D2
Which DYNAMIXEL do you use?
AX-12W
Have you searched the issue from the closed issue threads?
Yes
Please describe the issue in detail
I am trying to build the library in LabVIEW following the instructions provided. Unfortunately only a subset of the functions can be wrapped (see attached screenshot)
I can take the library creation to completion but given that many functions are not implemented in LabVIEW, I cannot run the example VIs. LabVIEW gives the following error for the functions that fail to import.
"The function cannot be imported into LabVIEW. This might be caused by one of the following problems:
The function is not declared in the header file but is exported in the library.
Check the header file to make sure it contains declarations of the function.
Undefined symbols can prevent the wizard from recognizing functions and parameters. To correct this problem, check the header file to determine if you must add preprocessor definitions. Click the Back button to return to the previous page of the wizard to add a preprocessor definitionsl (for example, "NIAPI_stdcall = __stdcall" or "NIAPIDefined = 1").
WINDLLEXPORT;_MSC_VER;APPLE;GNUC;linux;
The following header file was not found in the specified header file or one of the referenced header files:
stdio.h
stdint.h
To fix, click the Back button to go to the previous page and add the header file path to the Include Paths list."
How can we reproduce the issue?
Try to build the SDK library in LabVIEW (I am using LabVIEW 2021, 64-bit version)
Thanks in advance for your help!
The text was updated successfully, but these errors were encountered:
ISSUE TEMPLATE ver. 1.2.0
Please fill this template for more accurate and prompt support.
Which programming language/tool do you use?
LabVIEW (2021, 64-bit)
Which operating system do you use?
Windows 10
Which USB serial converter do you use?
U2D2
Which DYNAMIXEL do you use?
AX-12W
Have you searched the issue from the closed issue threads?
Yes
I am trying to build the library in LabVIEW following the instructions provided. Unfortunately only a subset of the functions can be wrapped (see attached screenshot)
I can take the library creation to completion but given that many functions are not implemented in LabVIEW, I cannot run the example VIs. LabVIEW gives the following error for the functions that fail to import.
"The function cannot be imported into LabVIEW. This might be caused by one of the following problems:
The function is not declared in the header file but is exported in the library.
Check the header file to make sure it contains declarations of the function.
Undefined symbols can prevent the wizard from recognizing functions and parameters. To correct this problem, check the header file to determine if you must add preprocessor definitions. Click the Back button to return to the previous page of the wizard to add a preprocessor definitionsl (for example, "NIAPI_stdcall = __stdcall" or "NIAPIDefined = 1").
WINDLLEXPORT;_MSC_VER;APPLE;GNUC;linux;
The following header file was not found in the specified header file or one of the referenced header files:
To fix, click the Back button to go to the previous page and add the header file path to the Include Paths list."
Try to build the SDK library in LabVIEW (I am using LabVIEW 2021, 64-bit version)
Thanks in advance for your help!
The text was updated successfully, but these errors were encountered: