Search results

  1. B

    EMAIL with WC32 or WC8

    Is the ssl feature works with the WC32 ? it seems not working for me. I'm using webcontrol board since 2010, never had to use ssl before. Now i have to switch to ssl and nothing seems to work. Anyone can help?
  2. B

    SNMP feature

    I don't know if it's possible to add SNMP feature to WC32 board?
  3. B

    plc code .zip

    I want to compile and upload plc code via internet. Instead of uploading the plc code directly via ****/plc.htm I would like to upload the compiled code to the board directly. Something like what we do when we want to upload gui files ****/wc32gui Is it possible to add this feature?
  4. B

    String into a Var

    Is it possible to set astring value into a var?     We can do : set var1 urom1    so can we do something like : set var1 str1 ?     Or can we use string table as a usable value table?     I.E :   tsteq var9 str1 callsub loop1
  5. B

    monitoring a 24v Batt with wc32

    Hey Guys!   I'm looking, to monitor 24v batts with wc32 boards. I already made it with wc8 wich is 0-5V analog input. Now with Wc32 there are 0-10 analog inputs.   I want to scale from  24.56v to 25.30v. Wich 25.30 is 100% full and 24.56v is the real 50% value. Under 50% the system will turn off...
  6. B

    Upload wc data to google sheet

    Hi, Did you ever tried to export data from a wc board to a google spreadsheet? Maybe we can use webcontrol .xml files and IMPORTXML(url, xpath) from google ? What do you think about this?
  7. B

    I2C, picaxe, wc32 communication

    Hi friends,   Simple question, I guess that is possible to make a communication between a picaxe such as 28x2 chip or 08m2 and my wc32 using i2c. But i never used i2c, i'm reading doc on wikipedia but it's so confusing for me. Maybe there is a simple way to understand this kind of...
  8. B

    wc32 output problem

    Hi guys,               I use a wc32 board to turn on 12vdc relay #rtb14012f. No i don't use wc32 direct output, i use a little IC named uln2803a (NPN darlington transistor). So everything work well about 15 minutes, then nothing.     I discovered that my outputs do not give me 5vdc amymore. Some...
  9. B

    using distance sensor

    HI,      I use a mb7052 distance sensor. http://maxbotix.com/documents/XL-MaxSonar-WR_Datasheet.pdf   I know i need to use 3v to 5.5v to operate the sensor. I use the analog pin  then plug it to my wc32,  but i don't have an acurate reading.  I think I may use different voltage to make it...
  10. B

    http://192.168.1.15/api/setvar.cgi?varid=15&value=

    The topic name is the question.       Is it possible to set var value to another board value ?       http://192.168.1.15/api/setvar.cgi?varid=15&value=   http://192.168.1.15/api/setvar.cgi?varid=15&value= (here the aip 5 value)       I tried a lot of ridiculous thing and nothing work:    ...
  11. B

    analog and pwm

    Hi Guys,                 I know it's realy simple for you but i need to know and understand.  I want to read a PWM signal from another device such as wc8, wc32 or picaxe etc.  I wish to use wc32 to read a signal using analog input pins.       I've done a realy simple test today with pwm on the...
  12. B

    Need help with a code

    Hi, It's supposed to be realy simple. I want to send an email when ip1 to high <= 58mins. Also set op1 to 1. The problem is that i receive false notification. POMPE_AL1: and  POMPE_AL3: are called for no reason.    Can someone give me help to make my code more efficent and reliable?       Here...
  13. B

    Wc8/32 email hidden link

    Hi, i would like to know if its possible to hide link in email with wc boards? I surfed the web to rind a solution and yes i found but it didnt works with wc boards. Maybe its impossible or i used the wrong way to do that. Someone can light me. :)??
  14. B

    rs232

    Cant find exemple or plc basic code for uart rs232 com. Can we use rs232 communication with wc8/wc32?
  15. B

    Analog sensor long range

    Hi,      how can I read an analog sensor over km? Cable isn't a good way I think because of interferences and voltage drop into the cable. Does it exist a kind of wireless transmitter of wired transducer or converter? I saw a lot of device on the net but i don't know if it's realy reliable.    ...
  16. B

    stalling board

    What should i do when a board is stalling? I do not have access to the board and i want to be able to reset it. Can i send something like a telnet instruction to force the board to reboot? Can i write a code that reboot board when it happens?right now, I have a wc32 in a forest and i cant reach...
  17. B

    Save and load on a USB PEN every minutes

    Hi,              I don't think that save and load in a usb device is very popular here, but this code is very usefull for my project, I use a USB pen as a backup flash drive for my wc32 project. In my case, i need to save var9 or load var9 from a usb flash drive every minute.   So,   Take a...
  18. B

    /nema4 case for wc8/32

    Hi guys,    What kind of casing you use with your wc8/32 board? I'm looking for a wheater proof case.      I took a look on   www.polycase.com  www.hammondmfg.com         Happy new year!
  19. B

    WC 8/32 WEBSET command

    Hi,      Is it possible that wc8 and wc32 do not execute webset command at the same speed.     If a wc32 send a webset command to a wc32 it looks like to be almost instantaneous. But if the same wc32 is sending a webset command to a wc8, it takes about 750ms to 1250ms. Is wc32 faster to execute...
  20. B

    spi rf reader

    Does anyone tested this kind of rf sensor SPI ?   http://www.ebay.com/itm/Mifare-RC522-Card-RFID-Reader-IC-Card-RF-Proximity-Module-SPI-Arduino-STM32-AVR-/330886790933?pt=LH_DefaultDomain_0&hash=item4d0a63bf15
Back
Top