Closed Loop water cooling long term reliability?
Moderators: Dorian (MJT support), JRL
Re: Closed Loop water cooling long term reliability?
Every water cooled system that has come in my shop has leaked.
Re: Closed Loop water cooling long term reliability?
This is going to be a real challenge to fix with Macro Scheduler!
Windows 7
PepsiHog. Yep! I drink LOTS of Pepsi (still..in 2024) AND enjoy programming. (That's my little piece of heaven!)
The immensity of the scope of possibilities within Macro Scheduler pushes the user beyond just macros!
PepsiHog. Yep! I drink LOTS of Pepsi (still..in 2024) AND enjoy programming. (That's my little piece of heaven!)
The immensity of the scope of possibilities within Macro Scheduler pushes the user beyond just macros!
Re: Closed Loop water cooling long term reliability?
This should help
Code: Select all
OnError>CheckBankBalance
Label>Loop
Wait>0.2
Goto>Loop
SRT>CheckBankBalance
Let>HTTP_SSL=1
HTTPRequest>https://www.onlinebanking.com,,GET,,HTMLResponse
Separate>HTMLResponse,$,BankArr
Let>CurrentBalance=BankArr_1
If>CurrentBalance<3000
MDL>:(
Exit>0
Endif
End>CheckBankBalance
Re: Closed Loop water cooling long term reliability?
@NickD,
Nice try. But it's still leaking.
PepsiHog
Nice try. But it's still leaking.
PepsiHog
Windows 7
PepsiHog. Yep! I drink LOTS of Pepsi (still..in 2024) AND enjoy programming. (That's my little piece of heaven!)
The immensity of the scope of possibilities within Macro Scheduler pushes the user beyond just macros!
PepsiHog. Yep! I drink LOTS of Pepsi (still..in 2024) AND enjoy programming. (That's my little piece of heaven!)
The immensity of the scope of possibilities within Macro Scheduler pushes the user beyond just macros!