01-21-2020 03:12 AM
Hi,
I don't know how to fix the errors in my vi. I used the biomedical toolkit. Can someone maybe explain what i did wrong ?
Solved! Go to Solution.
01-21-2020 03:19 AM
From the image, all I can tell you is you're missing some typedefs.
These are files with the extension ".ctl" and you're looking for at least "freq specs" and "ripple specs", although those may not be the file names.
The correct fix is to find the typedefs.
Given the datatypes, a possible "quick fix" that may cause future trouble would be to right click on the greyed boxes with the black arrows in the top left corners and choose disconnect from typedef.
I don't recommend that solution unless you really can't get hold of the files though, and I'd suggest using them to recreate the typedefs after if you must go in this direction.
02-04-2020 06:24 AM
Thank you for you help. It almost solved als my errors 😉