Remora - ethernet NVEM / EC300 / EC500 cnc board
17 Apr 2022 22:25 #240511
by royka
Replied by royka on topic Remora - ethernet NVEM / EC300 / EC500 cnc board
That makes sense
Please Log in or Create an account to join the conversation.
17 Apr 2022 22:27 #240512
by Domi
Replied by Domi on topic Remora - ethernet NVEM / EC300 / EC500 cnc board
Attachments:
Please Log in or Create an account to join the conversation.
17 Apr 2022 22:29 #240513
by royka
Replied by royka on topic Remora - ethernet NVEM / EC300 / EC500 cnc board
first cd /to/the/folder/where/upload_config.py/is then python3 .......
Please Log in or Create an account to join the conversation.
17 Apr 2022 22:37 #240514
by royka
Replied by royka on topic Remora - ethernet NVEM / EC300 / EC500 cnc board
Maybe you could let it check if there is a config.txt, if not then load a default config.I've got a thought. Not sure why the upload is not working but when loading a fresh firmware there is no JSON config file in the Flash either, so when the board boots it's loading nothing, not even a stepgen. I'll need to include a default configuration in the firmware image somehow.
Really appreciate the testing guys. We'll get there.
Please Log in or Create an account to join the conversation.
17 Apr 2022 22:47 #240515
by Domi
Replied by Domi on topic Remora - ethernet NVEM / EC300 / EC500 cnc board
Attachments:
Please Log in or Create an account to join the conversation.
17 Apr 2022 23:00 - 17 Apr 2022 23:29 #240517
by Domi
Replied by Domi on topic Remora - ethernet NVEM / EC300 / EC500 cnc board
Okay. I'm functional: D I didn't know I needed to open a terminal window in / home / cnc / Remora-NVEM / Remora-feature-ethernet / LinuxCNC / ConfigSamples. And run the command in the terminals: python3 upload_config.py config.txt. Thanks. Still get windows and flood commands, fog flood and blow for the touch probe tool
Last edit: 17 Apr 2022 23:29 by Domi.
Please Log in or Create an account to join the conversation.
17 Apr 2022 23:29 #240519
by scotta
Replied by scotta on topic Remora - ethernet NVEM / EC300 / EC500 cnc board
Great to hear.
I've got back down to the shed to test a few things. After a full erase and upload of the latest firmware bin, the following is what is output on the serial port. LinuxCNC is able to connect and following errors are reported as expected as no modules have been loaded. After upload of a config, all ok with no following errors. I will look to include a default config in the bin file somehow though.
I've got back down to the shed to test a few things. After a full erase and upload of the latest firmware bin, the following is what is output on the serial port. LinuxCNC is able to connect and following errors are reported as expected as no modules have been loaded. After upload of a config, all ok with no following errors. I will look to include a default config in the bin file somehow though.
Remora-NVEM starting
## Entering SETUP state
1. Loading JSON configuration file from Flash memory
Flash storage location is empty - no config file
2. Parsing JSON configuration file
Config deserialisation - Deserialization failed
Creating thread 40000
Creating thread 1000
4. Loading modules
Creating a std module
Creating an Ethernet communication monitoring module
## Entering START state
Starting the BASE thread
Registering interrupt for interrupt number = 25
power on Timer 1
timer started
Starting the SERVO thread
Registering interrupt for interrupt number = 28
power on Timer 2
timer started
## Entering IDLE state
## Entering RUNNING state
## Entering RESET state
Resetting rxBuffer
## Entering IDLE state
Please Log in or Create an account to join the conversation.
17 Apr 2022 23:32 - 17 Apr 2022 23:34 #240520
by Domi
Replied by Domi on topic Remora - ethernet NVEM / EC300 / EC500 cnc board
Ještě potřebuji získat okna a příkazy pro záplavu, záplavu mlhy a úder pro dotykovou sondu nářadí a samozřejmě signál pro VFD
And I will add a 3D touch sensor and probe screen V2. I hope it works out
And I will add a 3D touch sensor and probe screen V2. I hope it works out
Last edit: 17 Apr 2022 23:34 by Domi.
Please Log in or Create an account to join the conversation.
17 Apr 2022 23:45 #240522
by royka
Replied by royka on topic Remora - ethernet NVEM / EC300 / EC500 cnc board
Hmm strange mine won't connect to upload, I'll serial monitor mine tomorrow and see what it says
Please Log in or Create an account to join the conversation.
18 Apr 2022 11:45 - 18 Apr 2022 11:50 #240554
by royka
Replied by royka on topic Remora - ethernet NVEM / EC300 / EC500 cnc board
Connected the rs232 output, the moment I try to upload I see it's resetting and after every retry but it's not connecting.[/code]
Remora-NVEM starting
## Entering SETUP state
1. Loading JSON configuration file from Flash memory
Flash storage location is empty - no config file
2. Parsing JSON configuration file
Config deserialisation - Deserialization failed
Creating thread 40000
Creating thread 1000
4. Loading modules
Creating a std module
Creating an Ethernet communication monitoring module
## Entering START state
Starting the BASE thread
Registering interrupt for interrupt number = 25
power on Timer 1
timer started
Starting the SERVO thread
Registering interrupt for interrupt number = 28
power on Timer 2
timer started
## Entering IDLE state
Remora-NVEM starting
[code]## Entering SETUP state
1. Loading JSON configuration file from Flash memory
Flash storage location is empty - no config file
2. Parsing JSON configuration file
Config deserialisation - Deserialization failed
Creating thread 40000
Creating thread 1000
4. Loading modules
Creating a std module
Creating an Ethernet communication monitoring module
## Entering START state
Starting the BASE thread
Registering interrupt for interrupt number = 25
power on Timer 1
timer started
Starting the SERVO thread
Registering interrupt for interrupt number = 28
power on Timer 2
timer started
## Entering IDLE state
Last edit: 18 Apr 2022 11:50 by royka.
Please Log in or Create an account to join the conversation.
Time to create page: 1.493 seconds