Files
organism/elements/neuron/presynapse.md
T

551 lines
17 KiB
Markdown
Raw Normal View History

2026-05-16 14:06:36 +02:00
---
include_toc: true
---
2026-04-26 17:09:12 +02:00
# presynapse.md
2026-04-26 17:08:14 +02:00
2026-05-26 11:49:19 +02:00
## PRESYNAPSE
2026-04-28 15:27:48 +02:00
2026-05-31 14:18:48 +02:00
Intro:
2026-05-31 11:08:09 +02:00
- is expanded and developed by: [AXON](axon.md)
2026-06-01 09:50:16 +02:00
- is tuned by: [ORGANISM](../../organism.md), organs, modules
2026-05-31 13:19:58 +02:00
- expands and tunes: [PRE_VGG](pre_vgcc.md)
2026-05-31 14:57:00 +02:00
- develops [_Ca2](), [_Rrp]()
2026-05-31 10:39:28 +02:00
2026-05-04 10:49:49 +00:00
```Gen
2026-05-26 11:49:19 +02:00
PRESYNAPSE
2026-05-23 15:46:25 +02:00
type: comprehension
2026-05-01 13:39:15 +02:00
2026-05-31 11:39:42 +02:00
include: pre_vgcc.md
2026-05-28 11:46:31 +02:00
expansion:
2026-05-27 18:44:34 +02:00
2026-05-31 11:39:42 +02:00
_@pre_vgcc: TUB [ comprehension: PRE_VGCC, full: 10x, active: 5x, empty: 2x ]
2026-05-28 11:46:31 +02:00
# il tub serve al tuning
intrication:
# Scope
2026-05-30 12:58:39 +02:00
!DAY: INTRICATION [ ref: &ORGANISM.!DAY ]
!NIGHT: INTRICATION [ ref: &ORGANISM.!NIGHT ]
2026-05-28 11:46:31 +02:00
# Context
2026-05-30 12:58:39 +02:00
*AP: INTRICATION [ ref: &SOMA.*AP ]
*TunePossible: INTRICATION [ ref: &... ] # To be defined...
2026-05-27 14:08:01 +02:00
2026-05-28 11:46:31 +02:00
# Tub
2026-05-30 12:58:39 +02:00
_NT: INTRICATION [ ref: &ASTROSYNAPSE._NT ]
_ATP: INTRICATION [ ref: &ASTROCYTE._ATP ]
_eCB: INTRICATION [ ref: &POSTSYNAPSE._eCB ]
2026-05-27 14:08:01 +02:00
2026-05-28 11:46:31 +02:00
instantiation:
2026-05-25 12:02:06 +02:00
2026-05-28 11:46:31 +02:00
# Context
2026-05-31 13:39:13 +02:00
*VcggPreActiveIncrease: CONTEXT []
*VcggPreActiveDecrease: CONTEXT []
2026-05-31 13:43:07 +02:00
*Ca2PrePreActiveDecrease: CONTEXT []
*Ca2PreActiveDecrease: CONTEXT []
*RrpPreActiveDecrease: CONTEXT []
*RrpPreActiveDecrease: CONTEXT []
2026-05-28 11:46:31 +02:00
# Tub
2026-05-30 11:44:26 +02:00
_Ca2: TUB [ full: 60x, active: 30x, empty: 0x ]
2026-05-29 09:25:53 +02:00
_Rrp: TUB [ full: 30x, active: 15x, empty: 0x ]
_Rp: TUB [ full: 30x, active: 15x, empty: 0x ]
2026-05-30 12:04:55 +02:00
_CaTracesHigh: TUB [ full: 50x, active: 0x, empty: 0x ]
_CaTracesMedium: TUB [ full: 50x, active: 0x, empty: 0x ]
_CaTracesLow: TUB [ full: 50x, active: 0x, empty: 0x ]
2026-05-27 16:54:34 +02:00
2026-05-30 11:44:26 +02:00
_Ca2FullDev: TUB [ full: 100x, active: _Ca2.full, empty: 40x ]
2026-05-31 13:18:52 +02:00
_RrpFullDev: TUB [ full: 100x, active: _Rrp.full, empty: 40x ]
# serve al DEV
2026-05-27 16:54:34 +02:00
2026-05-28 11:46:31 +02:00
# Behaviour
2026-05-30 15:01:44 +02:00
$: BEHAVIOUR [ behaviour: MAIN_PRE ]
2026-05-31 11:39:42 +02:00
$: BEHAVIOUR [ behaviour: TUNE_PRE_VGCC ]
2026-05-31 13:18:52 +02:00
$: BEHAVIOUR [ behaviour: DEV_PRE_TUBS ]
2026-05-23 15:46:25 +02:00
```
2026-05-01 13:39:15 +02:00
2026-05-31 11:39:42 +02:00
### MAIN_PRE: !DAY
2026-04-28 12:06:38 +02:00
2026-04-26 17:08:14 +02:00
```Gen
2026-05-27 16:54:34 +02:00
MAIN_PRE
type: behaviour
2026-04-26 17:08:14 +02:00
2026-05-27 18:52:13 +02:00
within_scope: !DAY
2026-04-26 17:08:14 +02:00
2026-05-29 09:42:45 +02:00
snippet:
2026-05-27 14:08:01 +02:00
# *AP
2026-05-30 12:58:39 +02:00
@: ACCUMULATOR [ snippet: NTreleaseLow, rf: active 12x ]
@: ACCUMULATOR [ snippet: NTreleaseMedium, rf: active 9x ]
@: ACCUMULATOR [ snippet: NTreleaseHigh, rf: active 6x ]
2026-05-26 11:49:19 +02:00
2026-05-30 12:58:39 +02:00
@: ACCUMULATOR [ snippet: TracesAccLow, rf: active 3x ]
@: ACCUMULATOR [ snippet: TracesAccMedium, rf: active 6x ]
@: ACCUMULATOR [ snippet: TracesAccHigh, rf: active 10x ]
2026-05-25 12:02:06 +02:00
2026-05-27 14:08:01 +02:00
# NOT *AP
2026-05-30 12:58:39 +02:00
@: ACCUMULATOR [ snippet: eCBClearenceMedium, rf: active 24x ]
@: ACCUMULATOR [ snippet: eCBClearenceLow, rf: active 48x ]
2026-05-25 14:36:27 +02:00
2026-05-30 12:58:39 +02:00
@: ACCUMULATOR [ snippet: RPShuttleLow, rf: active 24x ]
@: ACCUMULATOR [ snippet: RPShuttleMedium, rf: active 48x ]
2026-05-25 14:36:27 +02:00
2026-05-30 12:58:39 +02:00
@: ACCUMULATOR [ snippet: RefillGlutamine, rf: active 24x ]
2026-05-25 14:36:27 +02:00
2026-05-30 12:58:39 +02:00
@: ACCUMULATOR [ snippet: TracesClearance, rf: active 30x ]
2026-05-25 15:01:32 +02:00
```
2026-05-25 14:36:27 +02:00
2026-05-25 15:01:32 +02:00
**Tubs:**
2026-05-25 14:36:27 +02:00
2026-05-31 10:39:28 +02:00
- **\_Ca2**: Calcium Ion entering the Presynapse when VCGG open that influence NT release. Normally returns to ~0 between spikes; stays elevated when pumps fail. They are key to check the concentration, release NT and modulation
- **\_Rrp**: Readily Releasable Pool: The Readily Releasable Pool consists of the vesicles that are "docked" and "primed" at the active zone of the synapse. This pool is very small (usually only about 0.5% to 5% of total vesicles) and can be exhausted quickly during high-frequency firing, leading to "short-term depression" of the signal. Here we consider them as NT ready to be released.
- **\_Rp**: Reserve Pool: The bulk of the vesicles held further back in the terminal, often tethered by a protein called synapsin. These are only mobilized during intense, prolonged stimulation. This makes up the vast majority of the vesicles (up to 80% or 90%). Here we consider them NT in reserve that can be transfered to RRP and created using Glutamine from Astorcyte.
- **\_NT**: Neuro Transmitter, released in the synapse by the vescicles. The release increses NT and decreases RRP
- **\_CaTracesXXX**: sono le tracce di permanenza della concentrazione di Ca2. Servono alla modulazione (TUN)
- **\_eCB**: retrograde signal updates from postsynapsis (postsynaptic input)
2026-04-26 17:08:14 +02:00
2026-05-27 14:08:01 +02:00
#### *AP
2026-04-27 19:26:31 +02:00
2026-04-26 17:08:14 +02:00
Il rilascio di NT lo facciamo nel contesto di AP. Biologicamente dovrebbe avvenire solo in base alle concentrazioni, quindi anche al difuori degli AP.
RF di interacting deve essere MOLTO piu' basso di un RF di AP. In maniera da essere attivo varie volte nel contesto di un episodio di AP. Il che ha senso perche' un AP e' SOMA ad un tempo piu' alto che i comportamenti di PRE. Questo poi per permettere la diversa contestualizzazione degli episodi di NTrelease, a piu' o meno alta velocita'.
![nt-release.png](.attachments/nt-release.png)
Non consideriamo le vesicles come liberate, ma direttamente gli NT. Questo permette di gestire la quantita' rilasciata di NT, invece di gestire un numero di vescicles. Nella realta' ciascuna vesicle contiene migliaia di NT. Qui mettiamo un floor a questo tipo di comprensione.
2026-05-30 11:44:26 +02:00
Ci sono 4 casi che dipendono da RRP, Ca2 e indirettamente da concentrazione di NT nella SYN che diventa mGLur che limita in VGCC l'entrata di Ca2. L'idea e' che la quantita' di RRP sia il driver principale. Gli NT liberati sono di piu' al crescere di RRP e Ca2 e di meno (indirettamente) al crescere della concentrazione di NT gia' liberati nella SYN. Gli NT nella sinapsi fanno da moderazione alla ulteriore liberazione di NT, ma non bloccano mai totalmente. NT suppression only matters when everything else is already at maximum, which is exactly the biological purpose: it prevents runaway release during peak activity, not during moderate activity.
2026-04-26 17:08:14 +02:00
2026-04-27 19:26:31 +02:00
---
2026-04-26 17:08:14 +02:00
2026-05-30 11:44:26 +02:00
NT empty. Qui siamo contestualizzati se Ca2 full, il che dovrebbe significare indirettamente che non ci sono NT nella SYN.
2026-04-26 17:08:14 +02:00
2026-04-28 15:10:17 +02:00
In tutti i casi di NT
2026-05-25 12:02:06 +02:00
##### NTreleaseLow
2026-04-26 17:08:14 +02:00
```Gen
2026-05-25 12:02:06 +02:00
NTreleaseLow
2026-05-30 12:58:39 +02:00
type: accumulator
2026-04-26 17:08:14 +02:00
2026-05-30 12:58:39 +02:00
in_context: *AP
2026-05-25 14:36:27 +02:00
2026-05-30 12:58:39 +02:00
hypothesis: _Ca2 mediumness AND _Rrp mediumness AND NOT _ATP empty
action: [ _Rrp decrease, _NT increase, _ATP decrease ]
2026-05-02 12:49:53 +02:00
trace: None
2026-04-26 17:08:14 +02:00
```
2026-05-25 12:02:06 +02:00
##### NTreleaseMedium
2026-04-26 17:08:14 +02:00
```Gen
2026-05-25 12:02:06 +02:00
NTreleaseMedium
2026-05-30 12:58:39 +02:00
type: accumulator
2026-04-26 17:08:14 +02:00
2026-05-30 12:58:39 +02:00
in_context: *AP
2026-05-25 14:36:27 +02:00
2026-05-30 12:04:55 +02:00
hypothesis: ( _Ca2 fullness AND _Rrp mediumness ) OR
( _Ca2 mediumness AND _Rrp fullness ) AND
NOT _ATP empty
2026-05-30 12:58:39 +02:00
action: [ _Rrp decrease, _NT increase, _ATP decrease ]
2026-05-04 10:29:21 +00:00
trace: None
2026-04-26 17:08:14 +02:00
```
2026-05-25 12:02:06 +02:00
##### NTreleaseHigh
2026-04-26 17:08:14 +02:00
```Gen
2026-05-25 12:02:06 +02:00
NTreleaseHigh
2026-05-30 12:58:39 +02:00
type: accumulator
2026-04-26 17:08:14 +02:00
2026-05-30 12:58:39 +02:00
in_context: *AP
2026-05-25 14:36:27 +02:00
2026-05-30 12:58:39 +02:00
hypothesis: _Ca2 fullness AND _Rrp fullness AND
NOT _ATP empty
action: [ _Rrp decrease, NT increase, _ATP decrease ]
2026-05-04 10:29:21 +00:00
trace: None
2026-04-26 17:08:14 +02:00
```
2026-05-30 11:44:26 +02:00
##### Ca2TracesAccLow
2026-05-25 12:02:06 +02:00
Serve a:
2026-04-26 17:08:14 +02:00
- fare il tuning dei VGCC
2026-05-31 10:39:28 +02:00
- dare la velocita' al trasporto di vesicles da RP a RRP, anche se non avendo ancora compreso \_ATP, la velocita' non cambia molto la sostanza.
2026-05-27 14:22:23 +02:00
- le tracce vengono eliminate quando il neurone e' in pausa, lontano da uno spike train, *TunePossible
- Abbiamo 3 tracce, high, medium and low. Andiamo a verificare una combinazione di queste per fare la modulazione
2026-05-27 14:08:01 +02:00
- RF e' a 10, questo dovrebbe essere un RF di campionamento durante *AP context che dovremmo assicurarci sia tipo 100. Il che implicherebbe 10 campionamenti.
- The biological meaning is that a synapse that has just been through a burst is primed for fast recovery — the molecular machinery for vesicle docking is already engaged, calcium-dependent priming factors are still elevated, and the system is in a ready state. A synapse that has been silent for several seconds has cooled down and replenishes slowly.
2026-05-30 11:44:26 +02:00
- So after one second of silence CaTrace has fallen to ~37% of its peak value, after two seconds to ~14%, after three seconds to ~5%. It asymptotes toward zero but never exactly reaches it. Between spikes, Ca2 falls toward zero as the pumps clear it. The result is that CaTrace encodes not the instantaneous calcium level but the recent history of calcium activity — a smoothed, time-averaged measure of how active the synapse has been over the past one to two seconds.
2026-04-26 17:08:14 +02:00
```Gen
2026-05-30 11:44:26 +02:00
Ca2TracesAccuLow
2026-05-30 12:58:39 +02:00
type: accumulator
2026-04-26 17:08:14 +02:00
2026-05-30 12:58:39 +02:00
in_context: *AP
2026-05-25 14:36:27 +02:00
2026-05-30 12:04:55 +02:00
hypothesis: _Ca2 emptiness
action: [ _CaTraceLow increase ]
2026-05-04 10:29:21 +00:00
trace: None
2026-04-29 10:21:29 +02:00
```
2026-05-30 11:44:26 +02:00
##### Ca2TracesAccMedium
2026-05-25 12:02:06 +02:00
2026-04-29 10:21:29 +02:00
```Gen
2026-05-30 11:44:26 +02:00
Ca2TracesAccMedium
2026-05-30 12:58:39 +02:00
type: accumulator
2026-04-29 10:21:29 +02:00
2026-05-30 12:58:39 +02:00
in_context: *AP
2026-05-25 14:36:27 +02:00
2026-05-30 12:04:55 +02:00
hypothesis: _Ca2 mediumness
action: [ _CaTraceMed increase ]
2026-05-04 10:29:21 +00:00
trace: None
2026-04-26 17:08:14 +02:00
```
2026-05-30 11:44:26 +02:00
##### Ca2TracesAccHigh
2026-05-25 12:02:06 +02:00
2026-04-26 17:08:14 +02:00
```Gen
2026-05-30 11:44:26 +02:00
Ca2TracesAccumulationHigh
2026-05-30 12:58:39 +02:00
type: accumulator
2026-04-26 17:08:14 +02:00
2026-05-30 12:58:39 +02:00
in_context: *AP
2026-05-25 14:36:27 +02:00
2026-05-30 12:04:55 +02:00
hypothesis: _Ca2 fullness
action: [ _CaTraceHigh increase ]
2026-05-04 10:29:21 +00:00
trace: None
2026-04-26 17:08:14 +02:00
```
2026-05-27 14:08:01 +02:00
#### NOT *AP
2026-04-28 16:38:03 +02:00
2026-05-25 14:36:27 +02:00
##### eCBClearance
2026-04-26 17:08:14 +02:00
2026-05-30 11:44:26 +02:00
eCB dipende da POST. Tende a modulare l'entrata di Ca2 degli VGCC.
2026-04-26 17:08:14 +02:00
Qui non facciamo un flush di eCB, riduciamo ogni mezzo secondo (context) di un RF di questo episodio.
```Gen
2026-05-04 10:29:21 +00:00
eCBClearance: ( active: 24x ) # Slow
2026-05-30 12:58:39 +02:00
type: accumulator
2026-04-26 17:08:14 +02:00
2026-05-30 12:58:39 +02:00
in_context: NOT *AP
2026-05-25 14:36:27 +02:00
2026-05-30 12:04:55 +02:00
hypothesis: NOT _eCB empty
action: [ _eCB decrease ]
2026-05-04 10:29:21 +00:00
trace: None
2026-04-26 17:08:14 +02:00
```
2026-05-25 14:36:27 +02:00
##### RPShuttleLow
2026-04-26 17:08:14 +02:00
This happens in the seconds loop, once per second.
The "Hard Bottleneck" State. Recruitment is throttled by a lack of signal, a lack of supply, or a lack of space. If even one of these "Near-Stop" conditions is met, the rate cannot exceed "Slow," regardless of the other two conditions.
Rate: 0.00 0.25
```Gen
2026-05-25 14:36:27 +02:00
RPShuttleLow
2026-05-30 12:58:39 +02:00
type: accumulator
2026-05-25 14:36:27 +02:00
2026-05-30 12:58:39 +02:00
in_context: NOT *AP
2026-04-26 17:08:14 +02:00
2026-05-30 12:04:55 +02:00
hypothesis: _CaTraceLow fullness OR
_RP emptiness OR
_Rrp fullness
2026-05-30 12:58:39 +02:00
action: [ _RP decrease, _Rrp increase ]
2026-05-04 10:29:21 +00:00
trace: None
2026-04-26 17:08:14 +02:00
```
2026-05-25 14:36:27 +02:00
##### RPShuttleMedium
2026-04-26 17:08:14 +02:00
The "Sub-Optimal" State. The machinery is working, but it's held back by partial limitations. This covers cases where the signal is steady but the "piston" isn't firing at full speed, or where a high vacancy in the RRP (emptiness) forces a low signal to work a bit harder.
Rate: 0.50 0.97
```Gen
2026-05-25 14:36:27 +02:00
RPShuttleMedium
2026-05-30 12:58:39 +02:00
type: accumulator
2026-05-25 14:36:27 +02:00
2026-05-30 12:58:39 +02:00
in_context: *AP
2026-04-26 17:08:14 +02:00
2026-05-30 12:04:55 +02:00
hypothesis: ( _CaTraceMedium fullness AND _RP mediumness AND _Rrp mediumness ) OR
( _CaTraceHigh fullness AND _RP mediumness AND _Rrp mediumness ) OR # signal boost
( _CaTraceMedium fullness AND _RP fullness AND _Rrp mediumness ) OR # supply boost
( _CaTraceMedium fullness AND _RP mediumness AND _Rrp emptiness ) # vacancy boost
2026-05-30 12:58:39 +02:00
action: [ _RP decrease, _Rrp increase ]
2026-05-04 10:29:21 +00:00
trace: None
2026-04-26 17:08:14 +02:00
```
2026-05-25 14:36:27 +02:00
##### RPShuttleHigh
2026-04-26 17:08:14 +02:00
2026-05-31 10:39:28 +02:00
The "High Performance" State. Multiple systems are optimized, but one is still at a "mediumness" level. This represents an active synapse that hasn't reached its absolute peak because either the supply is only 50% or the \_Rrp isn't empty enough to create that "maximal vacuum" pull.
2026-04-26 17:08:14 +02:00
Rate: 1.25 1.94
```Gen
2026-05-25 14:36:27 +02:00
RPShuttleHigh
2026-05-30 12:58:39 +02:00
type: accumulator
2026-05-25 14:36:27 +02:00
2026-05-30 12:58:39 +02:00
in_context: *AP
2026-04-26 17:08:14 +02:00
2026-05-30 12:04:55 +02:00
hypothesis: ( _CaTraceHigh fullness AND _RP fullness AND _Rrp mediumness ) OR # signal + supply
( _CaTraceHigh fullness AND _RP mediumness AND _Rrp emptiness ) OR # signal + vacancy
( _CaTraceMedium fullness AND _RP fullness AND _Rrp emptiness ) # supply + vacancy
2026-05-30 12:58:39 +02:00
action: [ _RP decrease, _Rrp increase ]
2026-05-04 10:29:21 +00:00
trace: None
2026-04-26 17:08:14 +02:00
```
2026-05-25 14:36:27 +02:00
##### RefillRPGlutamine
2026-04-26 17:08:14 +02:00
This happens in the minutes loop, once per minute, via the glutamine shuttle from the astrocyte. It is a two-step process across two cells.
Step 1 — astrocyte side
The astrocyte has been accumulating cleared glutamate from the cleft since the last minutes-loop execution. Its glutamine synthetase enzyme converts that glutamate into glutamine, filling the Glutamine_pool. The fraction successfully converted per cycle is conversion_efficiency, which is set by glucose availability and boosted temporarily if the astrocyte calcium wave fired during the preceding seconds:
refill_RP = Glutamine_pool * conversion_efficiency
Glutamine_pool = max(0.0, Glutamine_pool - refill_RP)
Step 2 — presynapse side
The glutamine crosses into the presynapse, where glutaminase converts it back into glutamate. That glutamate is immediately repackaged into vesicles and added to N_RP:
**The asymmetry that makes depletion possible**:
The chain reveals why sustained high-frequency firing eventually depletes the synapse even with all replenishment mechanisms running.
2026-05-30 11:44:26 +02:00
The RRP holds at most `Max_RRP = 20` vesicles. At 20 Hz with strong Ca2, release can draw 2-4 vesicles per spike — potentially exhausting the RRP in under a second. The seconds loop can move vesicles from RP to RRP at a maximum rate of `k_rec_fast = 5 /s`, meaning at most 5 vesicles per second under ideal conditions. Release outpaces recruitment by roughly an order of magnitude during a burst.
2026-04-26 17:08:14 +02:00
The RP holds up to `Max_RP = 200` vesicles — ten times the RRP. At sustained 20 Hz the RP can sustain firing for tens of seconds even after the RRP is repeatedly emptied, as long as recruitment keeps pace. But the minutes loop only refills N_RP once per minute at a rate limited by `Glutamine_pool * conversion_efficiency`. If glucose is low or the astrocyte wave has not fired, this replenishment may add only a fraction of what was consumed.
The result is a three-tier buffer with mismatched timescales:
RRP — depletes in seconds, refilled in seconds (fast but shallow)
RP — depletes in minutes, refilled in minutes (deep but slow)
Gln — depletes over bursts, refilled by glucose (slowest, astrocyte-dependent)
Each tier buys time for the one below it to respond. When all three are depleted simultaneously — which only happens under prolonged high-frequency firing with insufficient glucose — the synapse has no remaining buffer and goes silent until the minutes loop restores the Glutamine_pool.
2026-05-30 11:44:26 +02:00
##### Ca2TracesClearance
2026-05-02 11:05:50 +02:00
Qui facciamo un flush di CaTraceX. Deve essere fatto a valle del tuning.
```Gen
2026-05-30 11:44:26 +02:00
Ca2TracesClearance
2026-05-30 12:58:39 +02:00
type: accumulator
2026-05-25 14:36:27 +02:00
2026-05-30 12:58:39 +02:00
in_context: NOT *TunePossible
2026-05-30 12:04:55 +02:00
hypothesis: NOT _CaTraceHigh empty
action: [ _CaTRaceHigh decrease ]
2026-05-04 10:29:21 +00:00
trace: None
2026-05-30 12:04:55 +02:00
hypothesis: NOT _CaTraceMedium empty
action: [ _CaTRaceMedium decrease ]
2026-05-04 10:29:21 +00:00
trace: None
2026-05-30 12:04:55 +02:00
hypothesis: NOT _CaTraceLow empty
action: [ _CaTRaceLow decrease ]
2026-05-04 10:29:21 +00:00
trace: None
```
2026-05-31 14:15:03 +02:00
### TUNE_PRE_VGCC: !DAY
2026-05-25 12:02:06 +02:00
2026-05-23 15:46:25 +02:00
```Gen
2026-05-31 11:39:42 +02:00
TUNE_PRE_VGCC
2026-05-30 12:04:55 +02:00
type: behaviour
2026-05-31 15:02:11 +02:00
# qui stiamo attivando e disattivando PRE_VGCC. Fra un massimo full e minimo empty (empty puo' non essere 0)
2026-05-23 15:46:25 +02:00
activity_scope: !DAY
2026-05-29 09:42:45 +02:00
snippet:
2026-05-25 14:36:27 +02:00
2026-05-29 11:43:32 +02:00
# *TunePossible
2026-05-31 13:39:13 +02:00
@: CONTEXTOR [ snippet: VgccPreTunCheck, rf: active 60x ]
2026-05-29 11:43:32 +02:00
2026-05-31 13:39:13 +02:00
# *VcggPreActiveIncrease
@: ACCUMULATOR [ snippet: VcggPreActiveIncrease, rf:active 10x ]
2026-05-29 11:43:32 +02:00
2026-05-31 13:39:13 +02:00
# *VcggPreActiveDecrease
@: ACCUMULATOR [ snippet: VcggPreActiveDecrease, rf:active 10x ]
2026-05-23 15:46:25 +02:00
```
2026-05-27 14:22:23 +02:00
#### *TunePossible
2026-05-23 15:46:25 +02:00
2026-05-31 13:39:13 +02:00
##### VgccPreTunCheck
2026-05-25 12:02:06 +02:00
2026-05-31 15:02:11 +02:00
Qui controlliamo che ci siano le condizioni per aumentare o diminuire l'attivazione di VGCC
2026-05-25 12:02:06 +02:00
2026-05-23 15:46:25 +02:00
```Gen
2026-05-31 13:39:13 +02:00
VgccPreTunCheck
2026-05-30 12:58:39 +02:00
type contextor
in_context: *TunePossible
2026-05-25 14:36:27 +02:00
2026-05-30 12:58:39 +02:00
condition: _CaTraceHigh fullness
2026-05-31 13:39:13 +02:00
out_context: *VcggPreActiveIncrease
2026-05-23 15:46:25 +02:00
2026-05-30 12:58:39 +02:00
condition: _CaTraceLow fullness
2026-05-31 13:39:13 +02:00
out_context: *VcggPreActiveDecrease
2026-05-23 15:46:25 +02:00
```
2026-05-31 14:15:03 +02:00
#### *VcggPreActiveIncrease
2026-05-30 13:13:17 +02:00
2026-05-31 14:15:03 +02:00
##### VcggPreActiveIncrease
2026-05-25 12:02:06 +02:00
2026-05-23 15:46:25 +02:00
```Gen
2026-05-31 13:39:13 +02:00
VcggPreActiveIncrease
2026-05-30 12:58:39 +02:00
type: accumulator
2026-05-23 15:46:25 +02:00
2026-05-31 13:39:13 +02:00
in_context: *VcggPreActiveIncrease
2026-05-25 14:36:27 +02:00
2026-05-23 15:46:25 +02:00
hypothesis:
action:
trace:
```
2026-05-31 14:15:03 +02:00
#### *VcggPreActiveDecrease
2026-05-30 13:13:17 +02:00
2026-05-31 14:15:03 +02:00
##### VcggPreActiveDecrease
2026-05-25 12:02:06 +02:00
2026-05-23 15:46:25 +02:00
```Gen
2026-05-31 13:39:13 +02:00
VcggPreActiveDecrease
2026-05-30 12:58:39 +02:00
type: accumulator
2026-05-23 15:46:25 +02:00
2026-05-31 13:39:13 +02:00
in_context: *VcggPreActiveDecrease
2026-05-25 14:36:27 +02:00
2026-05-23 15:46:25 +02:00
hypothesis:
action:
trace:
```
2026-05-31 13:18:52 +02:00
### DEV_PRE_TUBS: !NIGHT
2026-04-26 17:08:14 +02:00
2026-05-31 11:39:42 +02:00
```Gen
2026-05-31 10:19:15 +02:00
2026-05-31 13:18:52 +02:00
DEV_PRE_TUBS
2026-05-31 11:39:42 +02:00
type: behaviour
2026-05-31 10:19:15 +02:00
2026-05-31 11:39:42 +02:00
activity_scope: !NIGHT
2026-04-26 17:08:14 +02:00
2026-05-31 11:39:42 +02:00
snippet:
2026-05-30 12:58:39 +02:00
2026-05-31 13:18:52 +02:00
# *fixed
2026-05-31 13:39:13 +02:00
@: CONTEXTOR [ snippet: Ca2PreDevCheck, rf: active 60x ]
*Ca2PreFullDecrease
@: ACCUMULATOR [ snippet: Ca2PreFullDecrease, rf: active 10x ]
*Ca2PreFullIncrease
@: ACCUMULATOR [ snippet: Ca2PreFullIncrease, rf: active 10x ]
2026-05-31 13:18:52 +02:00
# *fixed
2026-05-31 13:39:13 +02:00
@: CONTEXTOR [ snippet: RrpPreDevCheck, rf: active 60x ]
*RrpPreFullDecrease
@: ACCUMULATOR [ snippet: RrpPreFullDecrease, rf: active 10x ]
2026-05-31 13:18:52 +02:00
*IncreaseRrpFull
@: ACCUMULATOR [ snippet: IncreaseRrpFull, rf: active 10x ]
2026-05-23 15:46:25 +02:00
```
2026-05-31 13:18:52 +02:00
#### *fixed
2026-05-31 13:39:13 +02:00
##### Ca2PreDevCheck
2026-05-31 13:18:52 +02:00
***Tens Milliseconds Time Scale***
2026-05-23 15:46:25 +02:00
```Gen
2026-05-31 13:39:13 +02:00
Ca2PreDevCheck
2026-04-26 17:08:14 +02:00
2026-05-31 13:18:52 +02:00
type: contextor
2026-05-30 12:58:39 +02:00
2026-05-31 13:18:52 +02:00
in_context: *fixed
2026-04-26 17:08:14 +02:00
2026-05-31 13:18:52 +02:00
condition: ( empty )
2026-05-31 13:39:13 +02:00
out_context: *Ca2PreFullDecrease
2026-04-26 17:08:14 +02:00
2026-05-31 13:18:52 +02:00
condition: ( full)
2026-05-31 13:39:13 +02:00
out_context: *Ca2PreFullIncrease
2026-05-31 11:39:42 +02:00
```
2026-04-26 17:08:14 +02:00
2026-05-31 13:39:13 +02:00
##### *Ca2PreFullDecrease
2026-04-26 17:08:14 +02:00
2026-05-31 13:39:13 +02:00
###### Ca2PreFullDecrease
2026-04-26 17:08:14 +02:00
2026-05-31 11:39:42 +02:00
```Gen
2026-05-31 13:18:52 +02:00
DecreasePreCa2Full
2026-04-26 17:08:14 +02:00
2026-05-31 13:18:52 +02:00
type: accumulator
2026-05-25 14:36:27 +02:00
2026-05-31 13:39:13 +02:00
in_context: *Ca2PreFullDecrease
2026-04-26 17:08:14 +02:00
2026-05-31 13:18:52 +02:00
hypothesis: NOT ( full ) AND NOT ( empty )
action: [ increase, decrease]
trace: None
2026-04-26 17:08:14 +02:00
```
2026-05-31 13:39:13 +02:00
##### *Ca2PreFullIncrease
2026-05-31 13:18:52 +02:00
2026-05-31 13:39:13 +02:00
###### Ca2PreFullIncrease
2026-05-25 12:02:06 +02:00
2026-04-26 17:08:14 +02:00
```Gen
2026-05-31 13:18:52 +02:00
IncreasePreCa2Full
2026-05-25 14:36:27 +02:00
2026-05-31 11:39:42 +02:00
type: accumulator
2026-05-31 13:18:52 +02:00
2026-05-31 13:39:13 +02:00
in_context: *Ca2PreFullIncrease
2026-04-26 17:08:14 +02:00
2026-05-31 11:39:42 +02:00
hypothesis: NOT ( full ) AND NOT ( empty )
action: [ increase, decrease]
2026-05-04 10:29:21 +00:00
trace: None
2026-04-26 17:08:14 +02:00
```
2026-05-31 13:18:52 +02:00
#### *fixed
2026-05-31 13:39:13 +02:00
##### RrpPreDevCheck
2026-05-31 13:18:52 +02:00
***Tens Milliseconds Time Scale***
```Gen
2026-05-31 13:39:13 +02:00
RrpPreDevCheck
2026-05-31 13:18:52 +02:00
type: contextor
in_context: *fixed
condition: ( empty )
2026-05-31 13:39:13 +02:00
out_context: *RrpPreFullDecrease
2026-05-31 13:18:52 +02:00
condition: ( full)
out_context: *IncreaseRrpFull
```
2026-05-31 13:39:13 +02:00
##### *RrpPreFullDecrease
2026-05-31 13:18:52 +02:00
2026-05-31 13:39:13 +02:00
###### RrpPreFullDecrease
2026-05-25 12:02:06 +02:00
2026-04-26 17:08:14 +02:00
```Gen
2026-05-31 13:18:52 +02:00
DecreasePreRrpFull
2026-05-25 14:36:27 +02:00
2026-05-31 11:39:42 +02:00
type: accumulator
2026-04-26 17:08:14 +02:00
2026-05-31 13:39:13 +02:00
in_context: *RrpPreFullDecrease
2026-05-31 11:39:42 +02:00
hypothesis: NOT ( full ) AND NOT ( empty )
action: [ increase, decrease]
2026-05-04 10:29:21 +00:00
trace: None
2026-04-26 17:08:14 +02:00
```
2026-05-31 13:39:13 +02:00
##### *RrpPreFullIncrease
2026-05-25 12:02:06 +02:00
2026-05-31 13:39:13 +02:00
###### RrpPreFullIncrease
2026-05-25 14:36:27 +02:00
2026-05-31 13:18:52 +02:00
```Gen
2026-05-31 13:39:13 +02:00
RrpPreFullIncrease
2026-05-31 13:18:52 +02:00
type: accumulator
2026-05-25 14:36:27 +02:00
2026-05-31 13:39:13 +02:00
in_context: *RrpPreFullIncrease
2026-05-31 13:18:52 +02:00
hypothesis: NOT ( full ) AND NOT ( empty )
action: [ increase, decrease]
trace: None
2026-05-04 10:29:21 +00:00
```