GETTING STARTED WITH WINCC

Просмотров: 122   |   Загружено: 2 год.
icon
AUTOMATION and BMS
icon
4
icon
Скачать
iconПодробнее о видео
#IndustrialAutomation, #IndustrialRobotics, #AutomationEngineering, #ProcessAutomation, #PLC, #SCADA, #AI, #MachineLearning, #RoboticsProcessAutomation, #IndustrialInternetOfThings, #Industry4.0


CODE --
AND GATE ==
-------------------------------------------------
#include "apdefap.h"

int gscAction( void )
{
if ((GetTagBit("s1")==1)&&(GetTagBit("s2")==1))
SetTagBit("l",1);
else
SetTagBit("l",0);
return 0;
}
-------------------------------------------------------------------
OR GATE ==
-------------------------------------------------------
#include "apdefap.h"

int gscAction( void )
{
if ((GetTagBit("s1")==1)||(GetTagBit("s2")==1))
SetTagBit("l",1);
else
SetTagBit("l",0);
return 0;
}
---------------------------------------------------
#ai #artificial_intelligence
wincc,wincc sacda,siemens scada,install wincc,install wincc scada,install siemens scada,Understanding the Basic Need for Installing WinCC SCADA,#wincc,#wincc_scada,#wincc_install,#install_winccc,#wincc_wincc,#siemens_scada,#scada_software,#Wincc_programe,#install_wincc,#wincc_scada_installation
Disclaimer:
All the software interfaces shown in the video are for educational purposes only, & this are downloaded by the ENTERNET search. The look can vary/differ based on change in version but the process/ procedure/ steps more or less remain the same.
#INDUSTRIAL_AUTOMATION
#ElectroSoftAutomata
#automation_and_bms
Note:
In case of any doubt, kindly drop a comment so that I can reach you to solve your issues.

Also, comment your interested topics which you feel I should make video on.

Похожие видео

Добавлено: 55 год.
Добавил:
  © 2019-2021
  GETTING STARTED WITH WINCC - RusLar.Me