Forum Replies Created
-
AuthorPosts
-
Keano
ParticipantWill this be done using the same as the current telegram driver ? Or not
Keano
ParticipantHi
I was wondering if it is possible to write commands from telegram to rapid for example if I click a button appearing under my notification on telegram it would send a command back to rapid scada and trigger something.
Keano
ParticipantIs it possible to send a command from a button setup on my telegram bot for example, I get a message Alerting me when the generator receives an overvoltage alarm, I would like to click a reset button under my message alerting me that then sends a Modbus signal to reset the generator?
Keano
ParticipantHi I seem to be getting this problem in my automatic control module logs.
Sending commands skipped
Why does this happen and how can I solve it.Keano
ParticipantHi I seem to be getting this problem in my automatic control module logs.
Sending commands skipped
Why does this happen and how can I solve it.Keano
ParticipantI Found it and have been playing around with it but it seems like even if I copy and paste triggers and commands and then change the names and values I still only get one folder instead of two.
<?xml version="1.0" encoding="utf-8"?> <ModAutoControl> <TrGroups> <TrGroup active="true" name="Comap Controllers" /> <TrGroup active="true" name="Comap Controllers 2" /> <TrGroup active="true" name="Gen 1"> <Trigger id="5" active="true" name="Gen 1 Oil Pressure switch" type="CnlDataTrigger"> <CnlDataTriggerProps> <CnlNum>101</CnlNum> <ChkCnlVal>true</ChkCnlVal> <CnlValCond> <CompareOperator1>Equal</CompareOperator1> <CompareArgument1>1</CompareArgument1> <LogicalOperator>None</LogicalOperator> <CompareOperator2>LessThan</CompareOperator2> <CompareArgument2>0</CompareArgument2> </CnlValCond> <Deadband>0</Deadband> <ChkCnlStat>false</ChkCnlStat> <CnlStat /> <Delay>0</Delay> <Repeat>0</Repeat> <RepeatCnt>0</RepeatCnt> </CnlDataTriggerProps> <Trigger id="6" active="true" name="Gen 1 Oil Pressure switch" type="CnlDataTrigger"> </Trigger> <CnlNum>201</CnlNum> <ChkCnlVal>true</ChkCnlVal> <CnlValCond> <CompareOperator1>Equal</CompareOperator1> <CompareArgument1>1</CompareArgument1> <LogicalOperator>None</LogicalOperator> <CompareOperator2>LessThan</CompareOperator2> <CompareArgument2>0</CompareArgument2> </CnlValCond> <Deadband>0</Deadband> <ChkCnlStat>false</ChkCnlStat> <CnlStat /> <Delay>0</Delay> <Repeat>0</Repeat> <RepeatCnt>0</RepeatCnt> <Commands /> </Trigger> </TrGroup> </TrGroups> </ModAutoControl>
As you can see here I have a trigger and I command for two of the same things on diffrent channels but when I run it I dont get a error I ony get my original “Gen 1 ” trigger and command.
Keano
ParticipantWhere Do I find the xml file
Keano
ParticipantGood Afternoon I am encountering the same issue as the person above. I get the following error. “2023-07-10 17:13:03 Communication session with the Device 1 “Telegram Bot”, type: KpTelegram
Send request:
https://api.telegram.org/bot6360611251:AAHMbs73bPeHHluELcDKCT7pxLyPlmSMZfA/getUpdates?offset=0&timeout=0&allowed_updates=message
Error executing request: The operation has timed out
”I went and made sure that everything is setup according to your guide but it is still not working.
-
AuthorPosts