Posts

Chicago User/Learning Group Meeting Announced - Joomla! Forum - community, help and support

empower yourself! you're invited come learn more joomla! these user group meetings 1 hour, focused on basics. come meet other users, , network them, you've got others know can trust advice when building own site using joomla! , many modules. joomlachicago learning group meeting: wednesday, november 14th 12:00 noon - 1pm hosted acquity group 500 west madison st. suite 2200 - meeting room i chicago, il this ogilvie transportation building (aka northwestern station) on 22nd floor - thank acquity group in chicago opening training room , full internet access, use of projectors. cost: free register: security reasons, registration required - send me , email contact info, or post here lunch: bring own lunch dress: business casual register: email me @ john@coffeegroup.us (must pre-register now, building security reasons. no unregistered guests allowed in tower) agenda: noon: meet , greet - lunch , introductions - latest news on joomla! - joomla! overview , group discussion - how use jo...

7.0.5 language support update not showing.

i have ar 7.0.9. when opened document recently, message popped saying doc may using newer format, asking me upgrade. so went 'check updates' ar window itself. the available updates see ar 7.0.5 language support, , adobe photoshop album starter. i chose update first one. after installing, checked control panel , update visible. then, went 'check updates now' again (as problem persisted) once again updates available showed above 2. so once again installed lang. support. but after second time install, 'check updates' comes showing need 7.0.5 langue support. whats happening? regards biren More discussions in Acrobat Reader adobe

Schrittmotor S - Kurve

Image
hallo zusammen, ich benötige "etwas" hilfe bei der verwirklichung der "s - kurve" für meinen schrittmotor. technische informationen: - nema 17 stepper - arduino mega2560 er zieht einen schlitten auf ca. 70 cm -> bei 16tel step 84500 impulse, soweit gut. da das geruckel dem material nicht gut tut sowie bescheiden aussieht, habe ich eine lineare anfahr-und abbremsrampe integriert, die im prinzip die strecke in 1000 teile teilt: 50 anfahren 50 abbremsen 900 höchstgewschwindigkeit. vereinfacht gesagt, ich rechne die differenz zwischen höchst und anfahrsgeschwindigkeit und alle x schritte wird die pause verringert bis die max. geschwindigkeit erreicht wurde! resultat eine art treppe bis zur höchstgeschwindigkeit und genauso wieder abwährts -> ein trapez. soweit nichts neues nur nerft mich noch der kleine ruckler beim Übergang, da ich ein glas wasser transportiere und es nicht unnötig schwappen soll! jetzt habe ich von s-rampen gelesen, beispiel: https://w...

Editor para Joomla - Joomla! Forum - community, help and support

pessoal !!   utilizo o mambo já fazem uns 3 anos.   resolvi experimentar o joomla, mas estou apanhando com o editor.   instalei versão joomla! 1.0.13 stable.   o editor padrão é o timymce, e nao estava funcionando de acordo, quando eu tento por exemplo colocar um link, abre janelinha padrão só que em branco. além disso não tem opção para mudanças na fonte, cor tamanho, tipo ,...   instalei o tmedit_v1.0, neste, utilizando o mesmo exemplo abre uma janela, mas em primeiro lugar sem opções que costumo usar (em especial função javascript que faz nova janela link abrir sem possibilidades de navegação para outro site) mas pior ainda, clico em ok e não acontece nada.   alguém poderia me indicar um editor que funcione 100%, de preferência com indicação de onde posso baixá-lo. o editor que utilizo no mambo é o mostlyce. grato uso o joomlafck , e acho muito bom  Board index Joomla! International Language Support ...

Arduino Due + PN532 elechouse

Image
i received pn532 elechouse , wanted test it. first follow pdf: https://dangerousthings.com/wp-content/uploads/pn532_manual_v3-1.pdf hardware pn532: put switch this: i2c   1  /  0  (p3) i plug show on page 5 : 5v gnd pin 20 /sda pin 21/scl software as show on page 5 download this: pn532 pn532_hsu pn532_i2c pn532_spi from here: https://github.com/elechouse/pn532 ans ndef then choose example : iso14443a_uid and change this quote #if 0   #include <spi.h>   #include <pn532_spi.h>   #include "pn532.h"   pn532_spi pn532spi(spi, 10);   pn532 nfc(pn532spi); #elif 1   #include <pn532_hsu.h>   #include <pn532.h>          pn532_hsu pn532hsu(serial1);   pn532 nfc(pn532hsu); #else   #include <wire.h>   #include <pn532_i2c.h>   #include <pn532.h>   #include <nfcadapter.h...

Problem mit Variablendeklaration

hi, folgendes szenario: ich habe 2 arduino megas, auf denen das gleiche programm laufen soll. da ich aber eine unterschiedliche pin belegung auf beiden habe, möchte ich über eine boolean variable anfang des sketches die pinbelegung einstellen können, quasi: code: [select] boolean switch_arduino = true; //true = arduino 1 //false= arduino 2 if(switch_arduino){ // pin belegung 1 } else { // pin belegung 2 } void setup() { //... } void loop(){ //... } leider funktioniert das nicht: eine if/ else abfrage vor setup() geht nicht und wenn ich die pin belegung im setup mache, kann er im loop nicht auf die variablen zugreifen (was not declared in scope)... wie löst man das problem? grüße die deklaration code: [select] boolean switch_arduino = true; //true = arduino 1 //false= arduino 2 gehört für das du willst vor setup(). als globale variablen. dann kann auch loop darauf zugreifen. und code: [select] if(switch_arduino){ // pin belegung 1 } else { // pin belegung ...

replace 10 k trimmer with arduino

hi replace 10 k trimmer on  boiler central board software controlled arduinoboard  change work logic of boiler. in essential possible emulate simple variable linear resistor with  arduino port? , how? i wish merry new year , liek thank support. alessandro   quote is possible emulate simple variable linear resistor  an arduino port? no, can control digital potentiometer arduino. with digital pot have careful voltages, , realize it's not totally isolated fro power supply & control signals. Arduino Forum > Using Arduino > General Electronics > replace 10 k trimmer with arduino arduino