Results 1 to 11 of 11
Thread: Siemens node
-
02-28-2013, 04:27 PM #1
Regular Guest
- Join Date
- Aug 2008
- Posts
- 299
Siemens node
how do you tell which controllers are associated with what node number?? have a ppcl program that checks for controller failure but i do not know which controller is what node....
-
02-28-2013, 04:38 PM #2
Professional Member*
- Join Date
- Jun 2006
- Location
- Des Moines
- Posts
- 272
I assume you are talking about TEC controllers.
The controllers attached to a specific panel would be available via the FLN device list. Pull that either from Insight or the panel.Dingman from Iowa~
"A lie gets halfway around the world before the truth has a chance to get its pants on."
- Sir Winston Churchill (1874-1965)
The Dingman's webpage, featuring the Ding_Z
-
02-28-2013, 04:51 PM #3
You can write ppcl to monitor cabinet failures on the network. Can you write a sample here so we can check it out? It might be easier to help you figure it out.
-
02-28-2013, 05:10 PM #4
Regular Guest
- Join Date
- Aug 2008
- Posts
- 299
i have a statement in ppcl that starts with
5720 IF(NODE6 .EQ. FAILED) THEN.........
this is where i am trying to find the node. where would i find node 6 if it failed?
-
02-28-2013, 05:23 PM #5
If this is an rs485 (p2) bln than look in system profile and the panel where this program will be on the same bln where node 6 resides. It will be address 6. If its Ethernet than you should actually have a panel named node6.
-
02-28-2013, 05:55 PM #6
Regular Guest
- Join Date
- Aug 2008
- Posts
- 299
got it. thanks boss.
-
02-28-2013, 05:57 PM #7
Regular Guest
- Join Date
- Aug 2008
- Posts
- 299
dumb question but i would presume that you cannot monitor your own node??
-
02-28-2013, 06:12 PM #8
Not using program. There are others ways to see it other than monitoring thru program
-
02-28-2013, 08:23 PM #9
Professional Member
- Join Date
- Oct 2008
- Location
- N/A
- Posts
- 31
Monitor "your own node"
APOGEE Powers Process Control Language (PPCL) Users Manual
Syntax
LINK
Use
This resident point indicates the condition of communications.
Depending on the status of the communications link, a point contains
the value 0or 1.
If the LINK value is 0, the node where the LINK point resides is
not communicating with the network.
If the LINK value is 1,the node where the LINK point resides is
actively communicating with the network.
Example
300 IF (LINK.EQ.0) THEN ON(ALARM)
-
02-28-2013, 08:26 PM #10
-
03-01-2013, 02:28 PM #11
Professional Member*
- Join Date
- Jun 2006
- Location
- Des Moines
- Posts
- 272
Correct Willy, I've never found that LINK point very useful. The only thing I did with it one time was to attach a light to a DO and turn it on when the panel would drop off the network. Then, people just walking thru could see if it was offline again (this was a problem panel due to crappy wiring - since repaired).
Dingman from Iowa~
"A lie gets halfway around the world before the truth has a chance to get its pants on."
- Sir Winston Churchill (1874-1965)
The Dingman's webpage, featuring the Ding_Z


Reply With Quote
