List of INI Commands
Command | Definition |
BITFIELD | Write a value to a bitfield of a register. |
DATATYPE | Define the data type and optional valid range of a named register or bitfield. |
DELAY | Delay a certain amount of time (in milliseconds) before continuing. |
ERROR_IF | Output an error message and stop execution if a condition is met. |
FAR1 | Write a value to a sensor register on the first attached camera. |
FAR2 | Write a value to a sensor register on the second attached camera. |
FIELD_WR | Write to a register or bitfield by name. Command works for any kind of register, variable or SFR. |
ICON | Define the icon for a User Toolbar button. |
IF_FIELD | Similar to LOAD, but conditioned on the value of a register. |
IF_REG | Similar to LOAD, but conditioned on the value of a register. |
IF_SERIAL | Similar to IF_REG, but can access any device on the SHiP bus. |
IMAGE | Set software to expect the given image size and type. Command does not change sensor mode. |
LOAD | Load a preset from an ini file. |
LOAD_PROM | Load a preset from an EEPROM. |
LOG | Add a text string to the Log window. |
MEM | Write a value to an SOC RAM location. |
MEM8 | Write a value to an 8-bit SOC RAM location. |
MEM32 | Write a value to a 32-bit SOC RAM location. |
MENUITEM | Define sub-menu items for a User Toolbar button. |
OPTION | Set a DevWare Option variable. |
POLL_FIELD | Poll a register. Similar to DELAY, but conditioned on the value of a register. |
POLL_REG | Poll a register. Similar to DELAY, but conditioned on the value of a register. |
POLL_VAR | Poll a variable. Similar to DELAY, but conditioned on the value of a variable. |
PROMPT | Give the user a multiple-choice dialog, or show a message. |
REG | Write a value to a register. |
REG_BURST | Write a sequence of register values in one bus transaction. |
SAVE_IMAGE | Write image data to files. |
SAVE_REGS | Write register values to a file. |
SENSOR_BASE | Set or detect the sensor SHiP base address. |
SERIAL_REG | Low-level write to Two-Wire Serial Interface register. |
SFR | Write a value to a special function register, on certain sensors. |
SFR8 | Write a value to an 8-bit special function register, on certain sensors. |
STATE | Set a variable within the software, not on the sensor. |
TOOLTIP | Define a tooltip for a User Toolbar button. |
VAR | Write a value to a firmware variable. |
VAR32 | Write a value to a 32-bit firmware variable. |
VAR8 | Write a value to an 8-bit firmware variable. |
XMCLK | Set the XMCLK (sensor external clock) frequency. |