03-29-2016 11:21 AM
Is there an alternative for struct and eval functions to be used in mathscript?
03-30-2016 01:51 PM
Hi Yazin,
What are you trying to achieve in your project? In what context are you using your functions and why are you trying to avoid using them? What problems are you running into when you are using these functions? Is there an error that comes up when you are using these functions?
Thanks for letting me know! Your answers will help me in assisting you further with this issue.
03-30-2016 02:16 PM
03-31-2016 01:54 PM
Hi Yazin,
Eval functions are not supported by the myRIO sincce it uses the Real Time Engine. The following document highlights this:
http://zone.ni.com/reference/en-XX/help/373123C-01/lvtextmath/msfunc_eval/
Structs are supported in LabVIEW. The following document shows how mathscript creates structs:
http://zone.ni.com/reference/en-XX/help/373123B-01/lvtextmathmain/using_ms_structs/
I executed the example on my LabVIEW, which did work. Why are you using the eval function? What is the purpose of the Mathscript in your code and what are you goals for your project? What are you trying to accomplish?