Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
  Smile Thread: Global - local variables
Post: RE: Global - local variables

Yes forgot the return had nothing if not going through IF statements. Change to below code which at present seems to be working ok. Probable not best way to get this done but seems to be working :). ...
Motorhomer14 General Coding Help 11 4,278 Dec-17-2020, 06:40 PM
    Thread: Global - local variables
Post: RE: Global - local variables

Dont suppose you would be able to let me know why a time variable when returned is giving the error 'NoneType' object is not iterable I only get this error when pump is ON. When OFF I get return of ...
Motorhomer14 General Coding Help 11 4,278 Dec-17-2020, 06:24 PM
    Thread: Global - local variables
Post: RE: Global - local variables

(Dec-17-2020, 06:04 PM)buran Wrote: don't do nersFlag == False. nersFlag is bool in itself. not nersFlag is the same as nersFlag == False. No need (and really doesn't make sense) to compare it to Fa...
Motorhomer14 General Coding Help 11 4,278 Dec-17-2020, 06:11 PM
    Thread: Global - local variables
Post: RE: Global - local variables

Slight change to your code but at least now it seems to be working def nuseryControlFunction(nuserySWdatabase, nersFlag): if nuserySWdatabase == 0 and nersFlag == False: print ("pump on")...
Motorhomer14 General Coding Help 11 4,278 Dec-17-2020, 05:50 PM
    Thread: Global - local variables
Post: RE: Global - local variables

(Dec-17-2020, 05:31 PM)buran Wrote: you need to declare it global. Flag = 0 nuserySWdatabase = 0 # this would be from database but is set to 0 for testing def nuseryControlFunction(nuserySWdataba...
Motorhomer14 General Coding Help 11 4,278 Dec-17-2020, 05:38 PM
    Thread: Global - local variables
Post: Global - local variables

Hello All I am struggling with using local or global variables. I want to change a variable from 0 to 1 and vis versa within a function when something changes. If I set the variable as a global varia...
Motorhomer14 General Coding Help 11 4,278 Dec-17-2020, 04:45 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020