summaryrefslogtreecommitdiffstats
path: root/rules/jvisu.in
blob: 155484039df750ca8e25cbb678edc8ddd649e930 (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
menuconfig JVISU
	bool
	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.