MATRIXx

cancel
Showing results for 
Search instead for 
Did you mean: 

***W*** No symbol(s) found

Solved!
Go to solution

What does this warning mean?

 

load file = "mysbdfile.sbd"


***W*** No symbol(s) found
`load' file = "c:\mysbdfile.sbd"

 

mysbdfile.sbd is a Signal Build Model with User Code Blocks.

 

Regards,

Andreas

0 Kudos
Message 1 of 4
(12,185 Views)

Hi Andreas,

 

This warning has come up before when there are no variables in Xmath. Is this the case with you?

0 Kudos
Message 2 of 4
(12,169 Views)

Well, there was no variables in Xmath, but trying to define some and calling the same command (open file = ...) doesn't seem to affect it, I still get this warning. It seems to depend on which file I choose to load, but I can't figure out what this warning really means...

 

It might depend on which function name the User Code Block calls in some way...

 

Andreas

0 Kudos
Message 3 of 4
(12,166 Views)
Solution
Accepted by topic author andreasse

I'll post the answer I've got from the support, if someone else also would like to know

 

> The "*** W *** No symbols(s) found" is just a warning since the open and save command expect variables to be in the file.
> The warning is to let you know that nothing was changed in Xmath.
> To remove the warning, add {build} to the end of the open or load command to indicate you only want to load SystemBuild data.

Andreas

 

0 Kudos
Message 4 of 4
(12,158 Views)