Syntax
Binary code
Description | Stops the data acquisition of the variables selected in the Setup Logger Variables dialogue. To upload and plot the data saved in the drive’s acquisition buffer use the Logger | Upload Data menu command. |
Remark: To stop the data acquisition on all the axes for multi-axis logging, send a broadcast message with the STOPLOG command.
STOPLOG; | // Stop the data acquisition on the current axis |
[b]{STOPLOG;} | // Stop the data acquisition on all the axes. |
|