09-14-2006 10:14 AM
09-14-2006 01:12 PM
09-14-2006 01:21 PM
Aha...that makes sense...so what you're saying is that the EZ-Kit will be initiating the debug link, not the PC.
I have two NIC (wireless and wired) devices in my laptop....is it possible that the address of the wireless NIC is being compiled into the code? And if that's true, is there any easy way to change that behavior, or should I just disable my wireless adaptor during debug?
(I'm doing eval in a coffee shop using wireless to do web stuff, while using the wired port for the EZ-Kit)
09-14-2006 01:39 PM
Hey Michael,
Upon closer inspection on my part, it looks like the IP is passed as a commandline parameter to lvEmbeddedMain.c? If all else fails, I could modify "...LabVIEW 7.1 Embedded\CCodeGen\libsrc\main\lvEmbeddedMain.c" to provide a specific IP address (hard-coded...yuck!)?
09-14-2006 02:21 PM - edited 09-14-2006 02:21 PM

The implementation of the Blackfin target is partially located in "plug-in" VIs that you can access. Open "C:\Program Files\National Instruments\LabVIEW 7.1 Embedded\resource\LabVIEW Targets\Embedded\vdk\vdk_LEP_TargetPlugin\LEP_vdk_ScriptCompiler.vi". You can see in the attached screenshot where this plugin VI determines the IP of the host PC and concatenates it in as a compiler flag. You can modify this LabVIEW code to hard-code that IP if you have multiple IP addresses, or even add functionality to programmatically get the correct IP address!Message Edited by Michael P on 09-14-2006 02:22 PM
09-14-2006 02:47 PM