HYDRAULIC

 


 

-NIU- t12_hydraulic HYDRAULIC /INTERFACE : Initialise l'interface (ligne serie)
	t12_hydraulic.f:68: str = "hydraulic.interface"
-NIU- t12_hydraulic HYDRAULIC /PRESSURE : Lecture pression poche inferieur et superieur (bar)
	t12_hydraulic.f:143: str = "hydraulic.ask.pressure"

 


 

t12_hydraulic HYDRAULIC /FREQ=n,m : applique la frequence des pompes 
	t12_hydraulic.f:319: str = "hydraulic.on"
	hydraulic.on hydraulicOn 
	t12_hydraulic.f:324: str = "hydraulic.frequency"
	hydraulic.frequency hydraulicFrequency 
t12_hydraulic HYDRAULIC /OFF : Arrete moteur pompe
	t12_hydraulic.f:92: str = "hydraulic.off"
	hydraulic.off hydraulicOff 
t12_hydraulic HYDRAULIC /PERIODE=n : lit ou ecrit la periode de srutation du regulateur en secondes 
	t12_hydraulic.f:367: str = "hydraulic.set.period"
	hydraulic.set.period hydraulicSetPeriod 
	t12_hydraulic.f:371: str = "hydraulic.read.period"
	hydraulic.read.period hydraulicAskPeriod 
t12_hydraulic HYDRAULIC /SAFETY : Lecture des securites
	t12_hydraulic.f:179: str = "hydraulic.ask.safety"
	hydraulic.ask.safety hydraulicAskSafety 
	t12_hydraulic.f:200: str = "hydraulic.reset.safety"
	hydraulic.reset.safety hydraulicResetSafety 
t12_hydraulic HYDRAULIC /STATE : lit etat moteur pompe et frequence
	t12_hydraulic.f:226: str = "hydraulic.ask.state"
	hydraulic.ask.state hydraulicAskState 
t12_hydraulic HYDRAULIC /SWITCH=<0|1> : enclenche ou declenche scrutation reglage frequence pompe
	t12_hydraulic.f:269: str = "hydraulic.set.switch"
	hydraulic.set.switch hydraulicSetSwitch 
	t12_hydraulic.f:272: str = "hydraulic.read.switch"
	hydraulic.read.switch hydraulicAskSwitch 
t12_hydraulic HYDRAULIC /TEMPERATURE : Lecture temperature huile retour
	t12_hydraulic.f:118: str = "hydraulic.ask.temperature"
	hydraulic.ask.temperature hydraulicAskTemperature 

 


 

t120/attentebp.prc: hydrau /safety /ask /noecho
t120/get_temperature.prc: hydraulic /temperature /noecho
t120/t120_hydraulic.prc: hydr /freq=CUFIFreq,CUFSFreq /noecho ! Mise en fonction de CUFI et CUFI
t120/t120_hydraulic.prc: hydr /off /noecho
t120/t120_hydraulic.prc: hydr /stat /noecho
t120/t120_hydraulic.prc: hydr /switch=0 /noecho ! Désactivation du contrôle de la fréquence des pompes
t120/t120_hydraulic.prc: hydr /switch=1 /noecho ! Activation du contrôle de la fréquence des pompes
t120/t120_inithard.prc: hydraulic /safety /reset /noecho
t120/t120_inithard.prc: hydr /state /noecho
t120/t120_inithard.prc: hydr /temp /noecho
t120/t120_initsoft.prc:hydr /period=hydrperiod /noecho
t120/temperature.prc:hydraulic /temperature /noecho

 


 

RESUME:

19/05/2018:LW:

  • /FREQ : inutile c'est la SM de du start qui le fait
  • /PERIOD: inutile
  • /SAFETY /ASK /RESET inutile, géré par PLC
  • /SWITCH inutile

 

On rajoute /CLIENT qui fait client (comme coupola) sur etcs_srv

 

Reste:

  • /CLIENT
  • /START   (anciennement /ON)
  • /STOP     ( anc. /OFF)
  • /STATE
  • /WAIT (option standard PLC)
  • /NOWAIT (option standard PLC)

 

/STATE met à jour:

  • HYDRCUFI (frequence convertisseur poches inférieures)
  • HYDRCUFS (frequence convertisseur poches supérieures)
  • HYDRPS (mesure pression poches inférieures)
  • HYDRPS (mesure pression poches supérieures)
  • HYDRTEMP (temperature huile palier)

 

 


/FREQ=n,m : applique la frequence des pompes hydraulicOn hydraulicFrequency /OFF : Arrete moteur pompe hydraulicOff /PERIODE=n : lit ou ecrit la periode de srutation du regulateur en secondes hydraulicSetPeriod hydraulicAskPeriod /SAFETY /ASK : Lecture des securites hydraulicAskSafety /SAFETY /RESET: Lecture des securites hydraulicResetSafety /STATE : lit etat moteur pompe et frequence hydraulicAskState /SWITCH=<0|1> : enclenche ou declenche scrutation reglage frequence pompe hydraulicSetSwitch hydraulicAskSwitch /TEMPERATURE : Lecture temperature huile retour hydraulicAskTemperature