USA57 Revision
1.2
51
Command:
aW
Oscillating (Sinusoidal) Motion Frequency
Type:
Motion Command
Syntax: aW
n
Range:
n = 0 to 2,147,483,648
Description:
Sets the frequency of oscillation of an oscillating (sinusoidal) move. The
frequency is determined by: n * 20000/(1024 * 65536).
Example:
/1aW51200R<CR>
“/” Is the start character. Lets Accuriss know that a command string will follow.
“1”
Is the device address, (this is preset at the factory).
“aW200” Sets the oscillation frequency to 200 * 20000/(1024 * 65536) = 0.059 hz
“R” Instructs Accuriss to run the command(s) that are in the communication buffer.
“<CR>” Tells Accuriss that the command string is complete and causes the command to
be executed since an R is included in the command string.