ABB ACS550 VFD: Difference between revisions
added mbpoll commands |
added more mbpoll commands |
||
| Line 23: | Line 23: | ||
<code>mbpoll</code> commands to interact with the VFD: | <code>mbpoll</code> commands to interact with the VFD: | ||
<pre># monitor output frequency (displays Hz * 10) | <pre># to turn the spindle on | ||
./mbpoll /dev/ttyUSB0 6 -b 9600 -s 1 -P none -a 1 -r 1 -t 4 | |||
sleep 0.1 | |||
./mbpoll /dev/ttyUSB0 7 -b 9600 -s 1 -P none -a 1 -r 1 -t 4 | |||
./mbpoll /dev/ttyUSB0 15 -b 9600 -s 1 -P none -a 1 -r 1 -t 4 | |||
./mbpoll /dev/ttyUSB0 47 -b 9600 -s 1 -P none -a 1 -r 1 -t 4 | |||
./mbpoll /dev/ttyUSB0 111 -b 9600 -s 1 -P none -a 1 -r 1 -t 4 | |||
# to turn the spindle off | |||
./mbpoll /dev/ttyUSB0 6 -b 9600 -s 1 -P none -a 1 -r 1 -t 4 | |||
# monitor output frequency (displays Hz * 10) | |||
./mbpoll /dev/ttyUSB0 -b 9600 -s 1 -P none -a 1 -r 103 -t 4 | ./mbpoll /dev/ttyUSB0 -b 9600 -s 1 -P none -a 1 -r 103 -t 4 | ||