Added minimal functionality for Robot teaching
- Added minimal HMI - Added possibility to open and close all chamber doors
This commit is contained in:
12
Packages/Beckhoff.TwinCAT.HMI.Functions.14.3.340/runtimes/native1.12-tchmi/LoginEx.d.ts
vendored
Normal file
12
Packages/Beckhoff.TwinCAT.HMI.Functions.14.3.340/runtimes/native1.12-tchmi/LoginEx.d.ts
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
declare namespace TcHmi.Functions.Beckhoff {
|
||||
/**
|
||||
* Login server session. Reload on login is recommended for security reasons.
|
||||
* @param ctx Context object which provides context specific data and functions.
|
||||
* @param username
|
||||
* @param password
|
||||
* @param persistent
|
||||
* @param reload
|
||||
*/
|
||||
function LoginEx(ctx: SelectableRequired<TcHmi.Context, 'success' | 'error'>, username: string | null, password: string | null, persistent?: boolean, reload?: boolean): void;
|
||||
}
|
||||
//# sourceMappingURL=LoginEx.d.ts.map
|
||||
Reference in New Issue
Block a user