Posts

Showing posts from August, 2011

Arduino constantly "screams" ARP broadcast

hi everyone, since bought me arduino 2560 w5100 ethernet-shield measure stuff home-automation, network has become totally laggy , unstable. i have used wireshark going on there , figured out arduino "yelling" arp 192.168.1.248 in fixed intervall. this device homematic-control-unit, provides connection server. when arduino disconnected network, devices answer pretty fast (<10ms) ping request. after powered, goes random devices not showing or answering after 200ms. in opinion broadcasts source of problem. the overall network contain 2 wifi-ap's, 2 switches , firewall , ton more of components. so question - since arduino gets ip dhcp reservation device a.m. ip (...248) - how can teach arduino mac-address of homematic-device or use arp-table. from other posts, have seen using arp-table might problem w5100 shield. any ideas how solve this? regards, maeffjus btw: here code use: (only first few lines should interesting problem, ccu homematic-device) code: [select] #

Using a Pi as mediacentre, control from phone - Raspberry Pi Forums

Image
hello everyone! i've been scouring internet while , frankly, there's information ended drowning in it. figured post on forum might worth shot here's idea: have large usb hdd (external powered) laying around , want try , turn kind of mediacenter. basically, i'd 3 things: - connect smart-tv watch video's stored on drive - play music on stereo (in no way connected tv) - able browse through hdd, select , play music using phone remote ideally, run 24/7, nice if set when booting, don't have plug in keyboard again set things since tv connected via cable router, figured easiest way connect pi tv hooking router too. think can use simple 3.5mm jack connect pi stereo. controlling multiple phones, , having them sync (so each phone display same 'now playing' , such), seems hardest part (to me @ least). have 7 years experience linux (debian based) , not shy use terminal. question here: how make system, , os/software should install? (once again, there

Besoin d'aide

Image
bonjour, je possède un buzzer passif que j'avais eu dans un kit : http://www.banggood.com/mega-2560-r3-development-board-starter-kit-basic-kit-for-arduino-diy-p-918190.html je souhaiterais en acheter d'autres (une dizaine) le plus près au niveaux des spec que celui que j'ai. celui que je possède doit être pour 5v max (je suppose) vu le volume que ça sort dans mon montage test. https://www.youtube.com/watch?v=dhvqd5avkse je regarde en ce moment sur conrad mais je suis un peu perdu avec leurs catégories. ce que je recherche est un buzzer dont je peut faire changer le son et pas juste un bruit continu en présence d'une tension. est ce que quelqu'un sait ou je pourrais en trouver le moins cher possible (même si c'est en chine) merci d'avance salut, on en trouve de partout ce que tu cherches est un buzzer passif qui n'est qu'un haut parleur en résumé http://www.dx.com/s/passive+buzzer Arduin

Plugin access to preferences

two questions: 1. section , key strings avappgetpref______() available 3rd party usage? i saw legacy keys in avprefsd.h, there must more preferences using new avappgetpref______() calls. in particular situation, i'm creating plugin creates measurement annotations (beyond standard 2d, 3d, & geo measurements built in) , use customers' general preferences "measuring line color", units, etc. 2. can plugins create own prefs can stored avapp? in case, need store pathname of license key file customer may have anywhere on hard drive. -- lee no, can't add own prefs. as far getting other preferences - if can tell me ones need, can find keys need. More discussions in Acrobat SDK adobe

Can not print via Acrobat, Distiller stopped crashed CS3 Mac Leopard all updated

hello,<br />running powermac g4 os 10.5.2 leopard , cs 3, updated latest version e.g. acrobat 8.1.2.... printing via distiller , creating pdf not possible, neither through of other adobe applications nor word or quark. every time print create crash report, sample crash report attached. idea?!?!?!?! , happy holiday!<br />process:         distillerintf [1047]<br />path:            /applications/adobe acrobat 8 professional/acrobat distiller.app/contents/macos/distillerintf<br />identifier:      distillerintf<br />version:         ??? (???)<br />code type:       ppc (native)<br />parent process:  pdf800 [1044]<br /><br />date/time:       2008-05-11 11:25:54.776 +0200<br />os version:      mac os x 10.5.2 (9c7010)<br />report version:  6<br /><br />exception type:  exc_bad_access (sigbus)<br />exception codes: kern_protection_failure @ 0x0000000000000000<br />crashed thread:  1<br /><br />

Thread: Launch Terminal Application on Login

i have mono terminal application needs run on login, adding using system -> preferences -> startup applications doesn't start it. if does, can't see, need able see application. me no if can't see it. tried writing bash script runs this: code: gnome-terminal --command="mono application.exe" but message box saying gnome-terminal having error launching child process or that. right now, have following bash script works if double-click on desktop , choose display in terminal, fails launch when added startup application: code: #!/bin/bash cd ~/appdirectory mono application.exe can me this? oh, , i'm running ubuntu 9.04. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Desktop Environments [gnome] Launch Terminal Application on Login Ubuntu

Indoor Localization

hello, im working on project require accuracy down two-three inches, , speed of communicating location crucial. this topic has been discussed on these forums share game plan. using 4 xbee radio/or wifi beacons localization , 1 on person. unlike plans, need weakest radios possible, there variable transmission long range, , lag speed. on external server (my computer), map out beacons, , tag them unique identifiers. lay out digital coordinates within xbee's area of responsibility, based on identifier. when individual walks in, picks 4 of beacons, uses rssi, , calculates exact grid coordinates. know there variations of error in xbees, way supposed work (in head) takes distances, , smooth's them out through code. if 1 of beacons waivers more 5% expected value (based on other 3 beacons), assumes momentarily beacon off, , renders output temporarily unavailable (and outputs expected result) until gets within accuracy. when individual enters new grid, localization swaps on new

How to power 9- 1w LEDs with separate control?

Image
hello, want separately control 9-1 watt leds through 9 of digital pins on arduino, planned on using logic level mosfets need some more info i'm rather new arduino , figured out code side need figure out how power them , curious kind of resistors need , if need 9 separate mosfets or if need 9 drivers if want run them parallel? powered 12vsupply they 3.5 v 3.7 v leds 350ma any appreciated! about resistors: you need 1k on every mosfet gate (especially pwm mode) , load on led need resistor of (12 - 3.7) / 0.350 = 23 ohms of power (12 - 3.7) * 0.350 = 3 watt (better more ) about mosfets: you can use to220 n-channel mosfet, read datasheet , graph lines, 1 every voltage on gate (vgs) (it's first graph), may need heatsink if use pwm about connection: if connect them in groups it's better connect them in series, cannot connect more 2 on every channel, in case need smaller resistor (subtract 3.7v on formulas) about power supply: are sure can handle 4

Opérateur logique ET

bonsoir je suis embêté car j'ai écrit un programme pour un système de fenêtre automatisée dans lequel j'aurai besoin d'un "if" portant trois conditions (que je vais nommer b et c pour que ce soit plus simple) mais ce programme ne marche pas correctement. je l'ai écrit comme ça: if(a&&b&&c) ... est-ce-possible de mettre 3 conditions? car mon programme se compile mais ne mais ne fonctionne pas totalement, il semble ne prendre en compte que les deux premières conditions. merci de votre aide bonjour, il faut utiliser l'opérateur && (et booléen) et pas & (et bit à bit). Arduino Forum > International > Français (Moderators: jfs, Snootlab) > Opérateur logique ET arduino

Raspi 2 doesn't reboot after timezone change - Raspberry Pi Forums

hello, have strange problem setting raspi clock. can set timezone in raspi-config selecting continent , city , "ok" selection. raspi-config doesn't reboot after that, doesn't ask if should rebooted. date , time remain same, day in 2015. internet connection seems work alright (at least websites). board use raspi 2. trying sudo dpkg-reconfigure tzdata doesn't help, opens same menu same problem. didn't find mention in forum - ideas might going on? reboot necessary, change activated other way? ideas might me out of this. markku i don't think it's timezone problem. when date/time far off on system, changing tz not correct that. may have network connection, reason time not updated automatically. there corporate / educational firewall between pi , outside world? raspberrypi

How make fuzzy logic coding for arduino UNO?

Image
dear sir, make coding of fuzzy logic arduino uno, coding aeroponic system,i have 2 input variabel, there temperature , humidity, , output duration of pump. so, rules 15 rules. please me making coding arduino. thx sir this rules of fuzzy: 1. if (humidity lembab) , (temperatur dingin) (duration c)   2. if (humidity lembab) , (temperatur sedang) (duration s) 3.if (humidity lembab) , (temperatur hangat) (duration as) 4.if (humidity agaklembab) , (temperatur dingin) (duration s) 5. if (humidity agaklembab) , (temperatur sedang) (duration as) 6. if (humidity agaklembab) , (temperatur hangat) (duration sd) 7. if (humidity normal) , (temperatur dingin) (duration as) 8. if (humidity normal) , (temperatur sedang) (duration sd) 9. if (humidity normal) , (temperatur hangat) (duration al)  10. if (humidity agakkering) , (temperatur dingin) (duration is sd) 11. if (humidity agakkering) , (temperatur sedang) (duration is al) 12. if (humidity agakkering) , (temperatur ha

Use RPi as local hotspot - Raspberry Pi Forums

Image
hey guys! have raspberry pi 2 webserver running on it. client device smartphone. problem is, rpi not connected internet , need alternative way connection webserver. idea is, buy sort of wifi-dongle , create local hotspot client devices can connect. possible , when yes, hardware (adapters, etc.) need? sorry bad english benedikt raspberrypi

You like to create an picture gallery, it is right here explanation. - Joomla! Forum - community, help and support

here little bit information on knowledge. if create picture gallery use 1 free , great http://www.jalbum.net go link , download free program. create 2 directory on desktop example= 'holiday pictures'  other directory 'pictures'  put picture have in 'pictures' directory run jalbum. click setting on left hand site,you see image directory , output directory, drag 'pictures' folder on image directory section , drag 'holiday picture' directory out putdirectory section , click close these paths making now. , click create.after process done,your picture gallery show in holiday picture directory, can go in , click index file in there, can take look, how looks.this program has lot of skins can use whichever skins to. then use ftp program upload of directory in host. , picture gallery done. then go joomla administrator panel , create main menu name picture gallery , type link http://www.yoursite.com/holidaypictures here ready. http://www.sitename.com/ho

Thread: I think I accidentally deleted activation email...

i have bad habit of emptying spam folder before see what's in it. may have deleted activation email, it's possible hasn't arrived yet. can me out? thanks! disregard, got taken care of. Forum The Ubuntu Forum Community Ubuntu Community Discussions Resolution Centre I think I accidentally deleted activation email... Ubuntu

wiring of ILI9225 display plus SD slot ?

Image
hello, how have wire ili9225 display http://www.ebay.de/itm/201042408158?_trksid=p2059210.m2749.l2649&sspagename= to arduino mega pins if wish use spi both tft , sd slot? standard tft breakout pin 7. clk surely 52, 8. sdi supposed mosi (51), but arduino pins connected standard 6. led, 9. rs, 10. rst, 11. cs... ? and following 2 expand pins wired: 1. sd_cs--sd cars chip selection pin 5. f_cs-- spi flash signal quote code: [select] 11pin standard wiring used io: 1. vcc--power supply (5v/3.3v) 2. gnd-- power supply (gnd) 3. gnd-- power supply (gnd) 4. nc--no connect 5. nc--no connect 6. led-- pick io control light off or pwm brightness control 7. clk--spi clock signal 8. sdi--serial data input pin 9. rs--command (rs=0)/ parameter (rs=1) 10. rst--reset pin 11. cs-- chip selection pin 5 pin expand wiring used io: 1. sd_cs--sd cars chip selection pin 2. sd_mosi--mosi input 3. sd_miso--miso output 4. sd_sck-- spi clock signal 5. f_cs-- spi flash signal thanks in advance!

PIANO PROJECT NEED HELP!!

i working on project grade 10 computer science , piano has 7 keys using capacitative sensor , supposed teach songs twinkle twinkle little star illuminating led corresponding key , playing tone on speaker. also, random scales part timed , have press keys fast can light up.t unfortunately, have come few problems. 1. ran out of outputs , have use shift register. have no idea on how control each of outputs. 2. when game starts want there 2 options song , random scales using randomseed have not found way them pick option. think can user input typing or them pressing key not sure. 3. pretty new on arduino helps. finally using arduino uno , why short pins because have 1 gnd 1 speaker , rest key inputs. thanks, first of all, don't shout! please change title. 1) let me google you but! if count don't see way ran out of pins. count 7 keys, led each key makes 7 + speaker. makes total of 15 pins. arduino uno has 20... 2) why not? design it, decide use select

Thread: Cannot Boot after Karmic install, Grub Error 15

ok, installed karmic, haven't been able boot up. computer tells me this. code: grub loading stage1.5. grub loading, please wait... error 15 i've tried reinstalling, karmic, i've tried reinstalling grub2 none of seems work - i've read not supposed edit grub.cfg far can tell right in there should be. ran script gave me information, not sure here is. code: ============================= boot info summary: ============================== => no known boot loader installed in mbr of /dev/sda => no boot loader installed in mbr of /dev/sdb => no boot loader installed in mbr of /dev/sdc => no boot loader installed in mbr of /dev/sdd => grub0.97 installed in mbr of /dev/sde , looks on boot drive #3 in partition #1 /boot/grub/stage2 , /boot/grub/menu.lst. => no boot loader installed in mbr of /dev/sdf => no boot loader installed in mbr of /dev/sdg sda1: ________________________________________

Thread: upgrade or install?

Image
should install or upgrade? havent changed jaunty no great loss. user stuff backed up. have better chance of keeping devices operating upgrading? posted mjhouska should install or upgrade? havent changed jaunty no great loss. user stuff backed up. have better chance of keeping devices operating upgrading? i recommend new install. if not have separate home partition, time create 1 in future moves, data protected , have more options test or have side side installs. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Installation & Upgrades [ubuntu] upgrade or install? Ubuntu

Removing Wolfram Desktop Icons - Raspberry Pi Forums

hello. been uninstalling of bloat pi , removed wolfram/mathematica using: sudo apt-get purge wolfram-engine sudo apt-get autoremove wolfram , mathematica still have menu icons in lxpanel's menu. read icons there populated /usr/share/applications, looking in directory don't see looks responsible. know how can rid of these? if right-click on 1 of ions in panel menu pops up. choose 'application launch bar settings'. choose , you'll dialog can remove applications. raspberrypi

templates...C++ code in the .h file

i've been using same file in projects left , right while now.  works , works well, i've been told it's bad have code in .h file.  reason though, can't make work out template function.  is there better way instead of putting code in .h file have? eeprom_funcs.h code: [select] #ifndef eepromfuncs_h #define eepromfuncs_h #include <eeprom.h> template<class t> void writetoeeprom(int address, t& value) {   union {     t type;     byte b[sizeof(t)];   }   temp;   temp.type = value;   (int = 0; < sizeof(t); i++)   {     eeprom.write(address + i, temp.b[i]);   } } template<class t> void readfromeeprom(int address, t& value) {   union {     t type;     byte b[sizeof(t)];   }   temp;   (int = 0; < sizeof(t); i++)   {     temp.b[i] = eeprom.read(address + i);   }   value = temp.type; } #endif quote it works , works well, i've been told it's bad have code in .h file. in general, is. sometimes, though, templates,

[svn:fx-trunk] 5176: Temporary fix for sdk-19414.

revision: 5176 author: aharui@adobe.com date: 2009-03-05 10:54:09 -0800 (thu, 05 mar 2009) log message: ----------- temporary fix sdk-19414. eliminate word-wrapping of panel title. clip it. ellipsis code added later qe notes: none doc notes: none bugs: sdk-19414 reviewer: glenn tests: checkintests mustella:fxbuttonbar, fxlist ticket links: ------------ http://bugs.adobe.com/jira/browse/sdk-19414 http://bugs.adobe.com/jira/browse/sdk-19414 modified paths: -------------- flex/sdk/trunk/frameworks/projects/flex4/src/mx/skins/spark/fxpanelskin.mxml More discussions in Commits adobe

[svn] 4695: Modify asdoc tool to support SkinState and SkinPart.

revision: 4695 author: gauravj@adobe.com date: 2009-01-27 14:54:54 -0800 (tue, 27 jan 2009) log message: ----------- modify asdoc tool support skinstate , skinpart. remove unused code. qe notes: none. doc notes: none reviewed by: paul (skinstate change) tests: checkintests modified paths: -------------- flex/sdk/trunk/modules/asc/src/java/macromedia/asc/parser/metadataevaluator.java flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/asdocutil.java flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/classtable.java flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/doccomment.java flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/doccommenttable.java flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/toplevelclassesgenerator.ja va flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/toplevelgenerator.java flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/lang/standarddefs.java More discussions in

Arduino + usb3G

salve tutti, devo realizzare con arduino una specie di video telefono utilizzando solo una penna usb 3g (quindi senza shied wifi ecc). sapreste consigliarmi come fare? scusami, vuoi utilizzare l'arduino per fare le videochiamate ? usa il cellulare . la penna la puoi mettere con l'arduino ma dovresti mettere un host usb, devi avere la libreria per la gestione e la useresti come un modulo wifi per il collegamento in rete. se non ti sei presentato presentati .. altrimenti caxxiatone. Arduino Forum > International > Italiano > Generale (Moderator: leo72) > Arduino + usb3G arduino

SPI liquidCrystal Library for HD44780 based displays

i'm trying use spi port control hd44780 character based lcd. followed tutorial http://playground.arduino.cc/main/liquidcrystal , not work. the errors below shown. code: [select] helloworld_spi:47: error: no matching function call 'liquidcrystal::liquidcrystal(int)' c:\users\cs\documents\arduino\libraries\liquidcrystal/liquidcrystal.h:86: note: candidates are: liquidcrystal::liquidcrystal(uint8_t, uint8_t, uint8_t, uint8_t, uint8_t, uint8_t, uint8_t, t_backlighpol) c:\users\cs\documents\arduino\libraries\liquidcrystal/liquidcrystal.h:83: note:                 liquidcrystal::liquidcrystal(uint8_t, uint8_t, uint8_t, uint8_t, uint8_t, uint8_t, uint8_t, uint8_t, t_backlighpol) c:\users\cs\documents\arduino\libraries\liquidcrystal/liquidcrystal.h:78: note:                 liquidcrystal::liquidcrystal(uint8_t, uint8_t, uint8_t, uint8_t, uint8_t, uint8_t) c:\users\cs\documents\arduino\libraries\liquidcrystal/liquidcrystal.h:76: note:                 liquidcrystal::liquid

water detection through capacitive sensor

Image
hi everybody, i'm new forum , couldn't find presentation section, apologize in advance if i'm breaking rule my idea sense water using capacitive touch button, using cap1188 interfacing arduino: i'm afraid such sensor couldn't sensitive enough detect little quantities of water (like drop or two), since it's made detect variation of capacitance due human body (very higher). did has experimented in way? please give me hint? thank guys hi, welcome forum. a drop or 2 ? nothing compared human body. there capacitive touch library use arduino : http://playground.arduino.cc/main/capacitivesensor the cap1188 can adjust sensitivity , better, think drop or 2 not possible detect. it possible use capacitive sensor measure moisture of soil. not single wire in ground, probe-like circuit board using 2 'plates' , capacitance measured between plates. varies when soil around contains more water. http://wemakethings.net/chirp/

3.5 Inch TFT mirror inverted output

hello, i have cheap 3.5 inch tft. wirering ok. have right output mirror inverted (horizontally). i use arduino due. tft powered ili9481. i found post told myglcd.switch_lcd_tb_bit(1). is there fixed library? searched via google , github. all libs same. thanks help. welcome i attached source code ili9481 driver ver : 2.0 it fixes version 1.x problem editing original file f : \ arduino \ libraries \ utft \ tft_drivers \ ili9481 \ initlcd.h initlcd.h ili9481 ver:2.0 code: [select] case ili9481: lcd_write_com(0x11); //0x11 delay(20); lcd_write_com(0xd0);   //(0xd0) lcd_write_data(0x07);  //(0x07) lcd_write_data(0x41);  //(0x42) lcd_write_data(0x1d);  //(0x1b) lcd_write_com(0xd1);   //(0xd1) lcd_write_data(0x00);  //(0x00) lcd_write_data(0x2b);  //(0x07) lcd_write_data(0x1f);  //(0x10) lcd_write_com(0xd2);   //(0xd2) lcd_write_data(0x01);  //(0x01) lcd_write_data(0x11);  //(0x02) lcd_write_com(0xc0);   //(0xc0) //panel driving setti

Thread: Internet settings

Image
i have firefox 3.5.3 , having issue viewing websites in ubuntu 9.04. when go website, images on site smaller usual , difficult see. if hold down control button , move wheel on mouse, can adjust size. unfortunately, have every page visit. there image size setting somewhere missing? thanks ) this won't , kind of random, it's thing can think of. don't know greasemonkey, if have installed maybe there's script automatically downsizes everything?? Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] Internet settings Ubuntu

Thread: sound dissapeared

i have upgraded 9.10 beta couple of weeks , have lost sound. used work , appears fine except not hear anything. sound card appears under lspci, not muted , see applications using sound server when try play sth. not hear anything. have tried using mplayer cli, listening online videos/music or watching videos locally. ideas ? hello, advice wait little, till final release out. if not, can mess pulseaudio preferences or alsamixer. happening me time time, while making upgrade since alpha 5. configurations seems change , need put back. regards! Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Installation & Upgrades [ubuntu] sound dissapeared Ubuntu

Migration from Beta to Release Candidate.... - Joomla! Forum - community, help and support

greetings, almost resist installing 1.5 nitely build , playing with/using it.  question please:  there be,  there migration process once product released production save changes made during testing, teasing myself phase?  ie:  tempates, modules, plugins, content added, etc.  please excuse if question, still novice joomla! regards, clyde http://blackswann.net welcome on our forums. answer "no" there , still important amount of changes until release. Board index Joomla! Official Sites & Infrastructure Sites & Infrastructure - Feedback/Information Archived Boards - All boards closed Quality and Testing - Locked and Archived

Thread: streaming

can new system stream library books. libraries al use microsoft products nice grant give libraries. the new library system where? need little more details in order give answer Forum The Ubuntu Forum Community Ubuntu Official Flavours Support New to Ubuntu [ubuntu] streaming Ubuntu

CH-923 + Arduino Uno + PC wiring

hi, i'm trying connect ch-923 coin acceptor (like one: https://www.youtube.com/watch?v=wlgwcs-utim ) arduino uno r3 microcontroller , send information pc when coin inserted. i've set (3 types of coins, 30 samples each). right cannot make work, looses signals or adds additional random signals. this arduino sketch: code: [select] void sendinfo(const __flashstringhelper* head, char* data){   serial.print(head);   serial.println(data); } void setup() {   serial.begin(115200);   attachinterrupt(0, acceptorcount, rising); //digital interrupt pin 2     sendinfo(f("_on"), ""); } void loop() {   // } void acceptorcount() {   sendinfo(f("+1"), ""); } my wiring, real photos of connections, settings of coin acceptor etc in attachements. i've tried lot of options pull-up resistor (500 ohms, 1kohms, 1k2 ohms, 4k7 ohms, 47k ohms 100k ohms etc), changing settings of coin acceptor, attaching coin acceptor ground (i mean it's casing isn&#

pantalla lcd

hola recientemente me e comprado un kit ardruino  uno y tengo una pantalla lcd y me gustaria acerla funcionar para poder ponerle frases.alguien me puede ayudar la lcd que tengo es:qapass iic/i2c/twi/sp serial interface board module port arduino un saludo gracias hola amigo,sobre lo que comentas  puedes buscar info  relacionado : liquid crystal ahora bien, lo mas facil creo yo es que busques la forma de escribir tu el texto en la consola serial, y de ahí escribirá en el lcd. busca info, es algo bastante básico,es mas desde la libreria liquid crystal seguramente puedas hacerlo con los sktechs de prueba. yo no puedo darte datos, pero si estas totalmente perdido, empieza porahí.yo tambien soy nobato amigo,pero en youtube si buscas bien como te dije encontraras algo seguro,un saludo. Arduino Forum > International > Español > Proye

tds code can u please check and correct this

code: [select] #define cplus a0         // pin charge capacitor - connected 1 end of charging resistor #define cminus 6         // pin  discharge capacitor #define ec 13 //#define capvalue  0.003545f   // change whatever capacitor value in uf #define capvalue  0.003f   // change whatever capacitor value in uf #define highthresh 682//648 #define lowthresh 341 double time_error_factor_plus=0; double time_error_factor_minus=0; unsigned long starttime; unsigned long elapsedtimeplus; unsigned long elapsedtimeminus; long dischargetimeplus[10]; long dischargetimeminus[10]; double timesumplus; double timesumminus; double resplusvalue; double resminusvalue; double timeavgplus; double timeavgminus; double avgtds; double tdsplus; double tdsminus; // //float kiloohm;                 // floating point variable preserve precision, make calculations //float ohm; double electricconductance; int val = 0;   // variable store read value double a[10]; double rminus[10]; int i=0; double total=0;

Wiedergabeeinstellung bei CS4

bei cs3 war es möglich, die wiedergabeeinstellung bei einem geöffneten projekt unter "projekt-allgemein-wiedergabeeinstellung" zu ändern. bei cs4 scheint dies nicht möglich zu sein, da, zumindest bei mir, nicht unter diesem pfad angezeigt. hat trotzdem jemand einen tipp, wie man die wiedergabeeinstellung( es geht um den export auf band) aus einem geöffneten projekt ändern kann? das ist in der cs4 neu, da kannst das nicht mehr global für ein projet regeln, sondern für jede sequenz einzeln. dh. mann kann jetzt mit mehrern untershiedlichen formaten in einem projekt arbeiten. die einstellung findest du nun unter: sequenz->sequenzeinstellung->wiedergabeeinstellung dann ist alles wie in der cs3 funzt aber nur mit aktivierter sequenz. ansonsten im projektfenster rechtsklick auf die sequenz->sequenzeinstellung und dann weiter wie gehabt. viel spaß More discussions in Deutsche Foren adobe