@droftarts Thanks Ian, it's now resolved. I copied the line from the Object-Model-Documentation.
Thanks
Siva
@droftarts Thanks Ian, it's now resolved. I copied the line from the Object-Model-Documentation.
Thanks
Siva
Hi,
I am try to read board voltage but receiving "null" for unknown reason as shown below
This is happening in when +24V is ON and OFF cases.
This is on Duet3 6HC. Am I missing something here?
Regards
Siva
@deckingman on one of our printers max travel is 1.2m long. We simply want to stop the motor during it's motion if the feedrate settings are incorrect or some other unknown reason which doesn't need E_Stop to trigger.
@tony said in his message we can't with the current firmware.
Hi,
Is it possible to abort the below command while it running? So far we are unable to do that.
G28 X ;Home x-axis
We are trying to stop homing procedure midway.
Regards
Siva
Hi,
I am calling M409 on Duet3 6HC(3.5.0-beta.4+) via serial and getting empty object without any data.
M409
{"key":"","flags":"","result":{"boards":[{}],"directories":{},"fans":[{},{},{},{},{},{},{}],"global":{},"heat":{},"inputs":[{},{},{},{},{},{},{},null,null,{},{},{},{},{}],"job":{},"ledStrips":[],"limits":{},"move":{},"network":{},"sensors":{},"seqs":{},"spindles":[{},{},{},{}],"state":{},"tools":[],"volumes":[]}}
ok
But sending commands shown in the below picture receives data
Am I missing something here?
Regards
Siva
@dc42 Thanks this is now resolved by David.
@dc42 We don't want our customers to access "config and macros files" on the SD Card.
Duet is connected to another hardware via serial port which receives latest firmware updates from the remote server.
When we add more feature to our products, we have to update all our devices including Duet. In case of duet this includes updating Config/macro files on the SDCard.
When the customer click update on the UI(user interface) this should update all the hardware with latest Firmware's.
Currently we can update the Duet Firmware via "bossa" integrated into our application. This doesn't contain "sys" folder which includes macros and config files.
In Eclipse when we build it outputs ".bin" in this folder
If we can somehow integrate "sys" folder during build, so that we don't have to use SDCard.
I am not sure how easy to do this but this is one of the feature we need before we actually release our product.
Thanks
Siva
@dc42 Thanks for those steps.
We are using "Duet3 6HC" in our products. Is it possible to build a binary file with sys folder included so that we don't need to use SDcard anymore?
Thanks
Siva
Hi,
How can I edit what is written in macro files using serial terminal?
Eg:-
"doorlock.g" is the macro file
We want to read and edit that file via serial terminal since it's in a remote
location.
Is it possible to do with any of the built in commands?
Regards
Siva