Search found 31 matches

by Kiwinet
Sat Dec 12, 2009 12:33 am
Forum: NetBurner's Eclipse IDE
Topic: WriteHtmlVariable(fd, AnyValue);? Compiler Error??
Replies: 5
Views: 6231

Re: WriteHtmlVariable(fd, AnyValue);? Compiler Error??

In the final solution you came up with you can also write out an entire javascript object in case you want to capture the state of a bunch of variables with a single function callback. You would write out something like .......... . Yes Tod appeciate your advice, it does sound like an elegant well ...
by Kiwinet
Sat Dec 12, 2009 12:11 am
Forum: NetBurner's Eclipse IDE
Topic: WriteHtmlVariable(fd, AnyValue);? Compiler Error??
Replies: 5
Views: 6231

Re: WriteHtmlVariable(fd, AnyValue);? Compiler Error??

You didn't mention where you declared int AnyValue=24; ; // I’ve declared my own value of variable here I think you need to declare it in your code, but also reference it in htmlvars.h. If its not in htmlvars.h, the web services can't see it. Very much appreciated for suggesting editing the htmlvar...
by Kiwinet
Fri Dec 11, 2009 2:48 am
Forum: NetBurner's Eclipse IDE
Topic: WriteHtmlVariable(fd, AnyValue);? Compiler Error??
Replies: 5
Views: 6231

Re: WriteHtmlVariable(fd, AnyValue);? Compiler Error??

On closer inspection, I have previously written code called <!--FUNCTIONCALL PassMyValue --> [embedded within a HTML page] , with its corresponding call function void PassMyValue (int sock, PCSTR url) which will pass the desired variable to the webpage, and I don't get any more errors from Eclipse. ...
by Kiwinet
Thu Dec 10, 2009 11:15 pm
Forum: NetBurner's Eclipse IDE
Topic: WriteHtmlVariable(fd, AnyValue);? Compiler Error??
Replies: 5
Views: 6231

WriteHtmlVariable(fd, AnyValue);? Compiler Error??

I'm just about almost there posting data from a serial port onto a webpage, but Eclipse is reporting errors when I try to dynamically display the captured variable on the webpage! There is no Eclipse compiler error when I run this sample code below, so far so good! WriteHtmlVariable(fd, TimeTick/TIC...
by Kiwinet
Wed Dec 02, 2009 11:41 am
Forum: NetBurner Hardware
Topic: Profibus on a MOD5270
Replies: 2
Views: 3230

Re: Profibus on a MOD5270

I see that the MOD5270 development kit board has an RS485 level shifter that comes with it, so running twisted pair cable for the physical layer interfacing side of it is the easier part. More of a challenge would be writing the software protocol for the Field bus Data Link layer and the Application...
by Kiwinet
Mon Nov 23, 2009 1:44 am
Forum: NetBurner Software
Topic: NetBurner Music Player in Flash
Replies: 5
Views: 4573

Re: NetBurner Music Player in Flash

I've added a cheap USB $20 (320 x 240 pixel) temperature monitoring webcam in the last 24 hours. I wanted to pretest for a day before making it go live again with the Netburner, so thats why it timed out on you. The focus is not quite as sharp as a more expensive wireless IP (ethernet port) security...
by Kiwinet
Fri Nov 13, 2009 10:28 pm
Forum: NetBurner Software
Topic: Is there a smiple way to add a (free) gauge to a web page?
Replies: 4
Views: 3928

Re: Is there a smiple way to add a (free) gauge to a web page?

Thats Ok. These gauges are visually appealing. Thanks for pointing these out. I assume that you have already created your own webpage already from Netburner. In less than a couple of minutes I unzipped bindows_free_gauges_11_beta2.zip which I downloaded and copy and pasted (verbatum) all the files a...
by Kiwinet
Fri Nov 13, 2009 4:49 pm
Forum: NetBurner Software
Topic: Is there a smiple way to add a (free) gauge to a web page?
Replies: 4
Views: 3928

Re: Is there a smiple way to add a (free) gauge to a web page?

Do you mean something like this ? :-

http://www.microwebserver.net/html/Sample.html (sample clock)

http://www.microwebserver.net/html/Sample2.html (sample speedometer )

These sample gauges are currently running via the NetBurner SB70LC development kit.
by Kiwinet
Thu Nov 12, 2009 11:16 am
Forum: NetBurner Software
Topic: Understanding TCP
Replies: 8
Views: 5771

Re: Understanding TCP

I created a new project and imported the three c files and now the console tells me "Nothing to Build" Follow this NetBurner video carefully, I think it should get around the problem, using the tictactoe example c files imported. http://www.netburner.com/video/importingprojectintoNBEclips...
by Kiwinet
Sun Nov 08, 2009 12:17 pm
Forum: NetBurner Software
Topic: NetBurner Music Player in Flash
Replies: 5
Views: 4573

Re: NetBurner Music Player in Flash

Thanks for the feedback Seulater. I've only really tested the FTP server via my NB internal IP address 192.168.30.2 which does work fine. My workplace network administator has put restrictions on FTP access, so up to now I had now way of knowing if port 21(FTP) has been working externally. DMZ has b...