Jump to content
OMRON Forums

shane

Members
  • Posts

    18
  • Joined

  • Last visited

Posts posted by shane

  1. Hi Eric,

    My IDE version is 4.3.0.107

     

    From the image,my system's resonant frequency is 700Hz, but The Notch filter's Lightly Damped Zero Frequency and Heavily Damped Pole Frequency are not 700Hz.

    It seemed Lightly Damped Zero Frequency = 0.9 * Resonant Frequency ; Heavily Damped Pole Frequency = 1.45 * Resonant Frequency ;

     

    Generally,for a notch filter, the numerator and denominator frequencies will be set same with resonant frequency; but in IDE , they are different .

  2. In order to solve this problem ,I update my pmac firmware to 4.1.18. $$$*** -> save -> $$$ -> download the motor stup -> download the .eni file .

    It is worked, problem disappered, my machine can run again.

     

    but after a few hours , I poweron the pmac, Error monitoring: "FileConfigErr" and also "PwrOnFault". then I find I can't move my motor again.

     

    the I clear the pmac, redownload project and motor setup, no error occured , but when I power cycle , there is no project load in pmac.

     

    how can I sove this problem?

  3. my powerpmac is CK3E-1410,firmware ,2.2.0(not remember exactly);IDE is 3.1.1.0;

     

    Today,After I buid and download my project to pmac, then save, then $$$. the project in pmac is still the older one . I have tried a lot of time ,It is still the same result.

    then I clear the pmac ($$$***, save, $$$),the older project is still in pmac. they have not been cleared.

     

    by the way , everytime I issue ' save' ,terminal window returns :

     

    save

    cp: cannot create regular file `/opt/ppmac/usrflash/Database/pp_cintelli.sym': Read-only file system

    cp: cannot create regular file `/opt/ppmac/usrflash/Database/pp_global.sym': Read-only file system

    cp: cannot create regular file `/opt/ppmac/usrflash/Database/pp_swtbl0.sym': Read-only file system

    cp: cannot create regular file `/opt/ppmac/usrflash/Database/pp_swtbl0.txt': Read-only file system

    cp: cannot create regular file `/opt/ppmac/usrflash/Database/pp_mrc.sym': Read-only file system

    cp: cannot create regular file `/opt/ppmac/usrflash/Database/pp_prog.sym': Read-only file system

    cp: cannot create regular file `/opt/ppmac/usrflash/Database/pp_local.sym': Read-only file system

    cp: cannot create regular file `/opt/ppmac/usrflash/Database/pp_stn_mro0.sym': Read-only file system

    cp: cannot create regular file `/opt/ppmac/usrflash/Database/pp_swtbl2.sym': Read-only file system

    cp: cannot create regular file `/opt/ppmac/usrflash/Database/pp_subprog.sym': Read-only file system

    cp: cannot create regular file `/opt/ppmac/usrflash/Database/pp_swtbl1.txt': Read-only file system

    cp: cannot create regular file `/opt/ppmac/usrflash/Database/pp_mtrcfg.sym': Read-only file system

    cp: cannot create regular file `/opt/ppmac/usrflash/Database/pp_ectcfg.sym': Read-only file system

    cp: cannot create regular file `/opt/ppmac/usrflash/Database/pp_swtbl1.sym': Read-only file system

    cp: cannot create regular file `/opt/ppmac/usrflash/Database/pp_swtbl3.txt': Read-only file system

    cp: cannot create regular file `/opt/ppmac/usrflash/Database/pp_swtbl3.sym': Read-only file system

    cp: cannot create regular file `/opt/ppmac/usrflash/Database/pp_swtbl2.txt': Read-only file system

    cp: cannot create regular file `/opt/ppmac/usrflash/Database/pp_hardware.sym': Read-only file system

    cp: cannot create regular file `/opt/ppmac/usrflash/Database/pp_mro0.sym': Read-only file system

    cp: cannot create regular file `/opt/ppmac/usrflash/Database/rom Firm.war': Read-only file system

    cp: cannot create regular file `/opt/ppmac/usrflash/Database/move

    SaveToFlash: mount

     

    SaveToFlash: Finish SAVING to Flash.

     

    Save Complete

     

    before today everythig is normal . does somes guys know why?

    Inaddition ,after powercycle of $$$, I can't move my motor, It is seem that my motor setup is not load or loosed.

    my motor setup is saved in where inside the pmac's flash ? is it in project database?

  4. i have tried system" gather -u /var/ftp/usrflash/sample.txt" and system"/opt/ppmac/gather_csv/gather_csv -u /var/ftp/usrflash/sample.txt",and they have the same effect, all creat a txt file named sample in /var/ftp/usrflash.

    but I still dont now why they are same.

  5. Yes - you can use the "gather_csv" executable from the Linux prompt using the "-u" with a filename option:

     

    gather_csv [-u] [filename]

    The “-u” will without the filename parameter will stream the contents of the most recent data gather to the standard output as in the current SSH, Telnet or serial port connection.

    The “-u” with the filename parameter will stream it to that file. Using the “/var/ftp/usrflash/” directory is recommended as this is already writable and will allow ftp uploads without any permission changes.

    For example:

    gather_csv -u /var/ftp/usrflash/mygatherfile

    This puts the last gathered data in a text file named “mygatherfile” in the “/var/ftp/usrflash/” directory where ftp access is available.

     

    I wondered about what was written. The command is not gather_csv it is just gather. So you should do gather -u /var/ftp/gather/ggg.txt to send the already gathered data from the structures inside the ppmac to the file ggg.txt.

     

    I just tested this and it is working. My test was simple. I open the plot program and gathered some data and plotted it to be sure the gather worked. Then I ran the command and saw my file was created. Then I listed the file contents to verify it had the data inside.

    gather -u /var/ftp/gather/ggg.txt

    what is the difference between gather_csv and gather?

  6. In powerpmac,after I used data gather function ,such as :

     

    Gather.enable=2

    x10

    x20

    Gather.enable=0

     

    Can I export the gather data as a *.txt file or other file format for outside use.Not use the powerpmac ide's ploting funtion.

  7. Set up reporting by setting Coord[x].TPCoords to specify which axes to report and Coord[x].TPSize to the number of moves ahead you need to report. Then just use "t" to show the current target position.

     

    If you want the next target position, just query Coord[x].TPData[1].Pos[j]. Per the software reference manual, page 819, i = 0 is always the currently executing move, so i = 1 will always be the next move (i.e. while the moves are executing). Querying them after all the moves are done will not produce meaningful information.

     

    did you see my attached pic ,the move are executing.from the Coord[3].TPExec.Pos[6]

    ,shows the current target position is 100, but the Coord[3].TPData[0].Pos[6] is 300.

    P.S:Coord[x].TPCoords and Coord[x].TPSize all have been set

  8. Now,I need to kown the target position of next move. but Coord[x].TPExec.Pos[j] only include the destination presently executing .so I consider Coord[x].TPData.Pos[j], but it's value do not match the description in pmac software manul.

     

    Coord[x].TPData[0].Pos[j] only represent the first line of prog, not the presently executing move ,and

    Coord[x].TPData[1].Pos[j] the second line,

    Coord[x].TPData[2].Pos[j] the third line ,and so on .

     

    How i can I get the next move target position behind the prensently executing move?

    20180417235534.thumb.png.78c2d2a8c64baba2048c153958fe0dd8.png

×
×
  • Create New...