| Author |
Message |
![[Post New]](/forum/templates/default/images/icon_minipost_new.gif) 19/04/2011 15:35:10
|
Valter Henrique
Padawan
![[Avatar]](/forum/images/avatar/8f7d807e1f53eff5f9efbe5cb81090fb.png)
Joined: 17/03/2011 10:47:42
Messages: 30
Offline
|
Hi everyone,
i'm trying BACNet4J, and i have to say great job!
I ran Test2.java from 'test' package, and everything was fine, but now i'm trying to get and set value from my device, so i'm trying to run CommandPriority.java but with no sucess .
Here is my code: http://pastebin.com/Bwp9qbcA
Could someone help me ?
Thanks for you attention.
Best regards,
Valter Henrique.
|
Best regards,
Valter Henrique. |
|
|
 |
![[Post New]](/forum/templates/default/images/icon_minipost_new.gif) 21/04/2011 14:55:47
|
mlohbihler
Master
![[Avatar]](/forum/images/avatar/eccbc87e4b5ce2fe28308fd9f2a7baf3.png)
Joined: 01/03/2007 22:48:52
Messages: 1506
Offline
|
Is this the same problem as your previous post?
|
Best regards,
Matthew Lohbihler |
|
|
 |
![[Post New]](/forum/templates/default/images/icon_minipost_new.gif) 02/05/2011 21:43:17
|
Valter Henrique
Padawan
![[Avatar]](/forum/images/avatar/8f7d807e1f53eff5f9efbe5cb81090fb.png)
Joined: 17/03/2011 10:47:42
Messages: 30
Offline
|
I think it is.
--
I really need to know how to write some value in my object, could anyone help me with that ?
I'm trying a lot of example but nothing works for me.
Could anyone, please, help me ?
Best regards,
Valter Henrique.
|
Best regards,
Valter Henrique. |
|
|
 |
![[Post New]](/forum/templates/default/images/icon_minipost_new.gif) 27/05/2011 12:34:01
|
Guven_Ulu
Initiate
Joined: 27/05/2011 07:54:01
Messages: 7
Offline
|
The simulation environment to work Bacnet4j without real Device
Hi all,
I am vey new bacnet. I want to learn basic needs to work or develop custom application by using bacnet4j. I have not a bacnet device yet but I will develop a application by using bacnet4j. Can we tell how to make a test environment with VTS (Virtual Test Shell), create these devices which is defined in VTS and connect to them by using bacnet4j ? I only want to learn how it can be possible to work on bacnet4j library if you have not real bacnet device ?
we will be appreciated if you reply this.
|
|
|
 |
![[Post New]](/forum/templates/default/images/icon_minipost_new.gif) 27/05/2011 13:19:42
|
mlohbihler
Master
![[Avatar]](/forum/images/avatar/eccbc87e4b5ce2fe28308fd9f2a7baf3.png)
Joined: 01/03/2007 22:48:52
Messages: 1506
Offline
|
You can use VTS in the way you describe, yes. You could also have two or mroe instances of BACnet4J communicating with each other. There is code in the test source that should indicate how this can be done.
|
Best regards,
Matthew Lohbihler |
|
|
 |
![[Post New]](/forum/templates/default/images/icon_minipost_new.gif) 27/05/2011 14:18:31
|
Guven_Ulu
Initiate
Joined: 27/05/2011 07:54:01
Messages: 7
Offline
|
Thanks for your reply..
My custom application has such a scenario like this.. We are getting alarms info from a software by using its web services..We will take alarms info by using web services and send this information to bacnet device..Is this possible to make a application for a such scenario..
|
|
|
 |
![[Post New]](/forum/templates/default/images/icon_minipost_new.gif) 31/05/2011 06:23:44
|
Guven_Ulu
Initiate
Joined: 27/05/2011 07:54:01
Messages: 7
Offline
|
There is a issue in VTS..I defined a device with port and I push send button but VTS is shut down..When I click its icon again, it is opening and closing immediately...Could you help me about this?
Thanks
|
|
|
 |
![[Post New]](/forum/templates/default/images/icon_minipost_new.gif) 31/05/2011 07:56:20
|
Guven_Ulu
Initiate
Joined: 27/05/2011 07:54:01
Messages: 7
Offline
|
I found the issue what it is..The issue is MCAFEE antivirus program..?t is blocking bacnet package and closing VTS ..
I need help to use bacnet4j library ...Could you help anyone ? My application should listen bacnet packet and read/write values to bacnet device ? I really appricated if you help me..
Thank you..
|
|
|
 |
![[Post New]](/forum/templates/default/images/icon_minipost_new.gif) 31/05/2011 15:57:31
|
Valter Henrique
Padawan
![[Avatar]](/forum/images/avatar/8f7d807e1f53eff5f9efbe5cb81090fb.png)
Joined: 17/03/2011 10:47:42
Messages: 30
Offline
|
Guven_Ulu wrote:I found the issue what it is..The issue is MCAFEE antivirus program..?t is blocking bacnet package and closing VTS ..
I need help to use bacnet4j library ...Could you help anyone ? My application should listen bacnet packet and read/write values to bacnet device ? I really appricated if you help me..
Thank you..
I create this class dude, maybe this help you:
|
Best regards,
Valter Henrique. |
|
|
 |
![[Post New]](/forum/templates/default/images/icon_minipost_new.gif) 01/06/2011 06:35:47
|
Guven_Ulu
Initiate
Joined: 27/05/2011 07:54:01
Messages: 7
Offline
|
Thanks for your code
Actually I need to understand the classes of Bacnet4j..
I am seeing bacnet packages in Wireshark when I sent bacnet packets from Virtual Test Shell. ..
What must I write the argument of LocalDevice class to capture these package in Bacnet4j lib in java? WireShark and VTS is in my local computer so do I must write localhost in LocalDevice as a argument?
All I want is to manage and control the bacnet device from Bacnet4j lib ...
I am beginner of these library and there is no document to study on, so I need to understand and learn what it is going on..
|
|
|
 |
|
|