Posted to tcl by jonhnny at Tue Jun 26 14:47:22 GMT 2012view raw
lg 1 0
set customer_passwords(2) 0x0000
lg 1 2
Comments
Posted by jonhnny at Tue Jun 26 14:55:41 GMT 2012 [text][code]
#this is what a successful login looks like
#syntax login to node 1 with access level 4
dvt(126) % lg 1 4
OK
#An unsuccesful login
dvt(128) % lg 1 2
Login failed. SDO write to 0x5000,2 returned Abort 0x08000000
SDO write to 0x5000,2 returned Abort 0x08000000
#this is what a successful login looks like
#syntax login to node 1 with access level 4
dvt(126) % lg 1 4
OK
#An unsuccesful login
dvt(128) % lg 1 2
Login failed. SDO write to 0x5000,2 returned Abort 0x08000000
Comments
Posted by jonhnny at Tue Jun 26 14:55:41 GMT 2012 [text] [code]
#this is what a successful login looks like #syntax login to node 1 with access level 4 dvt(126) % lg 1 4 OK #An unsuccesful login dvt(128) % lg 1 2 Login failed. SDO write to 0x5000,2 returned Abort 0x08000000 SDO write to 0x5000,2 returned Abort 0x08000000