Hello, I actually had a similar problem. Using the RCM37 it was working for a while and then "stopped" working. The Red PCB is lead free and the lead free...
Adnan Mohammad-Ali
aali@...
Jun 1, 2008 11:21 pm
37899
Hello, I use Rabbit web, and need to put a zhtml page into a directory different of root. I have: ... #ximport "/frmparams.zhtml" frmparams_zhtml #ximport...
... SSPEC_RESOURCE_XMEMFILE("/iec/frmparams.zhtml",frmparams_zhtml), The file name is 20 characters. I think that is the default max URL length. I don't...
... Omar -- The SSPEC_MAXNAME define is too small for you. Check out LIB\TCPCIP\ZSERVER.LIB for details. In your main code, before you #use things, do this: ...
... http://www.rabbit.com/products/GPRS_App_Kit/ It is not necessary but you can get it if you feel more comfortable using it. We are not working with it. ... ...
... I guess reset and ground are ok, otherwise the RCM can't run. How to check the connector of the programming cable? [cut] ... I'm not sure I correctly...
Update: I checked the signals on the programming header on RCM4100 during programming. I can see some activity on the RXA and reset pins (1 and 5). But no ...
That is expected, You won't be able to measure the signal on CLKA because the frequency of the signal will be high. Something is going wrong from my...
Adnan Mohammad-Ali
aali@...
Jun 3, 2008 1:18 am
37906
... CLKA is not used, it should stay tri-state. ... Yes, but that does nothing until after downloading the pilot bios. Hard to see it on a scope as it is a...
I talked with Rabbit support and they discouraged me from using PC6:7 as general purpose I/O pins. In my opinion this is not related with my problem (otherwise...
... PC6:7 are used by the serial cable for the debugger. You can use TXA/RXA while not using the debugger if the device has a relatively high impedance. The...
... running ... You said "when running the debugger": do you mean when the debugger is enabled under Project Options? So if I don't enable that option (as well...
Dear all, I have some question. If I have several costates , and I would like to place the watchdog in my code . How can I protect from bug or endless loop in...
One way is to use the Virtual Watchdog functions. You can have up to 10 virtual watchdogs if I remember correctly. See VdGetFreeWd() in the DC function...
Trying to run SNMP1.c on a RCM4000. When I try to hit the RCM with snmpwalk, I see "SNMP: unknown community '' " and "SNMP: bad initial squence" in the...
Hi All, I will have lines of Rabbit based, ethernet enabled controllers installed in production, and a star topology for ehternet will make my life harder. So,...
... installed in production, and a star topology for ehternet will make my life harder. So, my initial guess is to use a 3 port hub/switch (1 port for uplink,...
... installed in production, and a star topology for ehternet will make my life harder. So, my initial guess is to use a 3 port hub/switch (1 port for uplink,...
Ethernet can run on several different physical interfaces. 10Base-T is the most widespread, but if you want to "daisy-chain" as many as 30 devices, you should...
10base2 equipment is getting harder to find as it is soooo passe. Is this something where RS-485 may be used more effectively? What kind of datarates are...
Our application now requires us to timestamp I/O events with millisecond accuracy, and be able to sync the RTC with an external source. Because the RTC can be...
... <snip> ... It's one reason the early 1990's DOS (and later Win 3.1) networking product Lantastic became so popular because it was affordable to many ...
Hi all, I have a product on RCM3700, where the binary image is nearly 462KB. The product contains SH Designs UDP Downloader, SNMP, SMTP, WebServer some applets...
I save some parameter such as IP address , configuration and etc in FS file system. I will save these parameters when I send a TCP command for writing . ...
Hi. The flash memory has a short lifetime at high amount write operations. I think 100000 cycles. You should care that writing to flash should be only done...
Dear friends, I am using RC4400WM in first time. When running sample code WiFiScan.c, an error message is displayed. I attach the error message in this e-mail....
indra hardian
indrahardianm@...
Jun 13, 2008 2:10 pm
37927
Hi, is there any way to read/write userblock data from a ram compiled program? Using physical addressing? Note: I'm working with a 2300 module and dynamic c...
Have you thought of using battery backed RAM as an alternative. Works very well, lifetime should be about 5 years for a battery and you have no write...