Search found 69 matches

by tpannone
Thu Aug 10, 2023 8:09 am
Forum: NetBurner Software
Topic: Help with issues using Web Interface
Replies: 3
Views: 869

Re: Help with issues using Web Interface

Well it seems that problem is with modern web browsers accessing "legacy" webpages. I can access and change parameter settings using the stand-alone Internet Explorer (IE) that came bundled in my laptop's Win7 installation. On my co-worker's Win10 laptop, IE automatically launches MS Edge....
by tpannone
Wed Aug 09, 2023 6:19 pm
Forum: NetBurner Software
Topic: Help with issues using Web Interface
Replies: 3
Views: 869

Help with issues using Web Interface

We have been using MOD5282 core for many years to run our servo control software. We use the web interface to access HTML pages that provide status information, access to internal test functions, and change calibration parameters. On the calibration parameter page, we can enter new parameters, save ...
by tpannone
Fri Mar 26, 2021 11:09 am
Forum: Off-Topic
Topic: LabVIEW and Netburners
Replies: 4
Views: 3940

Re: LabVIEW and Netburners

That would be way above my paygrade.
by tpannone
Wed Mar 17, 2021 5:21 am
Forum: Off-Topic
Topic: LabVIEW and Netburners
Replies: 4
Views: 3940

Re: LabVIEW and Netburners

I will take the lack of replies as a no.
by tpannone
Fri Feb 12, 2021 8:19 am
Forum: Off-Topic
Topic: LabVIEW and Netburners
Replies: 4
Views: 3940

LabVIEW and Netburners

I know that there are third-party add-ons to allow LabVIEW to run on platforms like Raspberry Pi and Arduino.

Has anyone attempted to create an add-on to allow LabVIEW to run on Netburner core modules?
by tpannone
Fri Jul 10, 2020 12:20 pm
Forum: NetBurner's Eclipse IDE
Topic: Build Error
Replies: 2
Views: 3298

Re: Build Error

Thanks Tom. That was going to be my last resort. In a last ditch attempt to not create a new project, I did the following: 1. Closed the project (Didn't know I could do that because my four projects are always open when I launch NBEclipse.) 2. Exited NBEclipse 3. Deleted the rogue /.metadata folder ...
by tpannone
Fri Jul 10, 2020 8:29 am
Forum: NetBurner's Eclipse IDE
Topic: Build Error
Replies: 2
Views: 3298

Build Error

I think I fat fingered something and screwed up a project build. I'm now receiving the following error message. **** Internal Builder is used for build **** Build error Generated resource conflict: two resources of the same name: /MRU_Node/Release/.metadata/.plugins/org.eclipse.cdt.make.core/specs.o...
by tpannone
Wed May 06, 2020 5:32 am
Forum: NetBurner Software
Topic: ReadWithTimeout function
Replies: 8
Views: 4130

Re: ReadWithTimeout function

Great. Thanks pbreed.

Final question. What is the type VDWORD as shown in utils.h? I'm guessing some variation of a DWORD.
by tpannone
Tue May 05, 2020 7:03 am
Forum: NetBurner Software
Topic: ReadWithTimeout function
Replies: 8
Views: 4130

Re: ReadWithTimeout function

Is TimeTick a system variable available for use in 3.2, or does the programmer create it?
by tpannone
Tue May 05, 2020 6:44 am
Forum: NetBurner Software
Topic: ReadWithTimeout function
Replies: 8
Views: 4130

Re: ReadWithTimeout function

Thanks pbreed. I just assumed the data was available. I wasn't counting on the serial taking that long to transfer data into the serial buffers. Since I was getting 30-34 bytes for a read, my next test was to break my reads into close to equal segments, such as 25,25,25,14. That still has to be fast...