Search found 279 matches

by RGV250
Mon May 06, 2024 10:08 pm
Forum: Bug Reports
Topic: LED state in simulation (debug)
Replies: 6
Views: 59

Re: LED state in simulation (debug)

Hi Steve, I have managed to move the components to the new panel but in my dabbling I managed to add a 3d panel which I cannot get rid of. It has a red exclamation mark in the box to the left. 3d panel.jpg Not sure what has happened but now it has the 3 boxes like the 2D one but still cannot remove ...
by RGV250
Mon May 06, 2024 4:02 pm
Forum: Bug Reports
Topic: LED state in simulation (debug)
Replies: 6
Views: 59

Re: LED state in simulation (debug)

Hi Steve,
I did a library update and it now works as expected, also I found the digital pins window, never noticed it before.
I cannot find out how to change the 2D panel without deleting everything and starting again?

Bob
by RGV250
Sun May 05, 2024 9:24 pm
Forum: Bug Reports
Topic: LED state in simulation (debug)
Replies: 6
Views: 59

Re: LED state in simulation (debug)

Hi,
I tried that but no difference. What did puzzle me was the pins i used were not in the output list so I changed them but still no good.
Hope to try on real hardware soon.

Bob
by RGV250
Sun May 05, 2024 7:08 pm
Forum: Bug Reports
Topic: LED state in simulation (debug)
Replies: 6
Views: 59

LED state in simulation (debug)

Hi, I have a strange issue in a sim(debug), I have a couple of LED's and when I run the sim for the first time everything seems to work as expected. If I stop the sim and run it again the LED's are the same state as when it was stopped, I have even tried turning them off at the start of the program ...
by RGV250
Sat May 04, 2024 4:22 pm
Forum: General
Topic: If then in a calculation
Replies: 2
Views: 45

Re: If then in a calculation

Thanks, that is a neat solution.

Bob
by RGV250
Sat May 04, 2024 1:48 pm
Forum: General
Topic: If then in a calculation
Replies: 2
Views: 45

If then in a calculation

Hi, I am a bit puzzled if this is possible or not, in the help for calculations it shows >, <, >= and so on but I cannot figure out how to use them. I would like to be able to do simple things like xyx = xyz + 1 if xyz > 10 then xyz = 0 So far I have had to do the addition and then use a decision wh...
by RGV250
Thu May 02, 2024 10:01 am
Forum: General
Topic: WiFi alarm
Replies: 17
Views: 223

Re: WiFi alarm

Thanks, that works. I did originally try it without the /ncsi.txt on the end but added that when it didn't work. The only thing other than that I can see is that you have taken off the http:// which for some reason works for a PC? An interesting thing it failed to run on FC9 (as that was on the PC I...
by RGV250
Wed May 01, 2024 10:40 pm
Forum: General
Topic: WiFi alarm
Replies: 17
Views: 223

Re: WiFi alarm

Hi,
I removed the ESP32 and just used the network component but I didn't get anything. I then noticed that the network component connect component states "Some TCP/IP modules (RPI and ESP8266) will accept a URL instead of an IP address".
Looks like I will have to dig the actual hardware out.

Bob
by RGV250
Wed May 01, 2024 9:25 pm
Forum: General
Topic: WiFi alarm
Replies: 17
Views: 223

Re: WiFi alarm

Hi, Any chance you can give this a quick once over. Should I be able to simulate the ESP32 as I do not even seem to get Ret = 1 to show it is connected to the router. I had a bit of a tidy up (I really shouldn't) and not sure where I have hidden my actual device so cannot try for real at the moment....
by RGV250
Wed May 01, 2024 6:45 pm
Forum: General
Topic: WiFi alarm
Replies: 17
Views: 223

Re: WiFi alarm

Hi,
I did wonder if I was overthinking it. I looked at connect but only in the request_my_db example where it had a local IP and didn't realise it could have a URL.

Bob