Skip to content

Commit

Permalink
improved Bella TW and Craftsmith setups
Browse files Browse the repository at this point in the history
  • Loading branch information
MAKOMO committed Dec 21, 2022
1 parent 198ab02 commit d559cf7
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/artisanlib/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '2.8.3'
__version__ = '2.8.2'
__revision__ = '0'
__build__ = '0'

Expand Down
7 changes: 4 additions & 3 deletions src/includes/Machines/BellaTW/EVO.aset
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,9 @@ littleEndianFloats=false
parity=O
port=502
stopbits=1
timeout=0.4
timeout=0.5
type=0
wordorderLittle=true
optimizer=true
fetch_max_blocks=false
optimizer=false
fetch_max_blocks=false
modbus_serial_extra_read_delay=0.03
3 changes: 2 additions & 1 deletion src/includes/Machines/Craftsmith/Craft.aset
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,9 @@ littleEndianFloats=false
parity=O
port=502
stopbits=1
timeout=0.4
timeout=0.5
type=0
wordorderLittle=true
optimizer=false
fetch_max_blocks=false
modbus_serial_extra_read_delay=0.03
3 changes: 2 additions & 1 deletion src/includes/Machines/Craftsmith/Craft_air.aset
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,10 @@ parity=O
port=502
reset_socket=false
stopbits=1
timeout=0.4
timeout=0.5
type=0
wordorderLittle=true
modbus_serial_extra_read_delay=0.03

[ExtraComm]
extrabaudrate=@Variant(\0\0\0\t\0\0\0\x1\0\0\0\x2\0\0\x96\0)
Expand Down

0 comments on commit d559cf7

Please sign in to comment.