You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using MSK TinyBee to control four motors. UART is used to connect with an external serial display. I created a serial monitor software for that external display and I can type commands to control the board.
[MSG:INFO: FluidNC v3.7.12 https://github.com/bdring/FluidNC]
[MSG:INFO: Compiled with ESP32 SDK:v4.4.4]
[MSG:INFO: Local filesystem type is spiffs]
[MSG:INFO: Configuration file:1.yaml]
[MSG:DBG: Running after-parse tasks]
[MSG:DBG: Checking configuration]
[MSG:INFO: Machine K40 Laser]
[MSG:INFO: Board MKS TinyBee V1.0_001]
[MSG:INFO: UART1 Tx:gpio.17 Rx:gpio.16 RTS:NO_PIN Baud:115200]
[MSG:INFO: I2SO BCK:gpio.25 WS:gpio.26 DATA:gpio.27]
[MSG:DBG: SPI not defined]
[MSG:DBG: See http://wiki.fluidnc.com/en/config/sd_card#sdfallbackcs-access-sd-without-a-config-file]
[MSG:INFO: Stepping:I2S_static Pulse:4us Dsbl Delay:0us Dir Delay:1us Idle Delay:0ms]
[MSG:INFO: User Digital Output:0 on Pin:gpio.14:low]
[MSG:INFO: User Digital Output:1 on Pin:gpio.13:low]
[MSG:INFO: User Digital Output:2 on Pin:gpio.12:low]
[MSG:INFO: User Digital Output:3 on Pin:gpio.21:low]
[MSG:INFO: User Digital Output:4 on Pin:gpio.4:low]
[MSG:INFO: User Digital Output:5 on Pin:gpio.0:low]
[MSG:INFO: Axis count 5]
[MSG:INFO: Axis X (-411.000,0.000)]
[MSG:INFO: Motor0]
[MSG:INFO: stepstick Step:I2SO.1 Dir:I2SO.2 Disable:I2SO.0]
[MSG:INFO: X Neg Limit gpio.33:low]
[MSG:DBG: X Neg Limit 0]
[MSG:INFO: Axis Y (-182.000,0.000)]
[MSG:INFO: Motor0]
[MSG:INFO: stepstick Step:I2SO.4 Dir:I2SO.5 Disable:I2SO.3]
[MSG:INFO: Y Neg Limit gpio.32:low]
[MSG:DBG: Y Neg Limit 0]
[MSG:INFO: Axis Z (-80.000,0.000)]
[MSG:INFO: Motor0]
[MSG:INFO: stepstick Step:I2SO.7 Dir:I2SO.8 Disable:I2SO.6]
[MSG:INFO: Z Neg Limit gpio.22:low]
[MSG:DBG: Z Neg Limit 0]
[MSG:INFO: Axis A (-3300.000,0.000)]
[MSG:INFO: Motor0]
[MSG:INFO: stepstick Step:I2SO.10 Dir:I2SO.11 Disable:I2SO.9]
[MSG:INFO: A Neg Limit gpio.35:low]
[MSG:DBG: A Neg Limit 0]
[MSG:INFO: Axis B (-15.000,0.000)]
[MSG:INFO: Motor0]
[MSG:INFO: stepstick Step:I2SO.13 Dir:I2SO.14 Disable:I2SO.12]
[MSG:INFO: B Neg Limit gpio.2]
[MSG:DBG: B Neg Limit 1]
[MSG:INFO: cycle_start_pin gpio.39:low]
[MSG:INFO: Kinematic system: Cartesian]
[MSG:INFO: PWM Spindle Ena:NO_PIN Out:gpio.15 Dir:NO_PIN Freq:5000Hz Period:8191]
[MSG:INFO: Using spindle PWM]
[MSG:INFO: WiFi is disabled]
User Interface Software
FluidTerm
What happened?
I have a short G-code file stored in spiffs and execute the code by "LocalFS/Run=/2.nc". However, while running, messages like "Low memory: 13242 bytes" showed up randomly and the size was descending. After reaching 0, the board restarted and the original task was somehow aborted.
In addition to the version problem, there are other problems that can happen when running long gcode files from localfs. Accessing FLASH as data can interfere with interrupts, which can cause problems with realtime step generation. We recommend using SD cards for gcode files.
Wiki Search Terms
"Low Memory"
"SD Card"
"LocalFS"
Controller Board
MSK TinyBee
Machine Description
Using MSK TinyBee to control four motors. UART is used to connect with an external serial display. I created a serial monitor software for that external display and I can type commands to control the board.
Input Circuits
No response
Configuration file
Startup Messages
User Interface Software
FluidTerm
What happened?
I have a short G-code file stored in spiffs and execute the code by "LocalFS/Run=/2.nc". However, while running, messages like "Low memory: 13242 bytes" showed up randomly and the size was descending. After reaching 0, the board restarted and the original task was somehow aborted.
GCode File
%
G21
G17 G21 G94
G90 G54 G92 x0Y0 Z0 A0 G0
G00 a-90
m62 p0
G04 p1
m63 p0
m0
G00 a0
G00 z-31
G00 y-198
m62 p4
g04 p1
G01 z0 f1000
G0 y -107
x-96
g1 z-53
m63 p4
g04 p1
G0 y0
x0
A-150
m62 p1
G04 p1
m63 p1
m0
G00 A0
z -60
y-171.85
m62 p4
g04 p1
z 0
y -218.85
z -15
m63 p4
g04 p1
y-198
z-60
m62 p4
g04 p1
z-50
y0
x-280
y-28
z-60
m63 p4
g04 p1
y0
x0
m62 p2
g04 p1
m63 p2
m0
z-60
x-280
y-28
m62 p4
g04 p1
z-50
y0
x-150
z-36
y-108
z-46
m63 p4
g04 p1
y0
x0
a-120
m62 p3
g04 p1
m63 p3
m0
a-150
m62 p3
g04 p1
m63 p3
m0
a0
x-150
y-108
m62 p4
g04 p1
z-36
y0
x0
y-198
z-60
m63 p4
g04 p1
z-53
y0
x-96
y-107
m62 p4
z0
x0
y-151
z-70
m63 p4
y0
G00 a-150
m62 p0
G04 p1
m63 p0
m0
G00 a-60
G00 z-31
G00 y-198
m62 p4
g04 p1
G01 z0 f1000
G0 y -107
x-96
g1 z-53
m63 p4
g04 p1
G0 y0
x0
A-210
m62 p1
G04 p1
m63 p1
m0
G00 A-60
z -60
y-171.85
m62 p4
g04 p1
z 0
y -218.85
z -15
m63 p4
g04 p1
y-198
z-60
m62 p4
g04 p1
z-50
y0
x-280
y-28
z-60
m63 p4
g04 p1
y0
x0
m62 p2
g04 p1
m63 p2
m0
z-60
x-280
y-28
m62 p4
g04 p1
z-50
y0
x-150
z-36
y-108
z-46
m63 p4
g04 p1
y0
x0
a-180
m62 p3
g04 p1
m63 p3
m0
a-210
m62 p3
g04 p1
m63 p3
m0
a-60
x-150
y-108
m62 p4
g04 p1
z-36
y0
x0
y-198
z-60
m63 p4
g04 p1
z-53
y0
x-96
y-107
m62 p4
z0
x0
y-151
z-70
m63 p4
y0
G28
M30
%
Other Information
If I use a shorter G-code, I do not have such issue.
The text was updated successfully, but these errors were encountered: