Sensor Moderators COSTAJUNIOR Posted February 12 Sensor Moderators Share Posted February 12 I would like to know if it's possible to add an update to the state entry. Would it be possible, instead of adding each state one by one, to select all of them at once? Quote Link to comment Share on other sites More sharing options...
JariKoi Posted February 13 Share Posted February 13 Post removed by JariKoi Quote Link to comment Share on other sites More sharing options...
Surjeet Posted February 13 Share Posted February 13 I would love to see this update too. I support it!! Quote Link to comment Share on other sites More sharing options...
Fiery Posted February 13 Share Posted February 13 20 hours ago, COSTAJUNIOR said: I would like to know if it's possible to add an update to the state entry. Would it be possible, instead of adding each state one by one, to select all of them at once? @JariKoi @Surjeet We will implement the requested feature in the next AIDA64 beta build. You will be able to select multiple files, on any slot you select. It will require you to set filenames ending with dash or underscore character and then the 0 to 15 state index. Example: mygaugeimage-00.png mygaugeimage-01.png ... mygaugeimage-15.png Another example: mygaugeimage_0.png mygaugeimage_1.png ... mygaugeimage_15.png AIDA64 will recognize which file is for which gauge state and assign everything automatically. 2 1 Quote Link to comment Share on other sites More sharing options...
Sensor Moderators COSTAJUNIOR Posted February 13 Author Sensor Moderators Share Posted February 13 3 hours ago, Fiery said: @JariKoi @Surjeet We will implement the requested feature in the next AIDA64 beta build. You will be able to select multiple files, on any slot you select. It will require you to set filenames ending with dash or underscore character and then the 0 to 15 state index. Example: mygaugeimage-00.png mygaugeimage-01.png ... mygaugeimage-15.png Another example: mygaugeimage_0.png mygaugeimage_1.png ... mygaugeimage_15.png AIDA64 will recognize which file is for which gauge state and assign everything automatically. Thank you very much, we look forward to this update eagerly. Quote Link to comment Share on other sites More sharing options...
Surjeet Posted February 14 Share Posted February 14 12 hours ago, Fiery said: @JariKoi @Surjeet We will implement the requested feature in the next AIDA64 beta build. You will be able to select multiple files, on any slot you select. It will require you to set filenames ending with dash or underscore character and then the 0 to 15 state index. Example: mygaugeimage-00.png mygaugeimage-01.png ... mygaugeimage-15.png Another example: mygaugeimage_0.png mygaugeimage_1.png ... mygaugeimage_15.png AIDA64 will recognize which file is for which gauge state and assign everything automatically. Thank you @Fiery for looking into this request. It would be an amazing update. I would like to add one thing, if it makes sense and is possible to be included in the update too. We generally use png images from 0 to 100 in multiple states and image names are not always 0 to 15 as per your example above. We use same sensor name and align images accordingly like this in different slots: The below image is for 2nd Sensor slot selected above. Here, the images are aligned in ascending order; however, they are not ending with 0 to 15 but they are assigned to State#0 to State#15 I hope some algorithm can be applied so that multiple images can be assigned in one go to respective different selected slots and they are assigned in the ascending order automatically. I hope I am able to provide my point here and it makes sense and is helpful. Look forward to your continued patronage. Thank you! Quote Link to comment Share on other sites More sharing options...
Fiery Posted February 14 Share Posted February 14 2 hours ago, Surjeet said: Thank you @Fiery for looking into this request. It would be an amazing update. I would like to add one thing, if it makes sense and is possible to be included in the update too. We generally use png images from 0 to 100 in multiple states and image names are not always 0 to 15 as per your example above. We use same sensor name and align images accordingly like this in different slots: The below image is for 2nd Sensor slot selected above. Here, the images are aligned in ascending order; however, they are not ending with 0 to 15 but they are assigned to State#0 to State#15 I hope some algorithm can be applied so that multiple images can be assigned in one go to respective different selected slots and they are assigned in the ascending order automatically. I hope I am able to provide my point here and it makes sense and is helpful. Look forward to your continued patronage. Thank you! I'm not sure how can this logic be mixed or co-exist with the logic we've implemented. If none of the images could be assigned with the "original" logic, in your particular case because none of the filenames ends with "-NN" or "_NN", we can try a 2nd round in case you've selected exactly 16 images. We can then take the list of images, sort them in alphabetical order, and assign them without checking their filename endings. Does it sound something you could use? Quote Link to comment Share on other sites More sharing options...
Surjeet Posted February 14 Share Posted February 14 6 hours ago, Fiery said: I'm not sure how can this logic be mixed or co-exist with the logic we've implemented. If none of the images could be assigned with the "original" logic, in your particular case because none of the filenames ends with "-NN" or "_NN", we can try a 2nd round in case you've selected exactly 16 images. We can then take the list of images, sort them in alphabetical order, and assign them without checking their filename endings. Does it sound something you could use? We can use -NN or _NN filename as that would be absolutely fine. I wanted to request that for any slot, one should be able to select 16 images and those images should be assigned to State #01 to State #15 in the ascending order for that particular slot. Hope this illustration would make it more clear as assignment should be done like this. Random example to show the assignment in ascending order: Thank you @Fiery for checking on this and I really appreciate your support and help in this regard. Thank you! Quote Link to comment Share on other sites More sharing options...
Fiery Posted February 14 Share Posted February 14 5 hours ago, Surjeet said: We can use -NN or _NN filename as that would be absolutely fine. I wanted to request that for any slot, one should be able to select 16 images and those images should be assigned to State #01 to State #15 in the ascending order for that particular slot. Hope this illustration would make it more clear as assignment should be done like this. Random example to show the assignment in ascending order: Thank you @Fiery for checking on this and I really appreciate your support and help in this regard. Thank you! Yeah, that is a bit difficult to implement in such a flexible way since the user may or may not select exactly 16 images We'll use the more advanced solution of sorting image filenames in alphabetical order without applying any restrictions about filename endings when it's exactly 16 files selected. That can still bring pitfalls, but no solution can take every issues into account. Quote Link to comment Share on other sites More sharing options...
Surjeet Posted February 14 Share Posted February 14 1 hour ago, Fiery said: Yeah, that is a bit difficult to implement in such a flexible way since the user may or may not select exactly 16 images We'll use the more advanced solution of sorting image filenames in alphabetical order without applying any restrictions about filename endings when it's exactly 16 files selected. That can still bring pitfalls, but no solution can take every issues into account. I understand, agree, acknowledge and respect your response Sorting image filenames in alphabetical order without applying any restrictions, would also be an AMAZING solution. At least, we would not need to manually select images for every State #s. We all are eagerly waiting for this update and hopefully, it would be out soon. Bravo & Kudos to AIDA64 Team! Quote Link to comment Share on other sites More sharing options...
Surjeet Posted February 22 Share Posted February 22 On 2/14/2024 at 11:45 PM, Fiery said: Yeah, that is a bit difficult to implement in such a flexible way since the user may or may not select exactly 16 images We'll use the more advanced solution of sorting image filenames in alphabetical order without applying any restrictions about filename endings when it's exactly 16 files selected. That can still bring pitfalls, but no solution can take every issues into account. Hi @Fiery, hope you are doing well. I just wanted to check with you if the above update would be included in the next AIDA64 beta update due next week I was just curious, so excited and that's why unable to resist me to ask this question! Quote Link to comment Share on other sites More sharing options...
Fiery Posted February 22 Share Posted February 22 2 hours ago, Surjeet said: Hi @Fiery, hope you are doing well. I just wanted to check with you if the above update would be included in the next AIDA64 beta update due next week I was just curious, so excited and that's why unable to resist me to ask this question! Yes, it will be included. Quote Link to comment Share on other sites More sharing options...
Fiery Posted February 22 Share Posted February 22 @Surjeet @COSTAJUNIOR @JariKoi The above mentioned new AIDA64 beta update is available for download now at: https://www.aida64.com/downloads/latesta64xebeta Let me know how it works 2 1 Quote Link to comment Share on other sites More sharing options...
Sensor Moderators COSTAJUNIOR Posted February 23 Author Sensor Moderators Share Posted February 23 15 hours ago, Fiery said: @Surjeet @COSTAJUNIOR @JariKoi The above mentioned new AIDA64 beta update is available for download now at: https://www.aida64.com/downloads/latesta64xebeta Let me know how it works That was sensational. I've already tested it here, and it worked perfectly. Thank you very much for implementing this update. It helps a lot to load all the files at once. 🤗 Quote Link to comment Share on other sites More sharing options...
Surjeet Posted February 23 Share Posted February 23 @Fiery This is really a GAME CHANGER. I also confirm that this works flawlessly and this WORKS PERFECT! For me, it worked for all the state except the numbers from 0-15. I am doing something wrong as they were not aligned correctly for me. I tried normal numbers, _NN and -NN @COSTAJUNIOR, please let me know what naming convention or style did you use to make it work. Mine screenshot is as follows where I know I am missing something to make it work: Quote Link to comment Share on other sites More sharing options...
Fiery Posted February 23 Share Posted February 23 1 hour ago, Surjeet said: @Fiery This is really a GAME CHANGER. I also confirm that this works flawlessly and this WORKS PERFECT! For me, it worked for all the state except the numbers from 0-15. I am doing something wrong as they were not aligned correctly for me. I tried normal numbers, _NN and -NN @COSTAJUNIOR, please let me know what naming convention or style did you use to make it work. Mine screenshot is as follows where I know I am missing something to make it work: @COSTAJUNIOR Thank you for your feedback! For numbering scheme make sure to remove the space after the dash character and also use 2-digit numbers (ie. use a leading zero when the number is below ten). So instead of "Double- 8.png", use "Double-08.png". 1 Quote Link to comment Share on other sites More sharing options...
Surjeet Posted February 23 Share Posted February 23 48 minutes ago, Fiery said: @COSTAJUNIOR Thank you for your feedback! For numbering scheme make sure to remove the space after the dash character and also use 2-digit numbers (ie. use a leading zero when the number is below ten). So instead of "Double- 8.png", use "Double-08.png". You NAILED it man! I knew I was missing something and you caught it PERFECT! I also confirm that everything is working FLAWLESSLY as expected. Thank you @Fiery. Thank you everyone for getting this update added! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.