Messa in campo 4 file - 26/06/2020 Francia

Dependencies:   mbed X_NUCLEO_IHM03A1_for

Fork of FORIGO_Modula_V7_3_VdcStep_maggio2020 by Francesco Pistone

Committer:
nerit
Date:
Mon Mar 11 06:44:59 2019 +0000
Revision:
8:310f9e4eac7b
Parent:
6:e8c18f0f399a
Child:
12:b0fc1d313813
a2

Who changed what in which revision?

UserRevisionLine numberNew contents of line
nerit 3:a469bbd294b5 1 Ticker TBticker; // instance clock for seeding stepper
nerit 3:a469bbd294b5 2 Ticker TATicker; // instance clock for seeding stepper
nerit 6:e8c18f0f399a 3 Ticker sincUpdate; // ticker for update CAN data for quinconce sincronisation
nerit 6:e8c18f0f399a 4 Ticker canUpdate; // timer for update standard CAN data
nerit 3:a469bbd294b5 5 Ticker tftUpdate; // ticker for update data of display
nerit 6:e8c18f0f399a 6 Ticker seedCorrection; // ticker for run task which correct seeding sincronisation
nerit 6:e8c18f0f399a 7 Ticker spedSimclock; // ticker for simulating speed
nerit 6:e8c18f0f399a 8 Ticker SDticker; // instance clock for Seed wheel virtual encoder
nerit 8:310f9e4eac7b 9 #if defined(runner)
nerit 8:310f9e4eac7b 10 Ticker legPos;
nerit 8:310f9e4eac7b 11 #endif
nerit 6:e8c18f0f399a 12
nerit 6:e8c18f0f399a 13 Timer metalTimer; // timer for reading time from two hole into seed wheel
nerit 6:e8c18f0f399a 14 Timer speedTimer; // timer for reading time interval between speed pulse to calculate speed
nerit 6:e8c18f0f399a 15 Timer speedFilter; // timer for speed trigger filtering
nerit 6:e8c18f0f399a 16 Timer timeCurr; // timer delay for DC overcurrent alarm generation
nerit 6:e8c18f0f399a 17 Timer quincTimeSD; // timer for reading time from slave picks and master picks signal
nerit 6:e8c18f0f399a 18 Timer quincTime; // timer for reading time from master picks and slave picks signal
nerit 6:e8c18f0f399a 19 Timer intraPickTimer; // timer for reading interval time from two picks
nerit 3:a469bbd294b5 20 Timer speedTimeOut; // timer for stop motor after last speed pulse
nerit 3:a469bbd294b5 21 Timer seedFilter; // timer for picks signal filtering
nerit 3:a469bbd294b5 22 Timer TBfilter; // timer for cells signal filtering
nerit 3:a469bbd294b5 23 Timer sincroTimer; // timer for picks real interval time
nerit 3:a469bbd294b5 24 Timer rotationTimeOut; // timer for seed wheel zero timeout
nerit 6:e8c18f0f399a 25 Timer ritardaLowSpeed; // timer for switch delay from low speed to normal speed
nerit 6:e8c18f0f399a 26 Timer SDwheelTimer; // timer for alarm generation for SD wheel
nerit 6:e8c18f0f399a 27
nerit 3:a469bbd294b5 28 Timeout timeout; // timeout for check DC current absorbion PWM sincronised