03-12-2013 01:15 PM - edited 03-12-2013 01:15 PM
hi,
I am new to Test stand , I would like to know the diffference b/w Action and F (x) Statment ....pls let me know the info.
thanks
03-12-2013 01:36 PM
hi mandya,
the basic difference is that with an action step you can call an external code module (DLL, ActiveX component, LabbVIEW and so on -- it depends how you set the module adapter of the action step). The statement step does not have this functionality, it is just for manipulation of variables or for access to the teststand API. If you use the action step with the none adapter then you basically have the same functionality, that means the statement step is the action step without the ability to call a module.
ciao
w.
03-12-2013 03:25 PM
thanks for your reply.....