Changeset 773 in ETALON


Ignore:
Timestamp:
May 31, 2018, 5:36:41 PM (6 years ago)
Author:
moutardier
Message:

add of motor_error.txt that contain information about WAGO 750-672 motor

Location:
BPM
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • BPM/motor_control.py

    r772 r773  
    1010# moteur 2 -> verticale
    1111
    12 motor_enable(1)
     12motor_enable(2)
     13move_motor_absolute(2,5000,-50000)
     14while motor_get(1, 'status') != 'READY':
     15    time.sleep(1)
     16time.sleep(5)
     17   
     18move_motor_absolute(2,5000,0)
    1319
    1420#controller_hello()
     
    2733
    2834
    29    
    3035
    31 
     36"""
    3237turn_on()
    3338
     
    3742
    3843turn_off()
    39 
     44"""
    4045#fichier = open("24-05-2018_aquisition_from_0_to_400000_step_of_1000.txt", "r")
    4146"""
Note: See TracChangeset for help on using the changeset viewer.