Search found 13 matches

by nsclfrib
Mon Jan 26, 2015 7:37 am
Forum: NetBurner Software
Topic: SBL2E XA Error in ReadDataCb
Replies: 10
Views: 7728

Re: SBL2E XA Error in ReadDataCb

Now, I've reset the device, and it hasn't created the error yet.
When it fails again, I'll get the data again.

I expect it to fail sometime today (has fairly regularly...).
by nsclfrib
Mon Jan 26, 2015 7:36 am
Forum: NetBurner Software
Topic: SBL2E XA Error in ReadDataCb
Replies: 10
Views: 7728

Re: SBL2E XA Error in ReadDataCb

This application only has a Telnet socket enabled now.

I've disabled most everything else.

When I look at the uc/OS Tasks dump I get (real disappointed that mtty doesn't let me grab text)

uc/OS Stacks
Prio StackPtr Stack Bottom Free Now Minimum Free
31 | 0x20005ac8 | 0x20005920 | 424 | 288
5 ...
by nsclfrib
Fri Jan 23, 2015 12:43 pm
Forum: NetBurner Software
Topic: SBL2E XA Error in ReadDataCb
Replies: 10
Views: 7728

Re: SBL2E XA Error in ReadDataCb

I meant, I get my reworded error message. The new code I added doesn't return an error.
by nsclfrib
Fri Jan 23, 2015 7:48 am
Forum: NetBurner Software
Topic: SBL2E XA Error in ReadDataCb
Replies: 10
Views: 7728

Re: SBL2E XA Error in ReadDataCb

I added the code indicated into tcp_buffer.cpp,(and changed the working of the other error message as well, to insure that the new code got loaded), however when I get the error, I just get my new error message.

Later-
by nsclfrib
Thu Jan 22, 2015 4:57 am
Forum: NetBurner Software
Topic: SBL2E XA Error in ReadDataCb
Replies: 10
Views: 7728

Re: SBL2E XA Error in ReadDataCb

A little extra information related to this latest crash (since it happened before, I trapped when it happened this time):

My client sends a continuous stream of 4 byte commands to the NetBurner. It received somewhere around 8000-10,000 of them before this error, and logged a continuous stream of ...
by nsclfrib
Thu Jan 22, 2015 4:51 am
Forum: NetBurner Software
Topic: SBL2E XA Error in ReadDataCb
Replies: 10
Views: 7728

Re: SBL2E XA Error in ReadDataCb

I allocated 256 bytes. Here's the code:
"
// create tcp buffer object
#define TCP_BUFF_SIZE 256
BYTE buff_obj_buffer[TCP_BUFF_SIZE];
BufferedTcpObject tcp(buff_obj_buffer, TCP_BUFF_SIZE, NULL);
"

Just got another error, last night. Message on the debug console is:
"
***** Error in ReadDataCb, nPut ...
by nsclfrib
Wed Jan 21, 2015 11:31 am
Forum: NetBurner Software
Topic: SBL2E XA Error in ReadDataCb
Replies: 10
Views: 7728

SBL2E XA Error in ReadDataCb

My application is using the buffered TCP Network interface to handle a Telnet connection.

After about 10-12 hours of operation, I get a message on the debug console
"
"****** Error in ReadDataCb, nPut=81, nGet=81
"
Have no idea what/where that is coming from, except once it comes in, only way to ...
by nsclfrib
Tue Jan 06, 2015 5:41 am
Forum: NetBurner Software
Topic: SBL2e XA Development Kit missing header files
Replies: 6
Views: 4799

Re: SBL2e XA Development Kit missing header files

Problem I have with using another module is the packaging. The SBL2E is in a nice little package, that I can pack inside our instrumentation racks adjacent to the controller.

I'm using the SBL2E to interface to a set of I2C power supply units, that are installed in a particle accelerator.

I've got ...
by nsclfrib
Mon Jan 05, 2015 11:57 am
Forum: NetBurner Software
Topic: SBL2e XA Development Kit missing header files
Replies: 6
Views: 4799

Re: SBL2e XA Development Kit missing header files

Take it back, I found ip.h, but I don't have command.h, nor udp.h anywhere.
by nsclfrib
Mon Jan 05, 2015 11:55 am
Forum: NetBurner Software
Topic: SBL2e XA Development Kit missing header files
Replies: 6
Views: 4799

SBL2e XA Development Kit missing header files

I seem to have some header files missing from the 2.6.7 revision of the software I downloaded.

I can't seem to find the udp.h, ip.h, or command.h files anywhere. I also don't seem to have a \Nburn\include directory anywhere. I have a \NBurn\include+sc and a \Nburn\SBL2EXA/include, but neither of ...