Jump to content

Eran

Members
  • Posts

    6
  • Joined

  • Last visited

Everything posted by Eran

  1. Thanks Saragani, How can I re-calling the 'Set PCOM Password' ? The API support it maybe by sending the rigth operand? I need to develope funcunality that can change the password (PCOM), so i need to find a way to do this (using API) The senario: 1. Connect the plc using known PCOM password 2. Change the PCOM password for the next connection (this what i need to solve) Thanks
  2. Thanks, About SB 314 "Block PC access to PLC. OFF by default. When ON: access via VisiLogic, RA, etc. blocked" If I set it to 1 then how to revert it to 0 if I cant connect anymore via the VisiLogic or the API? Another thing, by sending new data to "Ethernet Password Offset" (For example MI 100) it's will efentc somthing?
  3. Thanks, There is a way to affect (change) the communication password in the PLC memory by sending something using the PLC protocol (using the apl)? If I know the PLC password and I whant to change it only in the PLC memory for the connection session..
  4. Hi Saragani, Can I change the PLC ethernet communication password using the api? This what I have done: var pwdStorage = PLCFactory.PasswordStorage; pwdStorage.SetPassword("Uni1237@", "168673....."); ethernet.Password = "Uni1237@"; pwdStorage.SavePasswords(); PLCFactory.SetPasswordStorage(pwdStorage); I dont know if this is the rigth way to change the plc communication password (It's not work), can it done?
  5. Hello, Where can I find the latest .net drivers (c#) using Unitronics.ComDriver.Security.dll and the latest Unitronics.ComDriver.dll driver? Thanks, Eran
×
×
  • Create New...