sergeFR

MrPLC Member
  • Content count

    13
  • Joined

  • Last visited

Community Reputation

2 Neutral

About sergeFR

  • Rank
    Sparky

Profile Information

  • Country France
  1. hi  in the page calling the numerickeypad , i made a script : Sub Appel_Clavier     If Modification_Valeur = "Fréquence moteur soupape" Then         Sauvegarde_ancienne_valeur = Frequence_soupape         EditVariable("Frequence_soupape", , , ,"10" ,"75.01" , ,"NUMERICKEYPAD", ,"Group0") then i have min( 10) /max (75.01)  for each value.
  2. NA HMI Read a file from USB

    with StreamReader , you read but with AppendText you can create and  add a line in a txt file .
  3. Buttons with graphics in NA

    I use google to search for buttons and use GIMP 2 to change them (size, color, orientation) .
  4. Buttons with graphics in NA

    maybe just put a button or a rectangle, transparent in front  
  5. NB HMI codebar zebra

    hi , i don't know on NB-HMI  , but on NA-HMI with an other modele of USB barcode reader  , i just open a DataEdit and scan the barcode .
  6. Omron NA Copy Files from USB to FTP

    may be  you can copy the log files every day or week by a subroutine to the ftp . i don't know how work VNC but that's true you can copy files of SD to FTP or USB .....  
  7. Omron NA Copy Files from USB to FTP

    I tried to do it, I manage to copy the folders and files from each folder, but not yet the sub-folders . rob5029 , what do you want to do ?  
  8. Newline / Carry Return

    hi , yes , you can but with  & var = "Hello" & newline & " How are you ?"  
  9. Administrator Access

    change IP address for connecte to the automate . Same problem since Monday  .
  10. NA Use USB to update tag

    SetInputFocus , open directly the keypad .  if that's you want .
  11. NA-series password change

    i made a popup for set : name , his own psw , check the role ( automatically set the psw role )  and call "enregistrement_nouvelle_personne" . and an other popup for Login , just write the own psw  and  call "OuvertureSession" for looking ,in the file.txt ,the role .
  12. NA-series password change

    i'll try with my poor English ^^
  13. NA-series password change

    Hello, for more ease of use (adding person) I just made the whole on a text file with VB . On the screen with a pop up, I can directly add a person, their password and role.