RE: Enum Fixed Simple, not so simple :(
Monday, 01 December 2008
hmmm, I have same issue if the ordinals do not increment by 1. His enum range is 1, 204, 208, 212, etc...
« Back
Monday, 01 December 2008
I have a customer wanting a trend line added to a chart to assist in predicting when their datacenter"s power consumption will reach a predefined maximum. This is easily done in excel, but I was hoping there was some way we might incorporate this in a px page with a chart. Any suggestions? Are there any 3"rd party graphing applications that can be easily integrated into Niagara? Any experiences with this?
« Back
Lon Maker Plugins and Lon Tunnel
Monday, 01 December 2008
I have read many and I mean many different accounts of Lon Tunnel but I have yet to read a step to step procedure using Lon maker to access the network to run LM plugins over the Niagara system with Lon tunneling. Is there a definitive document that is the total sum of knowledge on this issue?
« Back
RE: User Login Displayed on a Px Page
Monday, 01 December 2008
There doesn"t seem to be a very good way to accomplish this. Here"s a thread with more info: http://www.niagara-central.com/ord?portal:/discussion/DiscussionThread/7600
« Back
Monday, 01 December 2008
Greetings! I"m trying to make graphics for handheld gizmos. Being as this is my first attempt at it, I"m going to make a .px file and see how that works, and then move to a .html file if necessary. I just need to monitor a few points. I have no idea the resolution I need to be at, so my plan was this: make a graphic at some resolution like 480x480 and then set that sucker up to scale so it would just shrink down to fit whatever screen viewed it. I"ve seen graphics setup where the CanvasPane"s scale is set to fit and if you get that window you can shrink it way down all the way to 1 pixel, and it will stretch up to fit the window. When I do it, it will shrink down to a point and then scroll bars will pop up so you can scroll to see more. Yeah, I want to get rid of those scroll bars. I just want it to keep scaling itself down however as far I need it to. Is that possible?
« Back
Tuesday, 25 November 2008
I"ve been using the Lon Tod Event on several projects without incident. On this one and this one only, I"m getting this in the output window; nxtTime=129912.0 max=65535 >? true nxtTime=312.0 max=65535 >? false nxtTime=192.0 max=65535 >? false nxtTime=192.0 max=65535 >? false nxtTime=129912.0 max=65535 >? true nxtTime=102.0 max=65535 >? false nxtTime=311.0 max=65535 >? false nxtTime=129911.0 max=65535 >? true nxtTime=311.0 max=65535 >? false nxtTime=191.0 max=65535 >? false nxtTime=191.0 max=65535 >? false nxtTime=129911.0 max=65535 >? true nxtTime=101.0 max=65535 >? false nxtTime=310.0 max=65535 >? false nxtTime=129910.0 max=65535 >? true nxtTime=310.0 max=65535 >? false nxtTime=190.0 max=65535 >? false nxtTime=190.0 max=65535 >? false nxtTime=129910.0 max=65535 >? true nxtTime=100.0 max=65535 >? false nxtTime=309.0 max=65535 >? false nxtTime=129909.0 max=65535 >? true nxtTime=309.0 max=65535 >? false nxtTime=189.0 max=65535 >? false nxtTime=189.0 max=65535 >? false nxtTime=129909.0 max=65535 >? true nxtTime=99.0 max=65535 >? false nxtTime=308.0 max=65535 >? false nxtTime=129908.0 max=65535 >? true nxtTime=308.0 max=65535 >? false nxtTime=188.0 max=65535 >? false nxtTime=188.0 max=65535 >? false Not having any problems with the schedules just trying to clear up the output window. This is taken in the middle of the stream but there are no errors or warnings associated. Any thoughts?
« Back
RE: Jace-403 external modem setup
Tuesday, 25 November 2008
I have a Jace 403 and cannot seem to find file RAS.properties. Thanks
« Back
Tuesday, 25 November 2008
Are you discovering points in the Point Manager, or are you discovering virtual points by expanding the virtual gateway?
« Back
Tuesday, 25 November 2008
I can"t remember exactly where, but I seem to remember reading the same thing. The two ports have to be assigned to two different subnets.
« Back
Fox Tunnel to station permaturelly terminates
Sunday, 23 November 2008
We are r3.3.22&28 and have noticed that if we are logged in thru a VPN connection to the station thru the WEBSUP any time we try to do any function requiring a large amount of data to open the connection will terminate. I have noticed the system.properties file has many options for customizing the fox connections. But it not obvious to me which settings are related to tunnel sessions. Can any one help.
« Back
RE: nv is bound but not represented in db
Sunday, 23 November 2008
We"re having the same problem at one of our sites. They all happen to be NVI"s on TAC MNL controllers. These NVI"s listed in the reports/verify are not communicating data to our controllers. Tried everything from re-commissioning the local lon device and re-binding to re-commissioning the controllers and re-binding. Did you guys figure out what the cause of this was??? Matt
« Back
RE: Support of Apache Axis2 in Tomcat Web Service Module
Saturday, 22 November 2008
If your methods are Niagara actions, then the oBIX driver already does what you need.
« Back
RE: Where to post a "Help Wanted" ad to attract AX programmers?
Friday, 21 November 2008
What type of help are you looking for contract labor or full time.
« Back
Friday, 21 November 2008
station:|slot:/Drivers/RdbmsNetwork/Database/|sql:select * from ....."), but gets stopped dead in its tracks when the data retrieved is of the wrong type for what the lineChart is expecting. "WARNING: Column VALUE: Converting unknown SQL Type "float" (8) to String. How do I work around this? Any suggestions or shared experiences would be much appreciated. Thanks, Scott
« Back
SSL to what extent is it supported
Friday, 21 November 2008
I have a site where we have successfully been using SSL (for web service) on both our supervisor and multiple JACEs for some time. We are also using LDAP for our user service everywhere. In the active directory setup for LDAP you can select SSL. We have found that it works in the supervisor and soft-jace, but not in the JACEs. Recently we had an issue with a JCI FX-60 that started throwing N2 errors and reading strange and misplaced values when I copied the activeDirectoryUserService from our supervisor into it and someone tried to access it with an LDAP account. When this happened, the stations cpu spiked to 100% on the "Http:Service-3" thread, and the N2 errors started, but otherwise the station was fine. Of course we did not find this until after we had spent hours troubleshooting the N2 issues. It turns out that the SSL does not work with LDAP on the embedded platforms. I set it to disabled and LDAP worked great on the FX-60 and all our problems disappeared after a reboot. We are at ver 3.3.22. And now finally my questions. Why does LDAP not throw and error on this misconfiguration rather than eating up all the stations cpu? Is there any documentation for LDAP? I have a word doc from 2006 I think. Anything recent? My customer wants SSL on everything. Is there any documentation stating which protocols support SSL? My experience is its just HTTP (and LDAP on windows platforms only). Is SSL in the works for Fox, Niagarad, others? Also, I assume the high cpu usage set off our N2 driver issues, but JCI might want to look into this. We had some very bad things happen to our chiller plant because values were being read into the wrong proxy points and other proxies read -32675 and other really high and low numbers. I realize everything in the station depends on the same cpu, but in my opinion, one setting being wrong in some unrelated service shouldn"t cause such a disaster. Any response is much appreciated. Thanks. Scott
« Back
RE: grouping of histories into folders
Wednesday, 19 November 2008
No, we did not release this feature with 3.4. We are still in the process of defining what features will be targeted for 3.5. John
« Back
Wednesday, 19 November 2008
Has anyone built an object that acts like the energy management block did in R2?
« Back
Monday, 17 November 2008
Gareth, Could I get a copy of that as well. My email is mike(at)westexcel(dot)net. Cheers.
« Back
Back/Forward Button not working
Monday, 17 November 2008
All of the back / forward buttons are not working. Loaded up Firefox and they are not working there either.. buttons work good in workbench they just wont open in IE or Firefox. I am using the buttons in the standard kitpx on a regular scroll pane
« Back
Saturday, 15 November 2008
I think it would be good if kitControl had a modulus object. An object that takes two numbers and returns a remainder like 7 mod 4 = 3. Either using int values of BStatusNumeric or using integer inputs. One good example for its use is using a counter object and using a mod object to determine which group of data should be displayed.
« Back
RE: Ax graphics on IpodTouch / Iphone
Friday, 14 November 2008
I have built graphics for handheld devices including specifically for an IPhone. I normally use the handheld hx profile and enable the guest account, although depending on the handheld and browser you maybe able to leave the guest account disabled. I can"t say as I have ever seen your problem, nor do I have any ideas what might be causing it. I would suggest trying to use field editors for your setpoints with a save button on the graphic page instead of the override buttons. If you do want to use an override button for a boolean point then configure the button not to prompt the user for input, meaning have a button for overriding on and another for off. Using the handheld hx profile will remove the nav bar, so you must include any navigation links in the graphics pages that the users will need. Note that when you create a px page and select the media type that all you are doing is telling workbench what type of page you are planning on building. If you set it to "HxPxMedia" this simply causes workbench to popup a warning if you add a widget to the graphic which is known to not have an hx view. It has nothing to do with how it will actually be viewed by a user or whether it is accessible when logged in with a particular profile. When you login to the station with an hx profile then any graphic or view that you go to will be displayed using standard html and the widgets/components hx views. When you login to the station with a wb profile then any graphic or view that you go to will be displayed using the wb applet.
« Back
Friday, 14 November 2008
The alarm instructions are part of the alarmData. In the alarm console you can click the icon in the upper right corner and click the "add alarm data c olumn". In the popup type "instructions", this must be the actual name of the alamrData property and not the display name. This should give you a separate column in the alarm console with the instructions. There isn"t anything out of the box that does what you are asking, but you could write something custom using the notification api.
« Back
RE: SAMSON meter-bus<>modbus gateway
Friday, 14 November 2008
vahtevi, did you use this device (TROVIS 5488)? And if so, do you have the modbus register list. We need to integrate a few of these now, but we are having trouble obtaining the modbus register list.
« Back
Tools Options for standalone JACE
Friday, 14 November 2008
Hi Is it possible to edit "alarm console settings" like "Tools Options alarm console" in a supervisor, for a standalone JACE? (color settings for the prioritys)
« Back
RE: Writing and Running a Custom Servlet
Thursday, 13 November 2008
Hi all, Guess what I got my servlets running! Thanks for the help Dan. I have a problem though... I need to run a servlet from the JACE itself. How do I copy the servlet onto the JACE (UNC-510 in my case)? I tried using Admin Tool but it didn"t work, returned an error. Basically the nodes on the JACE are not accessible (using the API) if the servlet isn"t running on the JACE itself. Thanks again in advance for your help. Regards, Mohammad Saif Siddiqui
« Back
Wednesday, 12 November 2008
If he forwarded you this wikipedia article, then he did a good job. http://en.wikipedia.org/wiki/Rickrolling
« Back
Wednesday, 12 November 2008
AX 3.2 I have not touched the heap settings. The station doesn"t immediately crash. It will run for a couple days, then the avail heap will be around 118MB with 1 or 2 free and processor at 100% so that the resource manager page won"t even update. I rebooted the NXS, removed most of the devices (they are just remote power panels in a data center) and their related programs, and the station has stayed up just fine.
« Back
RE: Integrating with RES4.0 Fidelio Management software
Wednesday, 12 November 2008
Thanks Gareth. I had sent some details in your official mail. Waiting for your answer.
« Back
BQL query for penultimate history value.
Wednesday, 12 November 2008
I was wondering if there is a way to use BQL to query the second to last recorded value in a history. I am trying output this type of value to a bound ord so the end user can see what the current recorded value of a history as well as the value before it. Any help with this matter would be greatly appreciated. Take care, Tony
« Back
RE: convert numeric to reltime
Wednesday, 12 November 2008
A one liner would be cleaner as the previous posters have exampled but not fully. setOut(BRelTime.makeMinutes((int)getIn().getValue())) I guess your way would work as well, but your casting twice for no reason.
« Back
Wednesday, 12 November 2008
Can anyone send me "FlexModbusAscii" station? I want to do an integration in this protocol. Can somebody help me out please?
« Back
Wednesday, 12 November 2008
I have a T7300 with a Q7300 subbase attached to a Jace.. This stat has a remote sensor attached and ever since it has been attached to the Jace it shows a room temp of 32 deg F. I have been looking to a NCI or a NVI that would tell it to look for the sensor but to no avail anyone have any suggestions????
« Back
Energy Suite Rate Configuration
Wednesday, 12 November 2008
I tried to setup the rate configuration, i create a schedule but wen i go to the cost ranking they throw to me incorrect values, are somebody know how to do this?
« Back
RE: LonIp on a Existing Honeywell System
Wednesday, 12 November 2008
thanks for the response sir digo....but i have tried this....nothing happened...my doubt is ..if it is possible to connect a Jace with LonIp as the communication medium to a Loytec Router already giving the data"s to an EBI server? The existing set up is Loytec LIP connected to an EBI....now im trying to connect to the same network and trying to get the same Lon points as the EBI is getting....will it be possible that the LIP will be giving data to the EBI and the Jace?
« Back
RE: BQL Query Table and Facets
Wednesday, 12 November 2008
out.value doesn"t always work for me on an enum. I"ve had mixed results with it. sometimes it returns the enumerated integer value (i.e. 1, 2, 3...) and sometimes it returns the string associated with the integer value. have you tried out.value?
« Back
| Joomla! Home |
| Joomla! Forums |
| OSM Home |