summaryrefslogtreecommitdiffstats
path: root/rules/jvisu.in
blob: c1c937f89d8786d867ac88e6838fa739e4881e9e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
## SECTION=web
menuconfig JVISU
	tristate
	prompt "JVisu                         "
	help
	  JVISU - A java applet based visualisation suite

 	  JVisu Highlights:
	  Graphical Interface Builder for easy contruction of interfaces
	  Clear Separation between HMI frontend and PLC backend
	  Java applet runs in every JDK-1.4.x enabled web browser
	  High performance due to optimized communication channels
	  Easily adaptable to field devices with well known protocols

config JVISU_APPLET
	bool
	depends on JVISU
	default Y if JVISU
	prompt "Install JVisu Applet"
	help
	  The JVisu applet is a generic visualisation tool for process visualisation.
	  See http://www.jvisu.com for more details.

config JVISU_APPLET_PATH
	string
	prompt "JVisu Applet Path"
	default "/var/www/jvisu/"
	depends on JVISU_APPLET
	help
	  The JVisu applet jvisu.jar is installed in this path on the target machine.
	  Default is "/var/www/jvisu/", so the applet is /var/www/jvisu/jvisu.jar.