Results 1 to 8 of 8
Thread: Px Include..First attempt
-
07-03-2012, 03:49 PM #1
Professional Member
- Join Date
- May 2011
- Location
- North Carolina
- Posts
- 190
Px Include..First attempt
I'm working from an example I found on niagara central website. I d/l the step by step pdf and the bog file and have it running on my jace. The problem I'm having is getting the values to show up in the px include when i drag and drop the controller on the px page.
The zone shows up correctly and the hyperlink works fine, but that's where the success ends. This is a PCT program that the station is made from so all the points have -C or -O. So for my variables I did something like this for supply fan (vfd) output.
$(sfo)/SF$2dO
So when I look at my before and after in my variables on my px page it looks like the attached file. Any ideas why my points won't show up?
Here is the link I am using as a guide from Niagara Central.http://www.niagara-central.com/ord?p...clude_Examples
-
07-03-2012, 03:52 PM #2
Professional Member
- Join Date
- Jan 2006
- Posts
- 79
Open up the workbench with the console and you should see some errors in the console window as to why its not working.
-
07-03-2012, 04:06 PM #3
Professional Member
- Join Date
- May 2011
- Location
- North Carolina
- Posts
- 190
-
07-03-2012, 04:40 PM #4
Professional Member
- Join Date
- Jan 2006
- Posts
- 79
In your start menu, you should have whatever your workbench is called (its different depending on who you bought it from) and then an identical option with "(Console)" after it. Open that and the only difference is you will see a small window with a black background open that display messages similar to the output from the application director. Exceptions will show in that window for things that happen in the workbench (like not being able to resolve an ORD in a Px page).
Or, in that same area in your start menu, open the "Console" and you should get a small window with a command prompt and a blue background. Type wb and hit enter and its basically the same thing - that window will show you error messages from the workbench.
-
07-03-2012, 04:45 PM #5
Professional Member
- Join Date
- May 2011
- Location
- North Carolina
- Posts
- 190
Thank you elitecodex. The error that is displayed is:
Warning Unresolved: station:|slot:/drivers/bacnetnetwork/AHU$20A/SF$2dO
That is the point I'm trying to get back. $2d is the same as - isn't it?
-
07-03-2012, 06:01 PM #6
Professional Member
- Join Date
- May 2004
- Location
- SE Pennsylvania
- Posts
- 515
If you open the property sheet of the point you want and press ctrl L it will show the ord and whatever the replacement is for -. I can never remember what the replacements are so I use this frequently. I avoid special characters like the plague.
-
07-03-2012, 07:23 PM #7
Professional Member
- Join Date
- Jan 2006
- Posts
- 79
-
07-03-2012, 08:55 PM #8
Professional Member
- Join Date
- May 2011
- Location
- North Carolina
- Posts
- 190
FINALLY!! Yeah special characters are not friendly! Thanks for the help! the ctrl + L helped solve the problem.


Reply With Quote
