I have the following function in my VBScript which I do not know what the purpose of it is:
CreateObject("Simatic.Simatic.1")
What does the Simatic.Simatic.1
mean?
I have the following function in my VBScript which I do not know what the purpose of it is:
CreateObject("Simatic.Simatic.1")
What does the Simatic.Simatic.1
mean?
Simatic.Simatic.1 (Simatic 1.0 Type Library) is a COM Type Library DLL from Siemens. You can find more information about type libraries here: COM, DCOM, and Type Libraries
If you have Step7 installed on your computer you can find the library e.g. here:
The name of the library is S7ABATCX.dll/S7ABATCX.TLB.
This library is the STEP 7 command interface.
Excerpt from the Siemens documentation:
You can find examples and the documentation on the installation media of Step 7, e.g. STEP 7 V5.5 Professional 2010 SR3_Manuals\English\Command Interface.
If you are using “TIA Portal” you should use the TIA Portal Openness interface instead.