08-02-2018 11:58 AM
Hello!
I want to run a script when I push a button when "Start Display" it's running. I don't want to run script after or before measurement.
Can anybody help me?
Solved! Go to Solution.
08-03-2018 02:11 AM
You have to add SFD_WriteChannel even it is empty. You can put your command in SDF_Init:
So you vbs looks like this:
Sub SFD_WriteChannel( ChannelNumberP, ParamP, DataP, ErrorP ) End Sub Sub SFD_Init(DeviceParam1V, DeviceParam2V, ErrorP) Call msgbox ("OK") End sub
Hope this helps.
Winfried