Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - vitaliy

Pages: 1 ... 8 9 10 11 12 [13] 14
181
WebCat/WebCatPlus / Re: WebCat and DIO with tags
« on: January 12, 2007, 03:18:56 pm »
<form method="get" action="dio.asp">
<input type="hidden" name="I2CSTART">
<input type="hidden" name="I2CNUM" value="16">
<input type="hidden" name="I2CNUM" value="0">
<input type="hidden" name="I2CSTART">
<input type="hidden" name="I2CNUM" value="17">
<input type="hidden" name="I2CREC">
<input type="hidden" name="I2CNAK">
<input type="hidden" name="I2CSTOP">
</form>
^I2CNUM^

Start
Write 16 // DIO I2C address
Write 0 // PORTA UNIT
Start
Write 17 // DIO I2C address | READ
Read      // Read port A to internal buffer
Nak
STOP

WebCat server will replace ^I2CNUM^ with the received data byte from the internal buffer

Also, you can empty the internal buffer using the following form

<form method="get" action="dio.asp">
<input type="submit" name="CLR" value="IP - clear RX buffer of I2C Port">
<input type="submit" name="CLR" value="IB - reset TAG pointer of I2C buffer">
</form>





182
WebCat/WebCatPlus / Re: WebCat and DIO with tags
« on: January 12, 2007, 12:44:24 pm »
<form method="get" action="dio.asp" name="">
<input name="I2CSTART" type="hidden" id="I2CSTART">
<input name="I2CNUM" type="hidden" id="I2CNUM" value="16">
<input name="I2CNUM" type="hidden" id="I2CNUM" value="2">
<input name="I2CNUM" type="hidden" id="I2CNUM" value="255">
<input name="I2CSTOP" type="hidden" id="I2CSTOP">
<input type="submit" name="Submit" value="Set Outputs">
</form>

There are brief explanations of "Set Outputs" action

Start
Write 16 // DIO I2C address
Write 2 // PORTB UNIT
Write 255 // PORTB = 255
STOP
....

<form method="get" action="dio.asp" name="">
<input name="I2CSTART" type="hidden" id="I2CSTART">
<input name="I2CNUM" type="hidden" id="I2CNUM" value="16">
<input name="I2CNUM" type="hidden" id="I2CNUM" value="2">
<input name="I2CNUM" type="hidden" id="I2CNUM" value="0">
<input name="I2CSTOP" type="hidden" id="I2CSTOP">
<input type="submit" name="Submit" value="Clear Outputs">
</form>

There are brief explanations of "Clear Outputs" action
Start
Write 16 // DIO I2C address
Write 2 // PORTB UNIT
Write 0 // PORTB = 0
STOP


Please download DIO technical manual from www.bipom.com

Also, please look at examples of 8051/52 development system under
C:\\bipom\\devtools\\MicroC\\Examples\\8051\\tiny\\IO_Expander
to obtain more information on UNITS of DIO board




183
WebCat/WebCatPlus / Re: MINI-MAX/51-E and WebCat
« on: December 09, 2006, 06:45:43 am »
Please follow my instructions to get started with MMC
- format MMC Card using a PC reader to FAT (! Not FAT32 !)
- file naming should be 8 characters with 3 character filename extension (xxxxxxxx.xxx)
- copy the file directly at the root directory of MMC (! No Subfolders !)
- copy config.txt and password.txt from Webcat DEMO files/folder to MMC card
(please make sure you modify the IP address, password, user name etc. with your settings)

184
WebCat/WebCatPlus / Re: MINI-MAX/51-E and WebCat
« on: December 09, 2006, 02:47:16 am »

>Is it possible to run a working webcat (although with very limited resources) with just a MM/51-E board alone ? or it\'s mandatory to buy an MMC or a RAM/FLASH peripheral board ?

It is possible to run WebCat without MMC, RAM-1 boards if AT24C1024 EEPROM is installed into a DIL-8 machine socket on MM/51-E board.
In that case all the files served from serial EEPROM.

> Does the MMC board come with the cable to connect it with the MM/51-E board ?  

The MMC board can be installed on top of MM/51-E without a cable. If you need a flat cable it can be purchased separately.

> Does the MMC board already include the MMC or it has to be bought separately ?

separately

>To build a fully functional WebCat server is it ok to buy (in addition to the MM/51-E card I already have)

1) MMC-RTC-1
2) MMC card for the above one


YES

> Last question, is it possible to change the I/O status of the MM/51-E board via commands like "http://192.168.0.1/lights.asp?CLR=P1.0"
without any additional board ?

It is possible if  your setup has any file storage ( MMC, RAM-1, AT24C1024 EEPROM) to keep lights.asp.









185
WebCat/WebCatPlus / Re: TB1 Buzzer with WebCat?
« on: July 31, 2010, 01:46:43 am »
Quote
Is there a way (HTML tag or embedded/remote command) to
activate the Training Board 1 (TB1) buzzer through WebCat?

The current version of WC+ does not support such  a feature.
It is necessary to add a new command to open sources.
The simplest way is to generate waves using Timer interrupts.

186
I am sorry.  I mentioned WC+.
Please read http://www.bipom.com/web_faqs/us/318646.html#2

187

188
HyperTerminal drives DTR line of COM port switching between BOOT and RUN modes.
To solve the problem just remove JP1 ( BOOT) jumper.
Note, if JP1 is open you will not be able to download.
To restore that feature install the JP1 back.

189
WebCat/WebCatPlus / Re: Hard Drive Set type error, ec=1022
« on: October 29, 2007, 01:54:51 am »
Please describe all your steps in details.

190
WebCat/WebCatPlus / Re: Hard Drive Set type error, ec=1022
« on: October 19, 2007, 02:30:18 pm »
did you download webCatPlus firmware to the board ?

191
WebCat/WebCatPlus / Re: Issues with MMC-RTC
« on: February 02, 2007, 03:46:54 pm »
Please note !!! * HARD DRIVE: I2C EEPROM * !!!
You downloded I2C firmware to the board ( not MMC firmware)
Please select MMC under  Firmware list box to upgrade


192
WebCat/WebCatPlus / Re: Issues with MMC-RTC
« on: January 29, 2007, 03:43:32 am »
OK :-)
I hope everything will work fine on your side with the cards you have

Best regards,
Vitaliy

193
WebCat/WebCatPlus / Re: Issues with MMC-RTC
« on: January 26, 2007, 02:59:23 pm »
2  hawui1

I fixed the timing issue of 256MB MMC

Please download the latest WebCat  release
from
http://www.bipom.com/support/webcat_26_jan_2007.zip

and upgrade WebCat firmware ( MMC version)

194
WebCat/WebCatPlus / Re: Issues with MMC-RTC
« on: January 21, 2007, 04:15:16 am »

2hawui1

I can duplicate issues with 256MB MMC from KData.

Success writing 512 bytes, 03FC00-03FDFF
Hard Drive Write error,ec=2143 3 2 251
Error downloading program, ec=2143

I will let you know as soon as I solve them

195
WebCat/WebCatPlus / Re: Issues with MMC-RTC
« on: December 26, 2006, 12:08:24 pm »
>> no more garbled files (!) this is a very nice news !!

It seems you can move with your application now.
You can download/debug using 128K disk images
and put the final huge WEB site using a PC\'s reader.

In any case I will try SanDisk 128MB and let you know.



Pages: 1 ... 8 9 10 11 12 [13] 14