Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

When you download a program to the ViX intelligent drives, the first 2 lines of code MUST be the following:

nK ---- kill or stop any program currently running
nCLEAR(ALL)---- Erase all existing programs

The n indicates the device's address.

Please keep in mind that if you upload the code and make modifications, you MUST insert these lines at the top of your code before downloading. Failing to do so will result in an error during the download.

  • No labels