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 »

There are several settings in the ViX that are considered to be System Variables and not commands. The actual position, PA, is one of them.

To read a system variable the syntax is: nR(xx)
where n stands for the device address and xx stands for the system variable.

For example, to read the actual position on a ViX with the address of 1, the syntax is:
1R(PA)

To set a System Variable the syntax is nW(xx,yy)
where the n stands for the device address, the xx stands for the system variable and the yy stands for the value of the variable

For example, to set the actual position to zero on a ViX with the address of 1, the syntax is:
1W(PA,0)

Some System Variable are read-only and others can be either written to or read from..

Please refer to your user guide for a list of System Variables.

  • No labels

0 Comments

You are not logged in. Any changes you make will be marked as anonymous. You may want to Log In if you already have an account.