Motion Control and Motor Drives

cancel
Showing results for 
Search instead for 
Did you mean: 

how to clear on board a on-board program in 7344?

Hi
Is there any way to know whether any on board program is running in 7344. How to clear an on-board program in 7344.
Further how to output a value using the DAC in 7344 on board programming.
0 Kudos
Message 1 of 2
(2,980 Views)
Yes, if you use the Read Program Status function either in LabVIEW, C++, or VB it will return the status of any program you have onboard. Another easy way to find out if an onboard program is running is to use Measurement and Automation Explorer. Under the section called Device Resources for the 7344, you will find a Tab called On-Board Memory Manager. Clicking on this tab will show you which programs are running and if you right clikc on them you can start them stop them, delete them from RAM or save them to flash. You can also use the Object Memory Management function to Save, delete or free a program from RAM programmatically.
0 Kudos
Message 2 of 2
(2,980 Views)