Jump to content

Mr.Bottomfeeder

Members
  • Posts

    119
  • Joined

  • Last visited

  • Days Won

    11

Everything posted by Mr.Bottomfeeder

  1. Hi Gwyar, ja, das ist klar. In meinem Theme bekommst bei der Watt-Anzeige in beiden Mainscreens und den Profileinstellungen nur die Coilleistung und Boost zum einstellen. Im TempControl-Modus hingegen Coil-Temp, Coil-Power, dazu - sofern aktiviert die Preheat-Temp und Preheat-Power. usw. Also nur das, was im gewählten Modus auch eine Funktion hat, wird angezeigt und kann geändert werden. So meinte ich das - und dies war mein Ziel.😁 Hi Gwyar, Yes, that's clear. In my theme you only get the coil power and boost to set in both main screens and the profile settings. In TempControl-Mode, on the other hand, coil-temp, coil-power, additional - and if activated the preheat-temp and preheat-power. Etc. So only displayed and changeable what really has a function in the selected mode. That's what I meant
  2. Also, wer möchte, kann sich gerne die neueste Beta meines Themes herunterladen und testen. Evtl. Fehler, Wünsche und Anregungen bitte hier posten. Das ist nun mein komfortabelstes, innovativstes und umfangreichstes Theme. Und dabei ist es am einfachsten zu benutzen. EDIT: Erledigt - (Nur an der LED-Font muss ich noch arbeiten - da ist der Zeilenabstand zu gering - ich musste ohnehin das OHM-Zeichen neu erstellen, da dieses in der Font gefehlt hat) Well, if you want, you can download and test the latest beta of my theme. Please post possible bugs, requests and suggestions here. This is now my most comfortable, innovative and extensive theme. And it's the easiest to use. EDIT: Fixed - (I have to work on the LED font again - the line spacing is too small - I had to recreate the OHM character before, because this was missing in the font) Mr. Theo Bottomfeeder LED - Easy Colors - V1.0.5 German for DNA 75C DNA 250C.ecigtheme
  3. Hi Gwyar, Ich habe es jetzt so gemacht, dass in den beiden Mainscreens und dem Profil-Screen tatsächlich die Watt-Anzeige anstelle der TC-Anzeige erscheinen, wenn TC=true and (TSD = false or TSM = false). So kann der User wenigstens noch die Power-Einstellungen vornehmen, wenn schon kein TC mehr funktioniert. Beste Grüsse Hi Gwyar, Now I have changed both main screens and the profile screen for displaying the PowerScreen/Settings instead of the TC Screen/Settings, if TC=true and (TSD = false or TSM = false). So the user can at least make the power settings when no TC is working anymore. Best regards
  4. Hello Wayneo, yep, your suspicion was definitely correct. I thought this fact also, but had no proof until now. But yesterday I made a test with a blank theme, what contained just two Screens and two functions in each of these Screens. 1st Screen: a "Goto Child" and a "Goto another". Destination of each was 2nd Screen. 2nd Screen: "Goto parent" and "Goto another". Destination in both functions was 1st Screen. Then I have completely restarted the DNA after each of following attemps. Result of tests: 1. 1st Screen "Goto Child" (means "Gosub") - 2nd Screen "Goto Parent" (means "Return") - Result: OK 2. 1st Screen "Goto Another" (means "Goto") - 2nd Screen "Goto Parent" (means "Return") - Result: "Menu Error - Press Up" - Reason: "Stack empty" 3. 1st Screen "Goto Child" (means "Gosub") - 2nd Screen "Goto Another" (means "Goto") - Result: OK, But surely one uncleared Return-Entry remains in the Child-Stack - what may cause following errors - Reason: "Stack Overflow" after some processes like this 4. 1st Screen "Goto Another" (means "Goto") - 2nd Screen "Goto Another" (means "Goto") - Result: OK So it is clear to me now, The DNA do not have a stack-control and self-cleaning function. Would be so easy to fix for Evolv and avoiding the "Menu Error - Press UP"... - If a "Goto Another" will be called, let the System clearing the Child-Stack. So the Child-Stack everytime would be on actual state. - If a "Goto Parent" is called, but Child-Stack is empty, perform a "Goto Another" (Goto "Mainscreen") instead. I have Hellvape Dead Rabbit RDAs in all my mods. When I test its connection and stability, it's value changes by 0.001. This should be OK, as I believe. And I tested the SS316 only inside my house until yet - for using outside using, I have some other mods and use Zirkonia-Wires in these Mods. Kind regards
  5. Well, I did some experiments meanwhile... 1. I can reproduce the "Menu error - Press UP"-Error, if leaving the Main Screen with "Goto another Screen" and clicking on that destination Screen onto a button with "Goto parent Screen". This I have performed after a complete restart of the DNA. That shows me, the Child-Screen-Stack is not monitored and locked by the system if calling a returning-address from an empty stack. So Wayneo do right - better don't use the "Goto Child"-Function in interleaved Screen structures and use "Goto another" instead. 2. The worst thing: I have a 316 Clapton-steel-wire in my RDA. If I'm choosing another wire (I tried Zirconia) instead of the S316 and take a puff, the TSD falls to "False" state. But never the DNA become "True" in TSD again - no matter, what I try. In- and decreasing the wire-resistance, selecting wire "316" again, pulling down and pushing up the room-temp and more. Only way I found, is as I wrote, to connect the Mod to EScribe and upload the unchanged Theme or settings again onto the mod. Only then the mod works finally as expected and set. 3. If TDS = "False", the DNA works in fact only in Power-Mode then - what is logical correct, but not known and expected by most Theme-builders. Now, the Beta of my Theme will switch visibly into Wattage-Mode and presents the Power-Settings instead of the TC-Settings in the Profile-Settings, if TSD gone lost and falls into "False"-State unexpected. Because I think, the user want to know, when his mod has such a problem and wonders why the taste and usability won't match the settings anymore, which he did select. Now the user get clearly information and can search the reason of missfunction. As far my experiences.
  6. Hello Wayneo, Thank you very much. Yes, that's a good and wise hint. I will test the problem with the default theme first before making changes to my theme that may not really work but will give a bad result in worst case.
  7. Hi Wayneo, Thanks for your comment. Oh yes, with Evolv everything seems only be half of the possible optimum😁 Forum, DNA, Theme Designer... But I wont be blasphemic. The DNA CHips are really best of all nevertheless. You wrote in the Thread you've linked: " my mod with SP35 (told you about this earlier) did not exhibit this until after I created a new screen on the Evolv default theme and had it set to 'return to parent'. After changing that option to 'return to main screen' all is fine at SP35. That mod is still at SP35. " This could confirm my suspicion. Could really be a stack problem. If I understand correct, you swapped "Goto Child Screeen" against "Goto another page" and "Goto parent Screen" against "Goto Main Screen" to avoid the Gosub Stack, what is used by the Child- and Parent-Functions. If only using "Another" and "Main", there is no stack involved, what can make problems. Will try to do same with my Update. But I am using SP 38 on all DNA Devices, I own. Will see, what happens with. Kind regards
  8. Hi dwgraig1, that's what @gwyar want to say - the translating isn't a forum function, but a browser-implement, what not all browsers have available.😉 Usually I prefer to use the language that is most common in a forum. And if I communicate with some in my home language, I'll write the common language below my message. So the most users should have no problems to understand what I have wrote. kind regards Hallo Gwyar, ich bin Programmierer - daher kann ich in Etwa nachvollziehen, wie die einzelnen Funktionen des DNA arbeiten. Nur eben leider nicht, welche Auswirkungen die TSD- und TSM-Flags auf die Arbeitsweise des Chips haben. Da kann ich nur Vermutungen anstellen und meine Beobachtungen auswerten. Und diese deuten eben darauf hin, dass bei TSD = False oder TSM = False der DNA auf reinen Power-Mode umschaltet. Aber wenn das so sein sollte, ob dann z.B. Boost in diesem erzwungenen und nicht ausgewähltem Modus möglich ist, da kann ich nur raten. Hier wäre eine echte handfeste Information seitens Evolv erforderlich. Vom HelpDesk habe ich noch nichts gehört. Beste Grüsse Hello Gwyar, I am a programmer - so I can roughly understand how the individual functions of the DNA work. Unfortunately, just not what effects the TSD and TSM flags have on the functioning of the chip. I can only make assumptions and evaluate my observations. And these just indicate that with TSD = False or TSM = False the DNA switches to pure power mode as long as both gets the True-state again. But if that should be the case, e.g. Boost is possible in this forced and unselected mode, I can only guess. Real information from Evolv would be required here. I haven't heard from the HelpDesk yet. Best regards
  9. Hello dwcraig1, I find no such translating-option by this forum in my browser visible, if clicking with right mousebutton onto a posting. In the right-mousebutton-popup-menu only my third-party translating tool appears. Using Firefox in it's standard-edition. kind regards
  10. Hallo @Zark, vielen Dank für Deine Hilfe. Leider verstehe ich immer noch nicht, was Du mit TCR bezeichnest. Ich vermute, dass dies ggf. eine Übersetzung von einem Wert ist, welchen wir unter einem anderen Kürzel kennen. Meine Hauptfragen sind: 1. Wenn TSD = "False", arbeitet der DNA dann nur noch im Power-Mode - solange, bis TSD = "True" ? 2. Wenn TSM = "False", arbeitet der DNA dann nur noch im Power-Mode - solange, bis TSD = "True" ? 3. Wenn 1 = Ja und 2 = Ja, dann frage ich mich, warum dann der "Temp-Protect"-Switch und der "Can Preheat"-Switch nicht vom DNA auf "False" und "Can Boost" nicht auf "True" gesetzt werden, wenn TSD = "False" | TSM = "False". Das sind für die Erstellung von Themes und deren korrekte Funktion immens wichtige Fragen. Wobei mir leider immer noch nicht aus Deinen Beschreibungen heraus ersichtlich ist, wie der DNA funktioniert, um das "TSD"-Flag zu setzen bzw. zu löschen. Hallo @Gwyar, mein Browser kann auch nur dank eines Addons Webseiten und markierte Textblöcke übersetzen. Aber damit kann man ja leben. 🙂 Leider geht manchmal der Sinn von etwas geschriebenem durch die Übersetzung verloren und der Leser bleibt ratlos. Ja, wie ich an Zork geschrieben habe, muss ich wohl die komplette Steuerung meines Themes nochmal überarbeiten. Je nachdem, wie der DNA dann tatsächlich arbeitet, wenn TSD und/oder TSM = "False" sind. Ich vermute, dass dann der DNA im reinen Power-Modus arbeitet - und so sollte dann in einem solchen Fall auch das Display aussehen und die Steuerung entsprechend angepasst werden. Meine Vermutung zu dem "Menu Error" habe ich hier: in meinem Kommentar vom 25.November 2018 geschrieben. Daher wundert es mich, dass Du mit "Goto Child-Screen"-Aufrufen (welche ja m.E. wie Gosub-Befehle arbeiten), weniger Probleme zu haben scheinst, als mit "Goto Another Screen", die m.E. am ehesten den "Goto"-Befehlen entsprechen und im Gegensatz zum Child-Aufruf keinen Return-Stack befüllen, welcher u.U. beim "Goto Parent Screen" überlaufen oder in falscher Reihenfolge ausgelesen werden kann, wenn z.B. nach einem "Goto Child-Screen", dieses aufgerufene Screen mit einem "Goto Another Screen" verlassen wird, anstelle mit einem "Goto Parent Screen". Zumal - wie ich vermute - mit "Goto Another Screen" wild zwischen den Screens hin und her gesprungen werden kann. Ich hätte und habe genau das Gegenteil erwartet und wollte daher den "Goto Another Screen"-Aufrufen den Vorzug zu geben. Soweit meine Logik Jo, am DNA und dem Theme-Builder gäbe es m.E. schon noch einige Arbeit, um die richtig brauchbar zu machen. 🙂 Aber das liegt ja leider nicht in unseren Händen. Wünsche Euch einen ruhigen Sonntag Beste Grüsse Hello @Zark, Thank you for your help. Unfortunately I still don't understand what you mean by TCR. I suspect that this may be a translation of a value that we know by another acronym. My main questions are: 1. If TSD = "False", does the DNA only work in power mode then - until TSD = "True"? 2. If TSM = "False", does the DNA only work in power mode then - until TSD = "True"? 3. If 1 = Yes and 2 = Yes, I wonder why the "Temp-Protect" switch and the "Can Preheat" switch do not change from DNA to "False" and "Can Boost" not to "True" "are set if that conditions becomes an "False"-State, if TSD = "False" | TSM = "False". These are immensely important questions for the creation of themes and their correct functioning. However, unfortunately I still cannot recognize from your descriptions how the DNA works to set or clear the "TSD" flag. Hello @Gwyar, my browser can also only translate websites and selected text blocks thanks to an third-party add-on. But we can live with that. 🙂 Unfortunately, sometimes the meaning of something written is going lost through the translation - and the reader remains helpless. Yes, as I wrote to Zork, I probably have to revise the complete control of my theme again. Depending on how the DNA actually works if TSD and / or TSM = "False" in fact. I suspect that the DNA then works in pure Power mode if one of ther conditionsTSD or TSM is "False" - and that is what content the display should show and the control-screens should be adjustable accordingly. I have my assumption about the "Menu Error" written in the link of my upper german part of this message in my comment of November 25, 2018. Therefore, I am surprised that you seem to have fewer problems with "Goto Child-Screen" calls (which in my opinion works like "Gosub" commands) than with "Goto Another Screen", what in my opinion most closely correspond to the "Goto" commands and allows to jump free across the screens. Since in contrast to the "Goto-Child-Screen" call, the "Goto Parent Screen" has not to fill a return-address stack, which may overflow or can be read out in the wrong order when try to jump back. For example, if using a "Goto another Screen" instead of "Goto Parent Screen" while being in a Screen, that was called by a "Goto Child Screen". As far my logic. So, I would have expected the opposite and therefore wanted to give preference to the "Goto Another Screen" calls. Uh yes, in my opinion the DNA and the Theme Builder really could need some more work and improvements to make them really usable . 🙂 But unfortunately that is not in our hands. Wish you a quiet Sunday Best regards
  11. Hello zark, thanks for your information an help to find a solution. Unfortunately I am not able with reading cyrilic-writings. So I translated it with a translator, what says: "TDS" determines the state of "False" or "True" by the presence of TCR for the coil material in Escribe, when choosing a material, the user knows the state of "TDS" (this is material that supports temperature control or not). In addition, it is very simple to use the condition under which the mode automatically switches to Watts mode with "TDS" => "False" I apologize, I probably do not quite understand the nuances of the dialogue, but it seems to me that you are trying to solve the problem using shamanistic methods, while the solution should be at the level of automation settings in your themes. I apologize again, I do not want to offend anyone! " But unfortunately I can't understand the content of that you've written, nevertheless. "TDS" means "TSD"(Temp Sense Detect)? Is that correct? What is "TCR"? Will it means "TempCoil-Resistance"? I believe, you mean "TSM" (Temp Sense Material)-flag, what is set by the system as well, with the content you've written - could that be? My problem is, TSD swaps while using the mod (puffing) from "True"-State from one moment to another into "False" without changing anything in settings and/or Coil. And if it is switched to false by the system, I only have Wattage-Mode until I perform the hint by Gwyar (increase up the coil resistance by hand - for provucating the message "New Coil") to bring the state of the Flag "TSD" to "True" again and getting TempControl-functionality back. The TSD- and TSM-Flags are only readable but not writeable - means, it can't be switched by the user. Perhaps you will write your message in english again, if possible - would be glad to understand, what you've written. Kind regards
  12. "Da muss man ja auch ersma drauf kommen, dass damit das Aktivieren der Tempsteuerung gemeint ist.... Hat bei mir jedenfalls gedauert - dachte anfangs, das wäre eine Schutzschaltung (siehe Fehlermeldung "Temp Protect")" Ach so, ja klar - das ist das Flag, um die TempControl an- und auszuschalten. Und mit "Can Preheat" = True kannst Du abfragen, ob der TempControl-Mode aktiv ist und "Can Boost" ist hingegen im Power-Modus auf True gesetzt. Da habe ich lange daran genagt... Hier nochmal mein neuestes Beta mit weiteren Bugfixes - und u.a. verbesserten Profil- und Coil-Seiten. So sollte es schon recht stabil laufen, um es auch richtig benutzen zu können. Btw. Weisst Du, ob die von EVolv endllich mal diesen lästigen Fehler "Menu Error - Press Up Button" wegbekommen? Ein FW-Update wäre überfällig - oder sind wir DNA-User schon abgeschrieben? Und besteht nochmal die Chance auf ein Update des Theme-Builders? "You have to figure out that the activation of the temp control is meant ... Anyway, it took me a long time - initially thought it was a protective circuit (see error message "Temp Protect") " Oh yes, sure - this flag is used for switching TempControl On and Off. And with "Can Preheat" = True you can query whether the TempControl mode is active and in the opposite "Can Boost" = True is for verifying, if power mode is active. I gnawed at it for a long time ... Here again my latest beta with further bug fixes - improved profile and coil Screens and others. So it should run quite stable to be able to use it properly. Btw. Do you know whether EVolv can finally get rid of this annoying error "Menu Error - Press Up Button"? An FW update would be overdue - or are we DNA users already written off? And is there a chance to get a update of the Theme Designer again finally? Mr. Theo Bottomfeeder LED - Easy Colors - V1.0.5 German for DNA 75C DNA 250C.ecigtheme
  13. Ups, gerade noch einen kleinen Fehler im Screen "Profil" entdeckt. Hier nochmal die Beta der 1.05... Ups, just discovered a little bug in the screen "Profile". Here once again the Beta of 1.05 ... Mr. Theo Bottomfeeder LED - Easy Colors - V1.0.5 German for DNA 75C DNA 250C.ecigtheme
  14. Ah, dann nochmal das Theme " Mr. Theo Bottomfeeder LED - Easy Colors - V1.0.5 German for DNA 75C DNA 250C.ecigtheme" Ich hoffe, man kann es jetzt herunterladen. Uh, so once again the Theme " Mr. Theo Bottomfeeder LED - Easy Colors - V1.0.5 German for DNA 75C DNA 250C.ecigtheme" I hope, now it is downloadable. Mr. Theo Bottomfeeder LED - Easy Colors - V1.0.5 German for DNA 75C DNA 250C.ecigtheme
  15. Hi gwyar, Was meinst Du mit " Für mich der Klassiker: Toggle/Atomizer -> Temp Protect "? Hier die Toogles: Toogle 1: Volt / Watt (Auswählbar in Menu "Anzeige") Toogle 2: Ampere / Ohm (Auswählbar in Menu "Anzeige") Toogle 3: Zug / Züge (Auswählbar in Menu "Anzeige") Toogle 4: Akku Digital / Balken (Auswählbar in Menu "Anzeige") Toogle 5: Mainscreen 1/2 (Auswählbar in Menu "Menu1") Toogle 6: Punch / Temp (Auswählbar in "Main2") Toogle 7: Uhr in Main 2 ja/nein (Auswählbar in Menu "System") Toogle 8: Zeit / Zeit und Datum in Main 2 (Auswählbar in Menu "System") Beste Grüße Hi gwyar, What do you mean by "For me the classic: Toggle / Atomizer -> Temp Protect"? Here are the toogles: Toogle 1: Volt / Watt (selectable in menu "Display") Toogle 2: Ampere / Ohm (selectable in menu "Display") Toogle 3: Puff / Puffs (selectable in menu "Display") Toogle 4: Battery digital / graphical bar (selectable in menu "Display") Toogle 5: Mainscreen 1/2 (selectable in menu "Menu1") Toogle 6: Punch / Temp (selectable in "Main2") Toogle 7: Clock in Main2 yes / no (selectable in menu "System") Toogle 8: Time in Main2 / Time and Date in Main 2 (selectable in menu "System") Best regards
  16. Hallo Gwyar, wenn Du Lust hast, kannst Dir gerne das Update meines Themes: "Mr. Theo Bottomfeeder LED - Easy Colors - V1.0.5 German for DNA 75C DNA 250C" ansehen und testen. Ich habe länger gebraucht, um die unlogisch benannten Bedingungen im Theme Designer zu verstehen, aber ich denke, dass alles richtig sein müsste. Beste Grüsse Hello Gwyar, if you like, you are welcome to view and test my theme: "Mr. Theo Bottomfeeder LED - Easy Colors - V1.0.5 German for DNA 75C DNA 250C" It took me longer to understand the illogically named conditions in the Theme Designer, but I think everything should be correct. Best regards Mr. Theo Bottomfeeder LED - Easy Colors - V1.0.5 German for DNA 75C DNA 250C.ecigtheme
  17. Ach so - auf die brutale Art habe ich es nicht getestet - nur mit dem O-Ring, mit welchem die Probleme aufgetreten sind. Aber jetzt scheint die Feder im 510-Konnektor entweder immer zu weich (nie Kontakt) oder zu gut (immer Kontakt) zu sein. Muss das beobachten und wenn der Mod wieder in den "TSD" = False wechselt, diesen so lassen und weitere Tests durchführen. Leider gibt es m.W. seitens EVolv keine wirklichen Infos über die Funktionsweise des DNA und seiner Flags. Uh OK - I didn't test it the brutally way - tried it only with the O-ring, what made the problems. But now the spring in the 510 connector either seems to be always too soft (never in contact) or too good (always in contact). Must watch this and if the mod changes back to "TSD" = False, I have to leave it this way and carry out further tests. Unfortunately I can't find real information by Evolv about the functioning of the DNA it's constants, variables and flags.
  18. Wie hast Du eine solche Fluctuating-Coil simuliert? Ich habe Zuhause versucht, den Vorfall mit dem (zu) dicken O-Ring nachzustellen, bekomme es aber nicht mehr hin. How did you simulate such a fluctuating coil? At home I tried to recreate the incident with the (too) thick O-ring, but I can't get it to "work" anymore.
  19. OK - können wirklich 15min sein😂 - aber lästig ist es schon, sich ewig neu einloggen zu müssen. Das kenne ich so nicht aus anderen Foren. OK - can really be 15min😂 - but it is annoying to have to log in again and again. I don't know that from other forums.
  20. Klar, das "TSD" wird nur bei "TSM" and "TC" ausgewertet. Im Watt-Mode nicht erforderlich. Danke Dir, auf die Idee, den Widerstand hochzudrehen, bin ich nicht gekommen - wenn das das "TSD"-Flag wieder auf True setzt, ist es wirklich ein Notbehelf für unterwegs. Ja, daher habe ich das "TSD" auch in meinen Themes - weil dieses eben anzeigt, dass was mit dem Widerstand nicht stimmt. Btw. fliegst Du in diesem Forum auch, wenn Du nichts schreibst, nach ein paar Minuten aus dem eingeloggten Zustand und musst Dich neu einloggen? Sure, the "TSD" is only evaluated for "TSM" and "TC". Not required and not evaluated in Watt mode. Thank you, I didn't get the idea to turn up the resistance - if that sets the "TSD" flag back to True, it really is a makeshift solution on the go. Yes, that's why I have the "TSD" displayed in my themes - because it just indicates that something is wrong with the resistance. Btw. Do you will be dropped out of this forum from the logged-in state after a few minutes without writing and have to log in again ?
  21. Ja, das wäre tatsächlich zu testen... Ich vermute, dass das OS das "TSD" auf False setzt, sobald im "TC"-Modus während eines Zuges der Widerstand einmal oder öfters etwas sinkt. Denn das darf ja nicht sein. Der Widerstand beim Dampfen muss - egal in welcher Kurvenform kontinuierlich ansteigen, wenn es sich um einen TC-Draht handelt. Da braucht es m.E. nicht viel Aufwand dazu, um das festzustellen. Zumal ja die Widerstandswerte permanent ausgewertet werden. Nur müsste dann nach meiner Logik das "TSD"-Flag wieder auf True gesetzt werden, sobald ein kompletter Zug ohne Widerstands-Absenkung ausgeführt wurde. Dann hätte man nach der Fehlerbeseitigung nur einen "Fehl-Zug" und dann wieder den "TC"-Modus aktiviert. Yes, that would actually be testable ... I suspect that the OS sets the "TSD" to False as soon as the resistance drops somewhat in "TC" mode once or more often times during a puff. Because that's not allowed. The resistance must - regardless of which curve-form increase continuously while puffing, if it is a TC wire. It doesn't take much effort to determine that, im my opinion. Especially since the resistance values are continuously evaluated. Only then, according to my logic, the "TSD" flag would have to be set to True again as soon as a complete puff without lowering the resistance was carried out. Then you would have only one "faulty puff" after repair and then "TC" mode back again.
  22. Ja schon, aber wenn "TSD" durch das OS als "False" erkannt wird, schaltet das OS auf Power-Mode zurück - egal, was der User zuvor selektiert hatte. Sprich, der DNA schaltet dann eben von "TC" auf "Watt"-Modus um - auch, wenn dieses von vielen Themes wohl nicht kommuniziert wird, wie mir scheint. Dagegen hilft mir auch keine Auswertung des "Can Replay Now"-Flags. Mir geht es ja darum, dass ich als User in der Lage sein muss, das "TSD" zumindest neu vom OS testen zu und dieses auf "True" schalten zu lassen, wenn der Widerstand nicht mehr fluktuiert, sondern die Wicklung einen statischen Ruhe-Widerstand hat. Also, wenn die Wicklungs-Schrauben nachgezogen bzw. die RDA-Basis fester in den 510-Konnektor geschraubt wird oder ein sonstiger Fehler beseitigt wurde. Und das muss auch "On the Road" funktionieren. Mir ist das unterwegs mit einem RDA aufgefallen, dessen Plus-Pin keinen sauberen Kontakt zum Mittelpin des 510-Konnektors hatte, da ich einen zu dicken O-Ring getestet habe und die Federkraft des Konnektors keine sichere und niederohmige Verbindung gewährleistete. Da habe ich trotz Entfernens des O-Rings den Watt-Modus drin gehabt, bis ich dann nach Stunden endlich zuhause den Mod an EScribe gehängt, die Settings ausgelesen und unverändert wieder in den Mod übertragen habe. Das hat das "TSD"-Flag wieder auf "True" gesetzt und sofort funktionierte der"TC"-Modus wieder - und dauerhaft. Yes, but if "TSD" is recognized by the OS as "False", the OS switches the DNA back to power mode - no matter what the user had previously selected. In other words, the DNA switches from "TC" to "Watt" mode - even if this is not communicated by many themes - as it seems to me. On the other hand, no evaluation of the "Can Replay Now" flag helps me in that case. I am concerned that as a user I have to be able to let test the "TSD" again from the OS and let switched this to "True" if the resistance no longer fluctuates but the coil has a static idle resistance state again then. So if the coil-screws are tightened or the RDA base is screwed more firmly into the 510 connector or another error has been eliminated by the user. And that has to work "on the way" too. I noticed this while I was on the way with an RDA, where it`s plus pin had no proof contact to the center pin of the 510 connector, because I tested an O-ring then that was too thick and the spring of the connector did not give a secure and low-resistance connection. Despite removing the O-ring, I had the watt mode in the mod until I finally attached the mod to EScribe after hours back at home, read out the settings and transferred it back to the mod unchanged. That set the "TSD" flag back to "True" and immediately the "TC" mode worked again - and permanently.
  23. Nachtrag: Wenn das TSD vom OS von "True" auf "False" gesetzt wird, fällt der Mod - trotz bestehendem "TSM" = "True" und aktiviertem "TC" - in den Power-Modus zurück. So verstehe ich zumindest die Steuerung des OS. Dieser Umstand wird in vielen von mir getesteten Themes aber nicht in dem Display korrekt angezeigt und m.E. werden es daher auch viele Benutzer unter Umständen erst gar nicht bemerken, wenn das OS den "TSD" auf "False" setzt. Wenn der Power-Mode entsprechende Einstellungen hat, wird der Benutzer möglicherweise den Unterschied nur bei möglichen Dry-Hits und dem nicht aktivierbarem Replay-Modus bemerken. Bei meinen Themes schaltet die Anzeige dann aber folgerichtig und sichtbar in den Power-Mode um und es können im Main dann nur noch Watt und Boost eingestellt werden, aber nicht mehr die Temp und die Vorheiz-Temp bzw. der Punch-Level. Addendum: If the TSD is switched from "True" to "False" by the OS, the mod falls back to power mode - despite the existing "TSM" = "True" and activated "TC". At least that's how I understand the control of the OS. This fact is not correctly shown in the display in many of the themes I tested and in my opinion, therefore, many users may not even notice it when the OS sets the "TSD" to "False". If the power mode has appropriate settings, the user may only notice the difference in the case of possible dry hits and the replay mode that cannot be activated. With my themes, the display then logically and visibly switches to power mode and only watts and Boost can be set in the main, but no longer the temp and the preheating temp or the Punch-Level.
  24. Hi Gwyar, danke für Deine Nachricht. ja, das "Temp Sensing Detect"-Flag wird vom OS true/false geschaltet, ohne, dass der User darauf Einfluss nehmen könnte - im Gegensatz z.B. beim "Temp Sensing Material"-Flag, welches er ja in den Drahtprofilen setzen oder löschen kann. Daher ist das gewählte und verwendete Theme auch irrelevant. D.h. nicht wirklich, denn meine komplett von Grunde auf selbst erstellten Themes zeigen im Gegensatz zu anderen eben auch den Status des TSD-Flags an. Das erleichtert die Fehlersuche, wenn mal eben solche Probleme auftreten. Die TSD-Überprüfung ist immer aktiv und wird vom OS kontrolliert und geschaltet, sobald man TC verwendet. Nur eben wann und wie oft der Status dieses Flags seitens des OS gecheckt und geschaltet wird, ist mir nicht klar. Und da habe ich eben den Verdacht, dass dies nur beim Upload der Settings auf den Mod und beim Verdampfer-Wechsel und der anschliessenden Meldung "Neuer Coil" durchgeführt wird - was die von mir beschriebene Symptomatik erklären könnte. Nur dann hat der User eben auch keine Chance, das TSD-Flag manuell erneut checken und auf "True" setzen zu lassen, nachdem ein temporärer Fehler bestand und dann seitens des Users beseitigt wurde. Beste Grüsse P.S. beim Drone muss der Dead Rabbit um 1mm angehoben werden, damit der §%&|$$*-Drone sich nicht ins Höschen pisst. - mit einem 0,5mm O-Ring komme ich da nicht weit. Habe mir daher auch 1mm Neopren bestellt, um 24mm Scheiben mit einem 6mm Loch darin anfertigen zu können. Denn die Basis-Platte mit dem 510er möchte ich nicht abdrehen - sonst habe ich auf anderen Mods keinen Kontakt mehr. Hi Gwyar, thanks for your message. yes, the "Temp Sensing Detect"-Flag is switched true / false by the OS without the user being able to influence it - in contrast e.g. with the "Temp Sensing Material"-Flag, which the User can set True or False in the different wire profiles. Therefore, the chosen and used theme is irrelevant. OK, the used theme is not really irrelevant, because in opposite to other Themes, my completely self-created themes "Mr. Theo Bottomfeeder" shows the status of the TSD-Flag. This makes troubleshooting easier when such problems occur. The TSD measuring is always active, controlled and switched by the OS as soon as the User use TC. But in what circumstances and how often the status of this flag is checked and switched by the OS, is completely unclear to me. As I suspect by the last experiences, this verification is just done by the OS when uploading the settings to the mod or if changing the RDA/wire (with subsequent message "New Coil") - that could explain the symptoms I have described. But if so, the user won`t have any chance to set the TSD flag manually to "True" again after a temporary error has occurred and has then been eliminated by the user. Best regards P.S. if using the drone with the dead rabbit, this RDA must be raised by 1/25", so that the §% & | $$ * - drone does not piss in it`s panties. - With a 1/50" O-Ring I don't get very far. Therefor, I ordered 1/25" neoprene now to be able to make 24mm discs with a 6mm hole in them. Because I do not want to shorten the 510 on the base plate of the Dead Rabbit on my lathe - otherwise I have no contact on other mods with that RDA.
  25. Hi gwyar, das passiert mit meinem eigenen Watchfaces "Mr. Theo Bottomfeeder": und Wäre prima, wenn Du mir bei der Lösung dieses Problems helfen könntest. Beste Grüsse EDIT: Ich bin gerade am überarbeiten des "LED"-Themes und bin dabei auf diesen Fehler gestossen. Das Problem tritt auf einer Lost Vape Drone BF 250C mit einem RDA Dead Rabbit von Hellvape auf. Der Drone sifft ja ins Gehäuse, wenn die 510er am RDA zu lang sind - daher habe ich einen 6/1,5mm O-Ring über dem 510er am RDA, um den RDA etwas anzuheben. So kann der gefederte Plus-Pin am Drone nicht zu weit eingedrückt werden, was das Liquid ins Gehäuse fließen lassen würde.
×
×
  • Create New...