FactoryTalk SE v13 Alarm as DWord

sicka

Member
Join Date
Dec 2012
Location
Vienna
Posts
4
I'm trying to set alarm as DWord where each bit is individual alarm.
So far I have tryed with
DWord.0, DWord.1, DWord.2, etc.
DWord.L0, DWord.L1, DWord.L2, etc.
{Word.0}, {DWord.1n}, {DWord.2}, etc.
DWord & 1, DWord & 2, DWord & 4, etc.

What am I doing wrong?

jgTdZSy
 
If you are using the built-in alarm function:

In FTV, under Alarm Setup > Triggers tab > Trigger Settings: > set Trigger type: to "Bit".

In Messages tab, set the Trigger to your Dword, set Trigger value to the bit number. Bit number is 1 through 32 which corresponds to Bit 0 through 31.
 
are you talking about ME or SE?
I'm using SE and when I open alarm server I have only this:

Imag1.png Imag2.png
 
Last edited:
For FTSE, when you create a new alarm, select Digital alarm. When you browse for the Input Tag you won't be able to select the individual bit. Select the integer (SINT, INT, DINT) tag, then when the tag browser is closed you must edit the tag reference to add the bit number.
 
For FTSE, when you create a new alarm, select Digital alarm. When you browse for the Input Tag you won't be able to select the individual bit. Select the integer (SINT, INT, DINT) tag, then when the tag browser is closed you must edit the tag reference to add the bit number.

Thank you clintm, but what is the correct syntax?
I tried with Tag_DInt.0, {Tag_DInt.0}, but this doesn't work.

thth9.png vqrrqev.png
 
This syntax works on a SE Distributed system we are working on currently:

/area::[Shortcut]Tag.bit

Make your bit work on a graphic display element first. The alarm syntax will be the same.
 
Sorry, I didn't told whole story. I'm using Factory talk v13, Kepware as OPC and Siemens S7-1500 as PLC. What I figured now: if I create local tag (INT, DINT, WORD) I can access individual bit (same as you can when using RSLogix). If I try this with tags in Kepware it doesn't work. Anyone have some ideas?
 

Similar Topics

In FactoryTalk View SE v13, how do I get an audbile alarm/bell from the PC speakers to work? The checkbox option that was in the alarm banner...
Replies
6
Views
601
Hello, I want to connect the Factorytalkview ME with rslogix500 to see the live response of HMI buttons in Rslogix500 ladder code . I am using PLC...
Replies
4
Views
50
Hello everyone I have the next issue with FactoryTalk Linx, when i configure the Ethernet driver and try to find the IP Address of the PLC Device...
Replies
0
Views
60
We are having issues with our viewpoint server randomly crashing and only loading the error page if anything at all. It lives on 3 servers all of...
Replies
0
Views
60
Hello, I have a panelview plus that reads from 4 different PLC's. 2 of these used to be Micrologix PLC's and someone else went and updated them to...
Replies
3
Views
126
Back
Top Bottom