Search found 608 matches

by SeeCwriter
Mon Apr 01, 2024 2:33 pm
Forum: NetBurner Software
Topic: Getting CPU statistics
Replies: 14
Views: 2508

Re: Getting CPU statistics

Do you think that function CpuLoadofPreviousSecond() should use OSLock() & OSUnlock() before accessing LastSecSampled & LastLoopCount?
by SeeCwriter
Mon Apr 01, 2024 10:16 am
Forum: NetBurner Software
Topic: Getting CPU statistics
Replies: 14
Views: 2508

Re: Getting CPU statistics

It's been over three days since I noticed this issue, and the function is still returning a value of 4294967275. Is there anything short of a reboot than can correct a tick overflow?
by SeeCwriter
Thu Mar 28, 2024 9:03 am
Forum: NetBurner Software
Topic: Getting CPU statistics
Replies: 14
Views: 2508

Re: Getting CPU statistics

I followed pbreed's instructions to modify OSTaskIdle() and added function CpuFreePercentPreviousSecond() with a slight modification. The mod was to subtract the result from 100 to get CPU usage rather than CPU free percentage. DWORD CpuLoadofPreviousSecond() { #define MY_MEASURED_CONSTANT 3440815 /...
by SeeCwriter
Thu Feb 01, 2024 7:48 am
Forum: NetBurner Hardware
Topic: NetBurner with gigabit LAN-Interface
Replies: 15
Views: 8887

Re: NetBurner with gigabit LAN-Interface

Any estimate on when a module might be released?
by SeeCwriter
Mon Dec 04, 2023 9:43 am
Forum: NetBurner Software
Topic: predef.h in v2.9.6
Replies: 1
Views: 856

predef.h in v2.9.6

I installed v2.9.6. I want to verify that file predef.h is the correct version of the file. The first line of the file is /*NB_REVISION*/ instead of the normal /* Revision: 2.9.5 */ The section "#ifdef NB_SSL_SUPPORTED" has a lot more options than v2.9.5, and looks more like a version from...
by SeeCwriter
Mon Nov 13, 2023 12:53 pm
Forum: NetBurner Software
Topic: Using DHCP w Fallback
Replies: 6
Views: 1188

Re: Using DHCP w Fallback

Once connected to a network, the fallback works. It falls back in about 4.25 minutes. Close enough for me. Thanks.
by SeeCwriter
Wed Nov 08, 2023 12:47 pm
Forum: NetBurner Software
Topic: Using DHCP w Fallback
Replies: 6
Views: 1188

Re: Using DHCP w Fallback

My module has been running for a couple of hours. Still no IP address.

I use the following statement to get the IP address:

Code: Select all

IPADDR4 ipa = ifBlock->ip4.cur_addr;
I convert ipa to an ascii string and send it.
by SeeCwriter
Wed Nov 08, 2023 10:08 am
Forum: NetBurner Software
Topic: Using DHCP w Fallback
Replies: 6
Views: 1188

Using DHCP w Fallback

I'm using v3.4.0 with a NANO. I would like to use the "DHCP w Fallback" mode. On the ConfigPage I set IPv4 Mode to "DHCP w Fallback", enter a valid IP address in "StaticAddr" , and set "StaticMask" to 255.255.255.0. I reboot and verify the configuration sticks...
by SeeCwriter
Mon Oct 23, 2023 8:11 am
Forum: NetBurner Software
Topic: Nano System clock gaining time
Replies: 10
Views: 1739

Re: Nano System clock gaining time

The fix works. Should this change be added to the other 5441X modules?
by SeeCwriter
Wed Oct 18, 2023 1:41 pm
Forum: NetBurner Software
Topic: Nano System clock gaining time
Replies: 10
Views: 1739

Re: Nano System clock gaining time

I made the change and built the system and my app. I loaded it into a Nano, and am running it. I'll know tomorrow if it worked. If it works, should the MOD5541X get the same change?