Open main menu
Home
Random
Log in
Settings
About CNC Wiki
Disclaimers
CNC Wiki
Search
Changes
← Older edit
Newer edit →
ABB ACS550 VFD
(view source)
Revision as of 23:07, 30 August 2019
428 bytes added
,
23:07, 30 August 2019
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
Fdarling
Bureaucrats
,
Interface administrators
,
Administrators
977
edits