Applies To:
  • CitectSCADA 5.00

Summary:
Question: I have a Private function and I cannot create a task via the TaskNew() function. 

Solution:
TaskNew() will not find PRIVATE functions even if TaskNew() is called from the same file as the PRIVATE function. TaskNew() used the global function database and you cannot use TaskNew() to create a task of a PRIVATE function. To solve this problem don't make the function private. 

Keywords:
 

Attachments