divendres, 26 d’abril del 2019

La catenària

LA CATENARIA
Si pengem un cable dels seus extrems entre pals, aquest formarà una corba que respon a una fórmula. Originalment el problema s'hauria plantejat amb un cadena en comptes d'un cable.


es tracta d'una funció cosinus hiperbòlic


l'obtenció de la fórmula està desenvolupada en l'enllaç 

hi ha alguns RECALL al llarg del vídeo i arranjaments enginyosos que convé destacar.

  1. la fórmula per al càlcul de la longitud de la funció. es pot tenir més detall aquí
  2. la modelització de la catenària i els seu diagrama del cos lliure
 







dimarts, 9 de febrer del 2016

diumenge, 13 de setembre del 2015

philips - dps-298cp-4a

el televisor no hace nada.
el testigo stand-by no se ilumina
al cambiar los diodos se ha resuelto


dijous, 19 de febrer del 2015

dijous, 5 de febrer del 2015

running Desktop Console from batch file

next section comes from link

If you may wan to run Desktop Console from a batch file, for example RDC over VPN, you can use mstsc /v:servername /console command.
Mstsc
Creates connections to terminal servers or other remote computers, edits an existing Remote Desktop Connection (.rdp) configuration file, and migrates legacy connection files that were created with Client Connection Manager to new .rdp connection files.
Syntax
mstsc.exe {ConnectionFile | /v:ServerName[:Port]} [/console] [/f] [/w:Width /h:Height]
mstsc.exe /edit"ConnectionFile"
mstsc.exe /migrate
Parameters
ConnectionFile
Specifies the name of an .rdp file for the connection.
/v:ServerName[:Port]
Specifies the remote computer and, optionally, the port number to which you want to connect.
/console
Connects to the console session of the specified Windows Server 2003 family operating system.
/f
Starts Remote Desktop connection in full-screen mode.
/w:Width /h:Height
Specifies the dimensions of the Remote Desktop screen.
/edit"ConnectionFile"
Opens the specified .rdp file for editing.
/migrate
Migrates legacy connection files that were created with Client Connection Manager to new .rdp connection files.
Remarks
  • You must be an administrator on the server to which you are connecting to create a remote console connection.
  • default.rdp is stored for each user as a hidden file in My Documents. User created .rdp files are stored by default in My Documents but can be moved anywhere.
Examples
To connect to the console session of a server, type:
mstsc /console
To open a file called filename.rdp for editing, type:
mstsc /edit filename.rdp