File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -129,6 +129,11 @@ if ($R::saveformdata2) {
129129 Comment => " Created by LoxBerry Wolf ISM8 Plugin ($mday .$mon .$year )" ,
130130 );
131131
132+ my $linenr = $VIudp -> VirtualInUdpCmd (
133+ Title => " Online" ,
134+ Check => " online;\\ v" ,
135+ );
136+
132137 my $count = scalar (@datenpunkte );
133138
134139 # Generate a temporary arroy for all virtual inputs
@@ -198,6 +203,11 @@ if ($R::saveformdata2) {
198203 Comment => " Created by LoxBerry Wolf ISM8 Plugin ($mday .$mon .$year )" ,
199204 );
200205
206+ my $linenr = $VIhttp -> VirtualInHttpCmd (
207+ Title => " wolfism8_online" ,
208+ Comment => " ISM8 Online State"
209+ );
210+
201211 my $count = scalar (@datenpunkte );
202212
203213 # Generate a temporary arroy for all virtual inputs
You can’t perform that action at this time.
0 commit comments