Programma per fare fotografie:
variabili ambientali:
Orario:
M=6:00am to 10:00am
C=10am to 4:00pm
A=4:00pm to 8pm
N=8pm to 6:00am
Target:
oggetto in movimento = V
oggetto statico = S
Location:
Interno = I
Esterno = E
Variabili macchina fotografica:
ISO:
IH2=1600
IH= 800
IM= 400
IL= 100
Apertura:
Apertura fissa
Shooting speed:
SH= 1/250
SM= 1/125
START:
---
IF Orario = M than set ISo=IM
IF Orario = C than set ISo=IL
IF Orario = A than set ISo=IM
IF Orario = N than set ISO=IH
---
IF Terget = V than set Shooting speed = SH
IF Terget = S than set Shooting speed = SM
---
IF Location =I than set ISO=+1
IF Location =E than set ISO=0
(il piu' uno nell'ISO si riferische ad una config piu' alta)
esempio: IH+1 = IH2
Questo e' a grandi linee, con Apertura fissa settata (al minimo della macchina, solitamente tra F2.8 e F4.5)
dimmi se devo fartelo in diagramma di flusso o in Pascal/basic/cobol ghghghg