| Ben,
There are basically 2 ways of doing it :
1- you don't want to manipulate any AES or mcc_call, so you can submit
your commands to the FCL PM, store the results in a file and parse
this file.
If you have only a few commands and if your application is not time
critical, it should work.
2- you use callable mcc and you encode the various parameters of an
mcc_call. There are a number of examples on how to do that throughout
this notefile.
Regarding the OSI_SYSTEM entity, it is part of TeMIP V1 kit and not directly of
MCC. I don't think that the .h files corresponding to the MSL are shipped.
But you can find the MRM of the OSI_SYSTEM and the LOG online at
TAEC::TEMIP$PUBLIC:[V11_DOC]
The files are TEMIP_V111_OSIMRM.PS and TEMIP_V111_ELMRM.PS. If you need the
codes, I think you can also find those using the mcc_dap tool.
I think I remember we had an example of how to call the Alarm Handling FM for
the TeMIP training, but I don't remember any on the Log. It might be worth
asking in the TeMIP notefile (TAEC::TEMIP).
Best regards,
Marc.
|