Hi. Some times i need to use the same signal in different ways.
Say i need to use it with at filter time sometimes.
what i would like to do, is something like
-Name “DI_PHOTO_VERT” -SignalType “DI” -Device “PN_Internal_Device”
-Label “Tool vertical photosensor” -DeviceMap “32” -Access “All”
-Name “DI_PHOTO_VERT_DEB” -SignalType “DI”
-Label “Tool vertical photosensor” -Device “PN_Internal_Device”
-Label “Tool vertical photosensor slow” -DeviceMap “32” -Access “All”
-FiltPas 100 -FiltAct 100
This is not allowed, as its the same signal
Then i tried
CrossConnect
-Name “Debounce_DI_PHOTO_VERT” -Res “DI_PHOTO_VERT_DEB”
-Act1 “DI_PHOTO_VERT”
Signal
-Name “DI_PHOTO_VERT” -SignalType “DI” -Device “PN_Internal_Device”
-Label “Tool vertical photosensor” -DeviceMap “32” -Access “All”
-Name “DI_PHOTO_VERT_DEB” -SignalType “DI”
-Label “Tool vertical photosensor”
-Label “Tool vertical photosensor slow” -Access “All”
-FiltPas 100 -FiltAct 100
Also no go. As the signal isn’t filtered.
Is there any way of blowing with flour in our mouth on this one ?