francotiveron / Choreo

Choreo User Interface
0 stars 1 forks source link

ability to save axis configs #34

Closed pkelm1 closed 3 years ago

pkelm1 commented 3 years ago

This isn't a punch note per se but a new feature. it would be great if there was a way to save an axis and be able to select them from a drop down.

This might be part of a larger conversation about saving show files and/or an entire controller config file.

francotiveron commented 3 years ago

Please provide more context 1) What axis data should be saved 2) Where should the drop-down be located in the interface?

Note that config is already saved in the windows registry (loaded at application startup). I reckon the request is for having multiple configurations saved with a name and then reloadable. If so, other consideration come to light (ex. backup, transfer, copy...)

pkelm1 commented 3 years ago

The idea would be that it saves everything on the axis setup screen excluding the set new postion value.  Basically this system will typically be used with a few different axes that are all the same configuration.  I could see a user setting up the first one and saving it then just selecting the same configuration to setup then next few axes.  If we could have 10 or so configs that should cover most cases

francotiveron commented 3 years ago

@pkelm1 Please tell me if this rough design would be acceptable image 1) Click on one of the 10 available buttons on the left (10 stored configuration) 2) This shows the values of the selected configuration on the right panel 3) SAVE button on the right panel will take the current config and save it on the selected configuration 4) LOAD would tale the saved configuraiton and override the current values

pkelm1 commented 3 years ago

It would be better if rather than number we could have them named.CM chain motorChain MasterPF winchEtc.Is it possible to do a drop down rather than select buttons

francotiveron commented 3 years ago

Yes it is possible, but please propose a design and workflow

pkelm1 commented 3 years ago

Saved Configs

I don't think it has to be very complicated, just a drop down and a load and save button. Basic order of operations would be:

Otherwise you can select a different configuration and press load. Pressing load only has to populate the axis values on the setup screen and they can just be saved to twincat when they always have when the user presses the "save" button on the top of the screen to exit the setup page