ID |
TOPIC |
DESCRIPTION |
DOWNLOAD |
E0007 |
Basic Script |
This example shows how to
pass parameters to a Basic Script.
|
ES_BasicScriptParameters |
E0015 |
Commands |
This example explains how
to execute commands usually available on the 'Command
List' using the VBA methods.
|
ES_ExecuteCommand |
E0021 |
Basic Script |
This example shows how to
use the IO Interface to access to the serial com ports.
|
ES_IOPort_Serial |
E0031 |
Basic Script |
This example shows how to
share a VBA routine with other VBA routines.
|
ES_SharedBasicScript |
E0034 |
Basic Script |
This example verifies if
a specified process running inside the Windows' task manager
is already in execution on the device.
|
ES_WMI_FindProcess |
E0035 |
Basic Script |
This example shows how to
end a running process in Windows.
|
ES_WMI_KillProcess |
E0036 |
Basic Script |
This example shows how to
stop the OS.
|
ES_WMI_ShutDownSystem |
E0037 |
Basic Script |
This example shows how to
play a sound file without using any external application.
|
ES_API_PlaySoundFile |
E0038 |
Basic Script |
This example shows how to
use the Windows' ROT interface for referencing the Movicon
application from an external Visual Basic or VisualC program.
|
ES_MoviconROT |
E0076 |
Basic Script |
This example shows how to
use the Windows' ROT interface for referencing the Movicon
application from an external Visual Basic program and
access to the child project variables.
|
ES_MoviconROTChild |
E0047 |
Dispatcher |
This example shows how to
send messages with AlarmDispatcher with a basic Script
routine.
|
ES_AlarmDispatcherBasic |
E0054 |
Basic Script |
This example allows you
to get the IP address of a PC.
|
ES_WMI_GetIPAddress |
E0056 |
Basic Script |
This example shows how to
use the Windows' API to perform a machine's Ping
command.
|
ES_API_PingMachinebyIPAddress |
E0067 |
Services |
This example shows how to
run or stop a Windows service.
|
Es_StartStopService |
E0098 |
Basic Script |
This example shows you how
to use Collection objects in Movicon scripts.
|
ES_CreateCollectionObject |
E0099 |
Basic Script |
This example shows how you
can use the ".NET" code in Movicon script.
|
ES_UseWWBNET |
E0100 |
Basic Script |
This example shows you how
to use the Microsoft ActiveX WinSock for sending/receiving
data via TCP.
|
ES_WinSock |
E0111 |
Basic Script |
This example shows you how
to keep a script continuously in execution without using
too many system resources.
|
ES_BasicScriptInLoop |