Skip to search.
tern · TERN Community

Group Information

  • Members: 473
  • Category: Computers
  • Founded: Nov 2, 2001
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

  Messages Help
Advanced
Messages 1763 - 1792 of 2261   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1763 Fernando Delgado
homo_tern Offline Send Email
Jan 2, 2008
12:15 am
Hello As Mr. Lodhi you can set the PIO to monitor your source code, I suggest do follow: - If you write an ISR routine for time service, observe there a few...
1764 Normin Parkin
normin_parkin Offline Send Email
Jan 2, 2008
12:34 am
Dear Sir, I am working with 586P. I want to know ordering information if i want to buy new 586P with "CF card Ejector" coz the CF card mounting is not robust...
1765 regardless9988 Offline Send Email Jan 2, 2008
4:09 pm
All, I need to control an Allen-Bradley PowerFlex 40 AC drive from an EL controller. The PowerFlex will respond to Modbus commands, so I need a way to...
1766 TERN (Chon)
tern_inc Offline Send Email
Jan 3, 2008
2:53 am
Hi all, Just wanted to follow up for the benefit of others out there. I've checked in with Fritz, and we found the solution. Basically, the configuration file...
1767 TERN (Chon)
tern_inc Offline Send Email
Jan 3, 2008
2:58 am
Hi there, The code you have below is not correct. The function 'rtc_rd' expects you to pass it the pointer to a region of memory that has been *allocated* for...
1768 Lance Collier
lcollier1223 Offline Send Email
Jan 3, 2008
4:41 pm
Dan: I have written code for a Modbus Slave using a serial port on a Tern with no problems, but not a Modbus Master. The protocol for Modbus communications is...
1769 regardless9988 Offline Send Email Jan 3, 2008
6:41 pm
Lance, If you could send me the slave code, that would be a big help. It's odd, but the Modbus protocol and these PowerFlex 40s is a little strange....
1770 qiu.dan1984 Offline Send Email Jan 6, 2008
7:53 am
Hi, Tern I am facing a problem when using "l_retval = fs_fopen(filename, O_RDONLY);" The l_retval->ff_status returned is 0x7, which indicate fDIRFULL. I've...
1771 wongthee Offline Send Email Jan 9, 2008
3:55 pm
During my last debug, the computer hung up. After turn the power off both the RBox and the computer and back on, my R-Box would not communicate with Paradagm...
1772 Fritz
sonnichs Offline Send Email
Jan 12, 2008
12:29 am
I need to set some usecond delays on the 586D. delay0 and delay_ms are loop based and processor dependent hence they are not accurate. Per the 586 guide "For...
1773 lynehamdave Offline Send Email Jan 12, 2008
4:08 am
Hi Chon et al, If I make a call fs_sprintf(dest, "%s\n", sz); and strlen(sz) > 0 then the string sz is written and 0x0D (\r) and 0x0A (\n) are tacked on the...
1774 Fritz
sonnichs Offline Send Email
Jan 14, 2008
12:15 am
I had a chance to further investigate this over the weekend, and for the record, the module samples/5E/SWT.C accomplishes what I need. The code provided in the...
1775 Bill Finger
creare_coder Offline Send Email
Jan 15, 2008
4:07 pm
Fritz, Are you using the small memory model? If so, you should declare SWTRMILLI as far. Bill...
1776 regardless9988 Offline Send Email Jan 15, 2008
4:08 pm
All, My program has gotten quite large as the project moves along. I've needed to get Tern Ethernet-LCD units with 256KW of RAM to handle the code size of ...
1777 dad4113 Offline Send Email Jan 16, 2008
12:42 am
I would like to know what changes I need to make in my code/configuration to go from EL40, 256K SRAM to EL80, 512K SRAM. The same code/config runs OK on both...
1778 Fritz
sonnichs Offline Send Email
Jan 17, 2008
3:56 pm
Thank You- adding far to the defintions for SWTMRMILLi and SWTMRMICRO allowed me to compile the program Fritz...
1779 dad4113 Offline Send Email Jan 17, 2008
10:51 pm
For the benefit of others out there, the problem was that the new board didn't include a battery to maintain the SRAM contents. One of the Tern support people...
1780 lynehamdave Offline Send Email Jan 22, 2008
4:04 pm
Hi All, I wrote a very quick and dirty function for copying files on the CF card using fs_fgetc() and fs_fputc(), but its inefficient and very slow. Did...
1781 callus1813 Offline Send Email Jan 22, 2008
10:15 pm
Over the past 10 years, I have been actively involved in the tool and die business. I have designed and manufactured many enclosures for various products....
1782 lynehamdave Offline Send Email Feb 1, 2008
4:16 pm
Hi Chon & all, I'm having trouble with fs_frdump() on the EL. It seems to either read BUF_SIZE bytes (#defined to 512) or 0 bytes. If I try to copy a file ...
1783 Bill Finger
creare_coder Offline Send Email
Feb 1, 2008
5:34 pm
Dave, 512 is by no coincidence the sector size on the card. Some cards fail if you try and read/write anything other than one full sector. You should just...
1784 TERN (Chon)
tern_inc Offline Send Email
Feb 1, 2008
6:07 pm
Dave, fs_frdump() does allow the reading of a variable number of bytes... but the requested # of bytes can't be greater than the number of bytes remaining. In...
1785 lynehamdave Offline Send Email Feb 1, 2008
10:49 pm
Hi Bill & Chon, Thank you very much for getting back to me so quickly. I found I could get the function to work by specifying exactly how many bytes to read. ...
1786 TERN (Chon)
tern_inc Offline Send Email
Feb 1, 2008
10:55 pm
Dave, Appreciate the code, and I do hope others find it useful. The comment regarding "far pointers" is definitely outdated. All of the current filesystem...
1787 ata_r333 Offline Send Email Feb 18, 2008
9:05 pm
Hi, I have problem with SC and I2chip, when I use Ethernet cable RJ45 connector to my PC, then the SC always be restart. Please help me check the problem ...
1788 prodri63 Offline Send Email Feb 21, 2008
4:34 pm
Hello, I've just received by EL board w/ LCD and wanted to see what it was capable. I'm trying to get some info on how to do a couple of things with the LCD: ...
1789 Lawrence Ho
lholho Offline Send Email
Feb 22, 2008
11:04 pm
Hi Anyone here interested in providing me a board that is interfaced with a linescan device. We would be paying for the engineering work and material costs....
1790 Alexei Krasnopolski
alexei_krasn... Offline Send Email
Feb 25, 2008
5:05 pm
Hello Lawrence, Give me please more information to make decision: 1. What kind of linescan device you want to control? 2. What kind of board you want to use? ...
1791 gendelm82 Offline Send Email Feb 27, 2008
4:32 pm
Hello, I have an RA 186 device and trying to run it in production mode. In the manual it says that i should load L_29F400.hex file. There's actually no such...
1792 lynehamdave Offline Send Email Feb 29, 2008
4:05 pm
Hi Everyone, Commissioning a Tern-based product here in Japan just now. It would be really good to find out exactly how much heap and stack is used ...
Messages 1763 - 1792 of 2261   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help