Search found 67 matches
- Fri Mar 26, 2021 11:09 am
- Forum: Off-Topic
- Topic: LabVIEW and Netburners
- Replies: 4
- Views: 2488
Re: LabVIEW and Netburners
That would be way above my paygrade.
- Wed Mar 17, 2021 5:21 am
- Forum: Off-Topic
- Topic: LabVIEW and Netburners
- Replies: 4
- Views: 2488
Re: LabVIEW and Netburners
I will take the lack of replies as a no.
- Fri Feb 12, 2021 8:19 am
- Forum: Off-Topic
- Topic: LabVIEW and Netburners
- Replies: 4
- Views: 2488
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?
Has anyone attempted to create an add-on to allow LabVIEW to run on Netburner core modules?
- Fri Jul 10, 2020 12:20 pm
- Forum: NetBurner's Eclipse IDE
- Topic: Build Error
- Replies: 2
- Views: 2268
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 ...
- Fri Jul 10, 2020 8:29 am
- Forum: NetBurner's Eclipse IDE
- Topic: Build Error
- Replies: 2
- Views: 2268
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...
- Wed May 06, 2020 5:32 am
- Forum: NetBurner Software
- Topic: ReadWithTimeout function
- Replies: 8
- Views: 3519
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.
Final question. What is the type VDWORD as shown in utils.h? I'm guessing some variation of a DWORD.
- Tue May 05, 2020 7:03 am
- Forum: NetBurner Software
- Topic: ReadWithTimeout function
- Replies: 8
- Views: 3519
Re: ReadWithTimeout function
Is TimeTick a system variable available for use in 3.2, or does the programmer create it?
- Tue May 05, 2020 6:44 am
- Forum: NetBurner Software
- Topic: ReadWithTimeout function
- Replies: 8
- Views: 3519
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...
- Mon May 04, 2020 2:12 pm
- Forum: NetBurner Software
- Topic: ReadWithTimeout function
- Replies: 8
- Views: 3519
ReadWithTimeout function
This question is a continuation of my serial port issue and question about queues and FIFOs. In an attempt to speed up my serial port reads, I'm reading a character from the serial port using the ReadWithTimeout() function, looking for the '$' character which signifies the start of a data sentence f...
- Tue Apr 21, 2020 3:20 pm
- Forum: NetBurner Software
- Topic: Queues and Fifos
- Replies: 8
- Views: 3068
Re: Queues and Fifos
Thanks for explaining that. I would not have guessed to increase the buffer size add more buffers.