This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

ADS1261EVM: Device Script - Command table

Part Number: ADS1261EVM
Other Parts Discussed in Thread: ADS1261,

Hello,

I want to make a specific script for my ADS1261EVM board. I consulted the "Getting started Guide" for the evaluation board and the manual for the "Delta-Sigma ADC EvaluaTIon Software". Now I got the command list for the ADS1261 and this from the manual:

I want to know, wheater there is a complete table of the Device Script commands. I cannot find them but would like to know what types of commands there are and get a detailed description.
Example: "PAUSE commands block execution until manually resumed to allow time to perform work between commands." What means manually resume in this case?

I can see those commands are used in the GUI but are not provided in the script editor.

best regards

  • Hi Paul,

    The ADS1261EVM commands are given in Table 7 in the EVM user's guide: https://www.ti.com/lit/pdf/sbau293

    The only additional commands you have access to are in Section B.1 that you included in your last post: DELAY and PAUSE

    "Manually resume" means that you need to interact with the GUI in order for the script to continue. The script will not pause for some amount of time and then continue (this is what DELAY is for). Instead, after the PAUSE command is given, you must physically acknowledge the message box before the next command can be executed, as shown below.

    -Bryan