mokomoking2501/profinet_master/profidrive does not have a README file
pub(all) enum PncAlarmType {
Diagnostic
Process
Pull
Plug
Status
Update
Redundancy
Controlled
Released
PlugWrong
Return
Diagnosis
MaintenanceRequired
MaintenanceDemanded
PortDataChanged
SyncDataChanged
IsochDataChanged
NetworkComponentProblem
MultiplexerProblem
UploadRetrievalNotification
DevFailure
DevReturn
} derive(Eq, Debug)pub(all) struct PncSubmodList {
sm_ref : Int
data_prop : PncSubmodDataProp
com_prop : PncSubmodComProp
pn_prop : PncSubmodPnProp
} derive(Eq, Debug)fn counts_to_position_norm(counts : Int, resolution : Int) -> Doublelet n_soll_a_100_percent : Intfn n_soll_a_to_rpm(n_soll : Int, max_rpm : Double) -> Doublelet n_soll_b_100_percent : Intfn pdc_coast_stop(stw1 : Int) -> Intfn pdc_fault_acknowledge(stw1 : Int) -> Intfn pdc_precharge(stw1 : Int) -> Intfn pdc_pulse_enable(stw1 : Int) -> Intfn pdc_pulse_inhibit(stw1 : Int) -> Intfn pdc_quick_stop(stw1 : Int) -> Intlet record_index_base : Intfn rpm_to_n_soll_a(rpm : Double, max_rpm : Double) -> Int